]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/create_seq_index
removed error check
[biopieces.git] / bp_bin / create_seq_index
index 6a8a2d3d5ffee7504c93ebc458c1762e3ae2ec5b..f91269f437d5867a3ef31df87c33865d9a0d64ad 100755 (executable)
@@ -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" } );