X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fcreate_bowtie_index;h=49c1cfdc86fa205e2349f6863d3237f7b4b5c155;hb=e33344a902a0a9f48698d19b72098841bad7be81;hp=47a46c65f4c183c30a60daaf7f1f4b2aa1bd1ced;hpb=b2008721fa901786cffa408fa518dbe443634f7a;p=biopieces.git diff --git a/bp_bin/create_bowtie_index b/bp_bin/create_bowtie_index index 47a46c6..49c1cfd 100755 --- a/bp_bin/create_bowtie_index +++ b/bp_bin/create_bowtie_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" } );