annotate splitFasta.xml @ 0:f6d6b62540f8 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
author rnateam
date Fri, 16 Oct 2015 16:13:08 -0400
parents
children 87bdbac78136
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
1 <tool id="rbc_splitfasta" name="Split Fasta" version="0.2.0">
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
2 <description>files into a collection</description>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
3 <requirements>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
4 <requirement type="package" version="1.65">biopython</requirement>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
5 </requirements>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
6 <stdio>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
7 <exit_code range="1:" />
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
8 </stdio>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
9 <command interpreter="python">
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
10 <![CDATA[
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
11 splitFasta.py $inputFile
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
12 ]]></command>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
13 <inputs>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
14 <param name="inputFile" type="data" format="fasta" label="Fasta file to split"/>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
15 </inputs>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
16 <outputs>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
17 <collection name="splitted_fasta" type="list" label="Sequence collection in FASTA format">
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
18 <discover_datasets pattern="(?P&lt;designation&gt;.*)" directory="splits" ext="fasta" visible="false"/>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
19 </collection>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
20 </outputs>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
21 <tests>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
22 <test>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
23 <param name="inputFile" value="test.fasta" />
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
24 <output_collection name="splitted_fasta">
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
25 <element name="ID1.fasta" file="ID1_result1.fasta" ftype="fasta" />
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
26 <element name="ID2.fasta" file="ID2_result1.fasta" ftype="fasta" />
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
27 <element name="ID3.fasta" file="ID3_result1.fasta" ftype="fasta" />
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
28 </output_collection>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
29 </test>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
30 </tests>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
31 <help><![CDATA[
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
32 Takes an input file and writes each consecutive two lines to a separate file, in a dataset collection.
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
33 ]]></help>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
34 <citations>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
35 <citation type="bibtex">
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
36 @ARTICLE{bgruening_galaxytools,
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
37 Author = {Björn Grüning, Cameron Smith, Torsten Houwaart, Nicola Soranzo, Eric Rasche},
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
38 keywords = {bioinformatics, ngs, galaxy, cheminformatics, rna},
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
39 title = {{Galaxy Tools - A collection of bioinformatics and cheminformatics tools for the Galaxy environment}},
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
40 url = {https://github.com/bgruening/galaxytools}
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
41 }
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
42 </citation>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
43 </citations>
f6d6b62540f8 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
44 </tool>