Fixed a bug in fasta_formatter tool test case, which was causing the functional tests to fail.

This commit is contained in:
Guruprasad Anada
2009-09-18 15:28:18 -04:00
parent b2c9c284de
commit ab8f07fe9c
+1 -1
View File
@@ -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 -->