]> git.donarmstrong.com Git - biopieces.git/commitdiff
slight bug fix of write_fastq
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 12 Oct 2010 15:06:35 +0000 (15:06 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 12 Oct 2010 15:06:35 +0000 (15:06 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1116 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/write_fastq

index d242f374e16dbb727727b4e6d26c861975d92f3c..5f81de231d3a80ff203e905facbaf9286303218c 100755 (executable)
@@ -53,7 +53,7 @@ $data_out = Maasha::Biopieces::write_stream( $options->{ "data_out" }, $options-
 while ( $record = Maasha::Biopieces::get_record( $in ) ) 
 {
     if ( $entry = Maasha::Fastq::biopiece2fastq( $record ) ) {
-        Maasha::Fastq::put_entry( $entry, $data_out, $options->{ "wrap" } );
+        Maasha::Fastq::put_entry( $entry, $data_out );
     }
 
     Maasha::Biopieces::put_record( $record, $out ) if not $options->{ "no_stream" };