]> git.donarmstrong.com Git - biopieces.git/commitdiff
removed error check
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 14 Jan 2013 17:27:06 +0000 (17:27 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 14 Jan 2013 17:27:06 +0000 (17:27 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@2072 74ccb610-7750-0410-82ae-013aeee3265d

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" } );