]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/read_soft
removed debug message
[biopieces.git] / bp_bin / read_soft
index 9e44f59ef355885cd6366aac6a84553c86e020ec..10ae8c1bb405914db2d0c83c5e6a343de7a79ca1 100755 (executable)
@@ -27,7 +27,9 @@
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
 
 
+use warnings;
 use strict;
+use Data::Dumper;
 use Maasha::Biopieces;
 use Maasha::Filesys;
 use Maasha::NCBI;
@@ -62,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 };