]> git.donarmstrong.com Git - biopieces.git/commitdiff
rewrote bioscript
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 8 Jun 2009 20:30:11 +0000 (20:30 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 8 Jun 2009 20:30:11 +0000 (20:30 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@517 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/bioscript

index efc8b9350562f8bbfefe154b89506dee78c59e38..ee172a542bc8fc58914312d4f8379b29f9bbfc7d 100755 (executable)
@@ -47,10 +47,11 @@ $out = Maasha::Biopieces::write_stream( $options->{ "stream_out" } );
 
 print STDERR "eval: $options->{ 'eval' }\n" if $options->{ 'verbose' };
 
-eval "$options->{ 'eval' }";
+eval "no strict; $options->{ 'eval' }";
 
 Maasha::Common::error( qq(Eval of "$options->{ 'eval' }" failed) ) if $@;
 
+
 Maasha::Biopieces::close_stream( $in );
 Maasha::Biopieces::close_stream( $out );