Repository 'filter_fasta'
hg clone https://toolshed.g2.bx.psu.edu/repos/bornea/filter_fasta

Changeset 4:489b560129c8 (2016-08-06)
Previous changeset 3:533e887cc13b (2016-08-04) Next changeset 5:af454e5a9ef5 (2016-08-06)
Commit message:
Uploaded
modified:
filter_fasta.xml
b
diff -r 533e887cc13b -r 489b560129c8 filter_fasta.xml
--- a/filter_fasta.xml Thu Aug 04 16:09:37 2016 -0400
+++ b/filter_fasta.xml Sat Aug 06 16:57:14 2016 -0400
b
@@ -1,12 +1,12 @@
 <tool id="filter_fasta" name="Filter FASTA">
   <description></description>
-  <command interpreter="python">filter_fasta.py $input1 $input2 $output</command>
+  <command interpreter="python">filter_fasta.py $fasta_input $scaf_input $fasta_output</command>
   <inputs>
-    <param format="txt" name="input1" type="data" label="FASTA Database"/>
-    <param format="txt" name="input2" type="data" label="Scaffold Report"/>
+    <param format="fasta" name="fasta_input" type="data" label="FASTA Database"/>
+    <param format="txt" name="scaf_input" type="data" label="Scaffold Report"/>
   </inputs>
   <outputs>
-    <data format="fasta" name="output" label="Filtered FASTA"/>    
+    <data format="fasta" name="fasta_output" label="Filtered FASTA"/>    
   </outputs>
   <stdio>
     <regex match="Error|error"