X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fcreate_bwa_index;h=a80ae5971aaf4ce19f435fbcc98ea3116ca815eb;hb=dacbae7a2e1355bc1f2e30a839a7fe7574f306f0;hp=aff3befad90496105aa885a0981af9f3b348c482;hpb=29472b5aae00354d6b521fcdca902d09e08f7823;p=biopieces.git diff --git a/bp_bin/create_bwa_index b/bp_bin/create_bwa_index index aff3bef..a80ae59 100755 --- a/bp_bin/create_bwa_index +++ b/bp_bin/create_bwa_index @@ -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" } );