Mercurial > repos > mbernt > maxbin2
comparison maxbin2.xml @ 1:864279a0d64b draft
planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/maxbin2 commit c003bb1aa5c8c42650b27516f0951e0d67f11857-dirty
author | mbernt |
---|---|
date | Tue, 16 Oct 2018 10:28:16 -0400 |
parents | 35aa0df55a62 |
children | 6a638de7915c |
comparison
equal
deleted
inserted
replaced
0:35aa0df55a62 | 1:864279a0d64b |
---|---|
1 <tool id="maxbin2" name="MaxBin2" version="2.2.4"> | 1 <tool id="maxbin2" name="MaxBin2" version="2.2.4_galaxy1"> |
2 <requirements> | 2 <requirements> |
3 <requirement type="package" version="2.2.4">maxbin2</requirement> | 3 <requirement type="package" version="2.2.4">maxbin2</requirement> |
4 </requirements> | 4 </requirements> |
5 <version_command><![CDATA[run_MaxBin.pl -version | head -n 1]]></version_command> | 5 <version_command><![CDATA[run_MaxBin.pl -version | head -n 1]]></version_command> |
6 <command detect_errors="exit_code"><![CDATA[ | 6 <command detect_errors="exit_code"><![CDATA[ |
62 <option value="rds" selected="true">Sequencing Reads</option> | 62 <option value="rds" selected="true">Sequencing Reads</option> |
63 <option value="abdc">Abundances</option> | 63 <option value="abdc">Abundances</option> |
64 </param> | 64 </param> |
65 <when value="rds"> | 65 <when value="rds"> |
66 <param name="reads" argument="-read/-read2/..." type="data" format="fasta,fastq" multiple="true" label="Reads file(s)"/> | 66 <param name="reads" argument="-read/-read2/..." type="data" format="fasta,fastq" multiple="true" label="Reads file(s)"/> |
67 <param argument="--reassembly" type="boolean" truevalue="-reassembly" falsevalue="" checked="false" label="" help="Reassembly option is still highly experimental. To use this function, you need to feed MaxBin interleaved paired-end fastq or fasta file if you were to use this option." /> | 67 <param argument="--reassembly" type="boolean" truevalue="-reassembly" falsevalue="" checked="false" label="" help="Reassembly option is still highly experimental. To use this function, you need to feed MaxBin interleaved paired-end fastq or fasta file." /> |
68 </when> | 68 </when> |
69 <when value="abdc"> | 69 <when value="abdc"> |
70 <param name="abund" argument="-abund/-abund2/..." type="data" format="tabular" multiple="true" label="Abundance file(s)"/> | 70 <param name="abund" argument="-abund/-abund2/..." type="data" format="tabular" multiple="true" label="Abundance file(s)"/> |
71 </when> | 71 </when> |
72 </conditional> | 72 </conditional> |
107 <discover_datasets pattern="out.(?P<designation>[0-9]+).marker.fasta" format="fasta" visible="false" /> | 107 <discover_datasets pattern="out.(?P<designation>[0-9]+).marker.fasta" format="fasta" visible="false" /> |
108 </collection> | 108 </collection> |
109 <!-- additional output in case of reassembly --> | 109 <!-- additional output in case of reassembly --> |
110 <collection name="reassembly_bins" type="list" label="${tool.name} on ${on_string} (reassembly bins)"> | 110 <collection name="reassembly_bins" type="list" label="${tool.name} on ${on_string} (reassembly bins)"> |
111 <discover_datasets directory="out.reassem" pattern="out.(?P<designation>[0-9]+).fasta" format="fasta" visible="false" /> | 111 <discover_datasets directory="out.reassem" pattern="out.(?P<designation>[0-9]+).fasta" format="fasta" visible="false" /> |
112 <filter>intype_cond['intype_select']=='rds' and intype_cond['reassembly']!=""</filter> | 112 <filter>intype_cond['intype_select']=='rds' and intype_cond['reassembly']</filter> |
113 </collection> | 113 </collection> |
114 <collection name="reassembly_reads" type="list" label="${tool.name} on ${on_string} (reassembly reads)"> | 114 <collection name="reassembly_reads" type="list" label="${tool.name} on ${on_string} (reassembly reads)"> |
115 <discover_datasets directory="out.reassem" pattern="out.reads.(?P<designation>[0-9]+)" format="fasta" visible="false" /> | 115 <discover_datasets directory="out.reassem" pattern="out.reads.(?P<designation>[0-9]+)" format="fasta" visible="false" /> |
116 <filter>intype_cond['intype_select']=='rds' and intype_cond['reassembly']!=""</filter> | 116 <filter>intype_cond['intype_select']=='rds' and intype_cond['reassembly']</filter> |
117 </collection> | 117 </collection> |
118 <data name="reassembly_noclass" format="fasta" label="${tool.name} on ${on_string} (reassembly unclassified sequences)" from_work_dir="out.reassem/out.reads.noclass"> | 118 <data name="reassembly_noclass" format="fasta" label="${tool.name} on ${on_string} (reassembly unclassified sequences)" from_work_dir="out.reassem/out.reads.noclass"> |
119 <filter>intype_cond['intype_select']=='rds' and intype_cond['reassembly']!=""</filter> | 119 <filter>intype_cond['intype_select']=='rds' and intype_cond['reassembly']</filter> |
120 </data> | 120 </data> |
121 <data name="reassembly_n50" format="text" label="${tool.name} on ${on_string} (reassembly N50)" from_work_dir="out.reassem/N50.txt"> | 121 <data name="reassembly_n50" format="txt" label="${tool.name} on ${on_string} (reassembly N50)" from_work_dir="out.reassem/N50.txt"> |
122 <filter>intype_cond['intype_select']=='rds' and intype_cond['reassembly']!=""</filter> | 122 <filter>intype_cond['intype_select']=='rds' and intype_cond['reassembly']</filter> |
123 </data> | 123 </data> |
124 </outputs> | 124 </outputs> |
125 <tests> | 125 <tests> |
126 <test><!-- test w contigs and reads as input --> | 126 <test><!-- test w contigs and reads as input --> |
127 <param name="contig" value="Bin_Sample3_contigs.fasta" ftype="fasta" /> | 127 <param name="contig" value="Bin_Sample3_contigs.fasta" ftype="fasta" /> |
204 <output_collection name="reassembly_reads" type="list" count="2"> | 204 <output_collection name="reassembly_reads" type="list" count="2"> |
205 <element name="001" file="3/out.reassem/out.reads.001" ftype="fasta"/> | 205 <element name="001" file="3/out.reassem/out.reads.001" ftype="fasta"/> |
206 <element name="002" file="3/out.reassem/out.reads.002" ftype="fasta"/> | 206 <element name="002" file="3/out.reassem/out.reads.002" ftype="fasta"/> |
207 </output_collection> | 207 </output_collection> |
208 <output name="reassembly_noclass" file="3/out.reassem/out.reads.noclass" ftype="fasta" /> | 208 <output name="reassembly_noclass" file="3/out.reassem/out.reads.noclass" ftype="fasta" /> |
209 <output name="reassembly_n50" file="3/out.reassem/N50.txt" ftype="text" /> | 209 <output name="reassembly_n50" file="3/out.reassem/N50.txt" ftype="txt" /> |
210 </test> | 210 </test> |
211 </tests> | 211 </tests> |
212 <help><![CDATA[ | 212 <help><![CDATA[ |
213 MaxBin is a software that clusters metagenomic contigs into different bins, | 213 MaxBin is a software that clusters metagenomic contigs into different bins, |
214 each consists (hopefully) of contigs from one species. MaxBin uses the | 214 each consists (hopefully) of contigs from one species. MaxBin uses the |