How can I execute only module 3 using my contigs (final.assembly.fasta) as input?
mudoger --module module_name --meta metadata_table.tsv -o output_folder
In this scenario, for the "mudoger" command with the "--module" flag set to the desired module name, along with "--meta metadata_table.tsv" and "-o output_folder", how do I specify the input file for this particular situation?
How can I execute only module 3 using my contigs (final.assembly.fasta) as input?
mudoger --module module_name --meta metadata_table.tsv -o output_folder
In this scenario, for the "mudoger" command with the "--module" flag set to the desired module name, along with "--meta metadata_table.tsv" and "-o output_folder", how do I specify the input file for this particular situation?