From: martinahansen Date: Tue, 15 Mar 2011 10:31:54 +0000 (+0000) Subject: fixed bug in bwa_seq X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0a9f1f922aa1e8bb109605c67249199284ea00e7;p=biopieces.git fixed bug in bwa_seq git-svn-id: http://biopieces.googlecode.com/svn/trunk@1290 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/create_bwa_index b/bp_bin/create_bwa_index index aff3bef..a80ae59 100755 --- a/bp_bin/create_bwa_index +++ b/bp_bin/create_bwa_index @@ -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" } ); diff --git a/code_python/Cjung/Args.pyc b/code_python/Cjung/Args.pyc index c22941c..ddc36fc 100644 Binary files a/code_python/Cjung/Args.pyc and b/code_python/Cjung/Args.pyc differ