]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/write_fastq
slight bug fix of write_fastq
[biopieces.git] / 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" };