changeset 3:7439ffbd8943 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hacked/splitFasta commit 9ffd40a178fb3aa8fff618f95d8b3fd7bf58240d
author rnateam
date Wed, 08 Jul 2015 06:23:46 -0400
parents a9803f1fff75
children ae4d5733272f
files splitfasta.xml
diffstat 1 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/splitfasta.xml	Sun Jul 05 10:04:33 2015 -0400
+++ b/splitfasta.xml	Wed Jul 08 06:23:46 2015 -0400
@@ -7,10 +7,10 @@
 
     <command interpreter="python">
     <![CDATA[
-        splitFasta.py $inputFile; echo 'blah' > blah
+        splitFasta.py $inputFile
     ]]></command>
     <inputs>
-        <param name="inputFile" type="data" format="txt" label="Fasta file to split"/>
+        <param name="inputFile" type="data" format="fasta" label="Fasta file to split"/>
         <param name="outputFormat" type="select" label="Output Format">
             <option value="separate">Separate History Items</option>
             <option value="collection">Create dataset collection</option>
@@ -29,4 +29,15 @@
     <help><![CDATA[
         Takes an input file and writes each consecutive two lines to a separate file, in a dataset collection.
     ]]></help>
+    <citations>
+            <citation type="bibtex">
+            @ARTICLE{bgruening_galaxytools,
+                Author = {Björn Grüning, Cameron Smith, Torsten Houwaart, Nicola Soranzo, Eric Rasche},
+                keywords = {bioinformatics, ngs, galaxy, cheminformatics, rna},
+                title = {{Galaxy Tools - A collection of bioinformatics and cheminformatics tools for the Galaxy environment}},
+                url = {https://github.com/bgruening/galaxytools}
+            }
+        </citation>
+
+    </citations>
 </tool>