annotate assign_clades.xml @ 2:4db5ff896984 draft

planemo upload for repository https://github.com/dfornika/clade_assignment commit 37782cdec2170cd7256885061f811e506bde502a-dirty
author dfornika
date Wed, 25 Oct 2017 21:09:09 -0400
parents 5d4104c3481a
children e269f6acc156
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
1 <tool id="assign_clades" name="Assign Clades" version="0.1.0">
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
2 <requirements>
1
5d4104c3481a planemo upload for repository https://github.com/dfornika/clade_assignment commit f6acaafa8f35dd4e410954192f5ff4c2e80c4399-dirty
dfornika
parents: 0
diff changeset
3 <requirement type="package">package_biopython_1_61</requirement>
0
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
4 </requirements>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
5 <command detect_errors="exit_code"><![CDATA[
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
6 python
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
7 $__tool_directory__/assign_clades.py
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
8 '$input_fasta'
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
9 '$clade_definitions'
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
10 '$output_file'
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
11 ]]></command>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
12 <inputs>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
13 <param name="input_fasta" format="fasta" type="data" />
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
14 <param name="clade_definitions" format="csv" type="data" />
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
15 </inputs>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
16 <outputs>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
17 <data name="output_file" format="fasta"/>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
18 </outputs>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
19 <tests>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
20 <test>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
21 <param name="input_fasta" value="input_fasta.fasta" />
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
22 <param name="clade_definitions" value="clades.csv" />
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
23 <output name="output_file" value="output.fasta" />
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
24 </test>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
25 </tests>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
26 <help><![CDATA[
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
27 ]]></help>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
28 <citations>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
29 </citations>
2e262bbd193f planemo upload for repository https://github.com/dfornika/clade_assignment commit 03a6fa631a506f446f52a7d9bfba649edac8a212
dfornika
parents:
diff changeset
30 </tool>