From: martinahansen Date: Mon, 2 May 2011 07:56:38 +0000 (+0000) Subject: added tests to analyze_gc X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=59282cb06ba77eaaff9767720c80c8d2b820d041;p=biopieces.git added tests to analyze_gc git-svn-id: http://biopieces.googlecode.com/svn/trunk@1349 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_test/in/analyze_gc.in b/bp_test/in/analyze_gc.in index 476e95f..7993d73 100644 --- a/bp_test/in/analyze_gc.in +++ b/bp_test/in/analyze_gc.in @@ -4,3 +4,13 @@ SEQ: GGGG --- SEQ: TTCC --- +SEQ: AAaa +--- +SEQ: GggG +--- +SEQ: TtcC +--- +SEQ: AtcG +--- +SEQ: AtTG +--- diff --git a/bp_test/out/analyze_gc.out.1 b/bp_test/out/analyze_gc.out.1 index 30b191e..654ac21 100644 --- a/bp_test/out/analyze_gc.out.1 +++ b/bp_test/out/analyze_gc.out.1 @@ -7,3 +7,18 @@ GC%: 100.00 SEQ: TTCC GC%: 50.00 --- +SEQ: AAaa +GC%: 0.00 +--- +SEQ: GggG +GC%: 100.00 +--- +SEQ: TtcC +GC%: 50.00 +--- +SEQ: AtcG +GC%: 50.00 +--- +SEQ: AtTG +GC%: 25.00 +---