From 14212ea56057e5bbff8dd183cfbb2d990b157ad3 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Sat, 6 Feb 2010 16:17:10 +0000 Subject: [PATCH] removed dir check from create_bowtie_index git-svn-id: http://biopieces.googlecode.com/svn/trunk@863 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/create_bowtie_index | 2 -- 1 file changed, 2 deletions(-) diff --git a/bp_bin/create_bowtie_index b/bp_bin/create_bowtie_index index 47a46c6..49c1cfd 100755 --- a/bp_bin/create_bowtie_index +++ b/bp_bin/create_bowtie_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" } ); -- 2.39.5