X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fwrite_bed;h=5b1e1564934599c7cc475e075bdede71139f8f26;hb=5de6112b70b59420b245ce636a8b2e3c90acbe00;hp=51cdc758225af677fab9ee31c3f7f0fbb6ef116f;hpb=9bf550c4335d8860c5f6f9c4db0f385f1b36c1dd;p=biopieces.git diff --git a/bp_bin/write_bed b/bp_bin/write_bed index 51cdc75..5b1e156 100755 --- a/bp_bin/write_bed +++ b/bp_bin/write_bed @@ -54,8 +54,6 @@ $fh = Maasha::Biopieces::write_stream( $options->{ 'data_out' }, $options->{ 'co while ( $record = Maasha::Biopieces::get_record( $in ) ) { - $record = Maasha::UCSC::psl2record( $record ) if $record->{ 'tBaseInsert' }; # Dirty addition to allow Affy data from MySQL to be dumped - if ( $bed_entry = Maasha::UCSC::BED::biopiece2bed( $record, $options->{ 'cols' } ) ) { Maasha::UCSC::BED::bed_entry_put( $bed_entry, $fh, $options->{ 'cols' }, $options->{ 'check' } ); }