]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/create_bwa_index
fixed bug in bwa_seq
[biopieces.git] / bp_bin / create_bwa_index
index aff3befad90496105aa885a0981af9f3b348c482..a80ae5971aaf4ce19f435fbcc98ea3116ca815eb 100755 (executable)
@@ -48,8 +48,6 @@ $options = Maasha::Biopieces::parse_options(
     ]   
 );
 
-Maasha::Common::error( qq(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" } );