]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/create_bowtie_index
removed debug message
[biopieces.git] / bp_bin / create_bowtie_index
index fa6b99a6a336b1deeef32de23d0794fe89a6085e..49c1cfdc86fa205e2349f6863d3237f7b4b5c155 100755 (executable)
@@ -30,9 +30,9 @@ use warnings;
 use strict;
 use Maasha::Common;
 use Maasha::Biopieces;
-use Maasha::Bowtie;
 use Maasha::Filesys;
 use Maasha::Fasta;
+use Maasha::Bowtie;
 
 
 # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
@@ -48,8 +48,6 @@ $options = Maasha::Biopieces::parse_options(
     ]   
 );
 
-Maasha::Common::error( qw(Directory already exists: "$options->{ 'directory' }") ) if -d $options->{ 'directory' };
-
 Maasha::Filesys::dir_create_if_not_exists( $options->{ 'directory' } );
 
 $in  = Maasha::Biopieces::read_stream( $options->{ "stream_in" } );