Mercurial > repos > leomrtns > checkm_lineage_wf
diff tool-macros.xml @ 0:cb30bd36bfd0 draft default tip
planemo upload
author | leomrtns |
---|---|
date | Wed, 02 Oct 2019 10:51:58 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-macros.xml Wed Oct 02 10:51:58 2019 -0400 @@ -0,0 +1,14 @@ +<macros> + <xml name="tests"> + <test> + <!-- <param name="bin_folder" value="Bin_Sample3.001.fasta,Bin_Sample3.002.fasta" ftype="fasta"/>--> + <param name="bin_folder" value="Bin_Sample3.001.fasta" ftype="fasta"/> + <param name="reduced_tree" value="true" /> + <param name="alignment_file" value="true" /> + <param name="nt" value="--nt" /> + <param name="checkm_databases" value="default_db"/> + <output name="output" ftype="checkm_lineage_wf" file="checkm_lineage_wf_file_3.txt"/> + <!--<output name="alignment_file_output" file="lineage_wf_alnfile.fasta" ftype="fasta"/>--> + </test> + </xml> +</macros>