Previous changeset 1:b25b0f210e10 (2016-08-04) Next changeset 3:533e887cc13b (2016-08-04) |
Commit message:
Uploaded |
modified:
filter_fasta.xml |
b |
diff -r b25b0f210e10 -r c6b639c23af8 filter_fasta.xml --- a/filter_fasta.xml Thu Aug 04 12:08:49 2016 -0400 +++ b/filter_fasta.xml Thu Aug 04 16:03:19 2016 -0400 |
b |
@@ -1,6 +1,6 @@ -<tool id="filterfasta" name="Filter FASTA"> +<tool id="filter_fasta" name="Filter FASTA"> <description></description> - <command interpreter="python">filter_fatsa.py $input1 $input2 $output</command> + <command interpreter="python">filter_fasta.py $input1 $input2 $output</command> <inputs> <param format="txt" name="input1" type="data" label="FASTA Database"/> <param format="txt" name="input2" type="data" label="Scaffold Report"/> |