details: http://www.bx.psu.edu/hg/galaxy/rev/6ed5f088a2ad changeset: 2722:6ed5f088a2ad user: guru date: Fri Sep 18 15:28:18 2009 -0400 description: Fixed a bug in fasta_formatter tool test case, which was causing the functional tests to fail.
1 file(s) affected in this change:
tools/fastx_toolkit/fasta_formatter.xml
diffs (12 lines):
diff -r bed484895e2d -r 6ed5f088a2ad tools/fastx_toolkit/fasta_formatter.xml --- a/tools/fastx_toolkit/fasta_formatter.xml Fri Sep 18 15:15:39 2009 -0400 +++ b/tools/fastx_toolkit/fasta_formatter.xml Fri Sep 18 15:28:18 2009 -0400 @@ -21,7 +21,7 @@ <!-- Re-format a FASTA file into a single line --> <param name="input" value="fasta_formatter1.fasta" /> <param name="width" value="0" /> - <output name="output" file="fastx_formatter1.out" /> + <output name="output" file="fasta_formatter1.out" /> </test> <test> <!-- Re-format a FASTA file into multiple lines wrapping at 60 charactes -->