]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/read_soft
removed debug message
[biopieces.git] / bp_bin / read_soft
index 78adc841349450c3d2930fbf3afc3c74f6f335c6..10ae8c1bb405914db2d0c83c5e6a343de7a79ca1 100755 (executable)
@@ -29,6 +29,7 @@
 
 use warnings;
 use strict;
+use Data::Dumper;
 use Maasha::Biopieces;
 use Maasha::Filesys;
 use Maasha::NCBI;
@@ -63,6 +64,8 @@ foreach $file ( @{ $options->{ "data_in" } } )
 
     $soft_index = Maasha::NCBI::soft_index_file( $file );
 
+    # print STDERR Dumper( $soft_index ) if $options->{ "verbose" };
+
     $fh         = Maasha::Filesys::file_read_open( $file );
 
     @platforms  = grep { $_->{ "SECTION" } =~ /PLATFORM/ } @{ $soft_index };