From 6694d804abc0dac681f58d06b629729e76e261cf Mon Sep 17 00:00:00 2001 From: martinahansen Date: Fri, 1 Aug 2008 04:56:16 +0000 Subject: [PATCH] changed result key of count_records git-svn-id: http://biopieces.googlecode.com/svn/trunk@202 74ccb610-7750-0410-82ae-013aeee3265d --- code_perl/Maasha/Biopieces.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code_perl/Maasha/Biopieces.pm b/code_perl/Maasha/Biopieces.pm index 9e2d81a..a380d3b 100644 --- a/code_perl/Maasha/Biopieces.pm +++ b/code_perl/Maasha/Biopieces.pm @@ -5126,7 +5126,7 @@ sub script_count_records } } - $result = { "count_records" => $count }; + $result = { "RECORDS_COUNT" => $count }; $fh = write_stream( $options->{ "data_out" } ); -- 2.39.5