From 12caec9475cd4dccdf8fc581e48083f56647d74a Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 8 Jun 2011 13:28:48 +0000 Subject: [PATCH] added tests for remove_indels git-svn-id: http://biopieces.googlecode.com/svn/trunk@1466 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/in/remove_indels.in | 4 ++++ bp_test/out/remove_indels.out.1 | 4 ++++ bp_test/test/test_remove_indels | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 bp_test/in/remove_indels.in create mode 100644 bp_test/out/remove_indels.out.1 create mode 100755 bp_test/test/test_remove_indels diff --git a/bp_test/in/remove_indels.in b/bp_test/in/remove_indels.in new file mode 100644 index 0000000..306ef68 --- /dev/null +++ b/bp_test/in/remove_indels.in @@ -0,0 +1,4 @@ +SEQ_NAME: test +SEQ: ~~--...TACGC..~~--NATCYGACNACTGACTGACN..~~--__ +SEQ_LEN: 46 +--- diff --git a/bp_test/out/remove_indels.out.1 b/bp_test/out/remove_indels.out.1 new file mode 100644 index 0000000..29e8644 --- /dev/null +++ b/bp_test/out/remove_indels.out.1 @@ -0,0 +1,4 @@ +SEQ: TACGCNATCYGACNACTGACTGACN__ +SEQ_LEN: 27 +SEQ_NAME: test +--- diff --git a/bp_test/test/test_remove_indels b/bp_test/test/test_remove_indels new file mode 100755 index 0000000..61c5709 --- /dev/null +++ b/bp_test/test/test_remove_indels @@ -0,0 +1,7 @@ +#!/bin/bash + +source "$BP_DIR/bp_test/lib/test.sh" + +run "$bp -I $in -O $tmp" +assert_no_diff $tmp $out.1 +clean -- 2.39.2