]> git.donarmstrong.com Git - biopieces.git/commitdiff
removed dir check from create_bowtie_index
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sat, 6 Feb 2010 16:17:10 +0000 (16:17 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Sat, 6 Feb 2010 16:17:10 +0000 (16:17 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@863 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/create_bowtie_index

index 47a46c65f4c183c30a60daaf7f1f4b2aa1bd1ced..49c1cfdc86fa205e2349f6863d3237f7b4b5c155 100755 (executable)
@@ -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" } );