annotate splitFasta.xml @ 4:ae4d5733272f 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:34 -0400
parents
children 733ca84b21ee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
ae4d5733272f 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">
ae4d5733272f 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>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
3 <requirements>
ae4d5733272f 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>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
5 </requirements>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
6 <stdio>
ae4d5733272f 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:" />
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
8 </stdio>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
9 <command interpreter="python">
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
10 <![CDATA[
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
11 splitFasta.py $inputFile
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
12 ]]></command>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
13 <inputs>
ae4d5733272f 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"/>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
15 </inputs>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
16 <outputs>
ae4d5733272f 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">
ae4d5733272f 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"/>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
19 </collection>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
20 </outputs>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
21 <tests>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
22 <test>
ae4d5733272f 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" />
ae4d5733272f 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">
ae4d5733272f 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" />
ae4d5733272f 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" />
ae4d5733272f 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" />
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
28 </output_collection>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
29 </test>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
30 </tests>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
31 <help><![CDATA[
ae4d5733272f 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.
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
33 ]]></help>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
34 <citations>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
35 <citation type="bibtex">
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
36 @ARTICLE{bgruening_galaxytools,
ae4d5733272f 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},
ae4d5733272f 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},
ae4d5733272f 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}},
ae4d5733272f 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}
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
41 }
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
42 </citation>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
43 </citations>
ae4d5733272f planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/splitfasta commit 03f3cc2000e6ce876a3cb44c55c3fe878a2e7ce3-dirty
rnateam
parents:
diff changeset
44 </tool>