X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Fcreate_seq_index;h=f91269f437d5867a3ef31df87c33865d9a0d64ad;hb=48bea5c28b89dc5586d0bddb338ccd6ba23aa1f9;hp=6a8a2d3d5ffee7504c93ebc458c1762e3ae2ec5b;hpb=112de27df38163c34f7463c8797dae5eb7dc358b;p=biopieces.git diff --git a/bp_bin/create_seq_index b/bp_bin/create_seq_index index 6a8a2d3..f91269f 100755 --- a/bp_bin/create_seq_index +++ b/bp_bin/create_seq_index @@ -47,8 +47,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" } );