]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed bug in bwa_seq
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 15 Mar 2011 10:31:54 +0000 (10:31 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 15 Mar 2011 10:31:54 +0000 (10:31 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1290 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/create_bwa_index
code_python/Cjung/Args.pyc

index aff3befad90496105aa885a0981af9f3b348c482..a80ae5971aaf4ce19f435fbcc98ea3116ca815eb 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" } );
index c22941cdaa6b72f2e8e900a946250984191f6325..ddc36fc600f13f1a86a119e0c8fadcd00d0064e1 100644 (file)
Binary files a/code_python/Cjung/Args.pyc and b/code_python/Cjung/Args.pyc differ