[hg] galaxy 2810: Fixed trimmer test
details: http://www.bx.psu.edu/hg/galaxy/rev/6eb4f3017fbe changeset: 2810:6eb4f3017fbe user: Anton Nekrutenko <anton@bx.psu.edu> date: Thu Oct 01 09:09:40 2009 -0400 description: Fixed trimmer test 1 file(s) affected in this change: tools/filters/trimmer.xml diffs (12 lines): diff -r 3bd7acfe34cc -r 6eb4f3017fbe tools/filters/trimmer.xml --- a/tools/filters/trimmer.xml Wed Sep 30 15:35:05 2009 -0400 +++ b/tools/filters/trimmer.xml Thu Oct 01 09:09:40 2009 -0400 @@ -1,7 +1,7 @@ <tool id="trimmer" name="Trim" version="0.0.1"> <description>leading or trailing characters</description> <command interpreter="python"> - chopper.py -a -f $input1 -c $col -s $start -e $end -i $ignore $fastq > $out_file1 + trimmer.py -a -f $input1 -c $col -s $start -e $end -i $ignore $fastq > $out_file1 </command> <inputs> <param format="tabular,text" name="input1" type="data" label="this dataset"/>
participants (1)
-
Nate Coraor