]> git.donarmstrong.com Git - biopieces.git/commitdiff
updating test_read_fasta
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 17 Aug 2010 14:03:22 +0000 (14:03 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 17 Aug 2010 14:03:22 +0000 (14:03 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1064 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/in/read_fasta.in.gz [new file with mode: 0644]
bp_test/out/read_fasta.out.1
bp_test/out/read_fasta.out.2
bp_test/test/test_read_fasta

diff --git a/bp_test/in/read_fasta.in.gz b/bp_test/in/read_fasta.in.gz
new file mode 100644 (file)
index 0000000..80c32ee
Binary files /dev/null and b/bp_test/in/read_fasta.in.gz differ
index 845ac0130505b94f92d2c5d9793bc7a1fb2ce8dd..3337423a4a948b53bd5e1bfbb4336ebccb3b1f04 100644 (file)
@@ -1,8 +1,8 @@
+SEQ_NAME: test1
 SEQ: ATCG
 SEQ_LEN: 4
-SEQ_NAME: test1
 ---
+SEQ_NAME: test2
 SEQ: atcg
 SEQ_LEN: 4
-SEQ_NAME: test2
 ---
index 79b3251bd3d85727e801a37b58aecc709bcd5351..5246b42c94da05a31a743fa6360f27dc3bad7423 100644 (file)
@@ -1,4 +1,4 @@
+SEQ_NAME: test1
 SEQ: ATCG
 SEQ_LEN: 4
-SEQ_NAME: test1
 ---
index bff0470123b1fce4ebc13dee37ad12bfe3a54349..82b220c2d87909225e4f34959db7219ad510120b 100755 (executable)
@@ -6,6 +6,10 @@ run "$bp -i $in -O $tmp"
 assert_no_diff $tmp $out.1
 clean
 
+run "$bp -i $in.gz -O $tmp"
+assert_no_diff $tmp $out.1
+clean
+
 run "$bp -i $in -n 1 -O $tmp"
 assert_no_diff $tmp $out.2
 clean