From c7c566b1982157a1ed0829e16725f79d7fff039f Mon Sep 17 00:00:00 2001 From: martinahansen Date: Mon, 14 Jan 2013 17:27:06 +0000 Subject: [PATCH] removed error check git-svn-id: http://biopieces.googlecode.com/svn/trunk@2072 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/create_seq_index | 2 -- 1 file changed, 2 deletions(-) diff --git a/bp_bin/create_seq_index b/bp_bin/create_seq_index index 6a8a2d3..f91269f 100755 --- a/bp_bin/create_seq_index +++ b/bp_bin/create_seq_index @@ -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" } ); -- 2.39.2