annotate nullarbor_prepare.xml @ 3:63ba2e9353bb draft default tip

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
author thanhlv
date Mon, 06 May 2019 08:05:32 -0400
parents f9c1aaf4f592
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
1 <tool id="nullarbor_prepare" name="Nullarbor prepare" version="@VERSION@">
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
2 <description>Prepare a tab file from a collection of paired-end reads</description>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
3 <macros>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
4 <import>macros.xml</import>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
5 </macros>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
7 #for $input in $reads:
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
8 echo -e '$input.element_identifier''\t''$input[0]''\t''$input[1]' >> 'tab_file';
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
9 #end for
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
10 ]]></command>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
11
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
12 <inputs>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
13 <param name="reads" format="fastqsanger,fastqsanger.gz,fastqsanger.bz2" type="data_collection" collection_type="list:paired" label="Paired collection" help="Collection of reads, requires a mininum of 4 isolates to run (due to Roary)"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
14 </inputs>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
15 <outputs>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
16 <data name="tab_file" format="tabular" label="${tool.name} on ${on_string}: Tab file" from_work_dir="tab_file"/>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
17 </outputs>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
18 <help><![CDATA[
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
19 ]]></help>
f9c1aaf4f592 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/nullarbor commit 5215b942916d8c1186656f098cfdf4db52b5854b-dirty
thanhlv
parents:
diff changeset
20 </tool>