]> git.donarmstrong.com Git - biopieces.git/commitdiff
added clip_adaptor biopiece
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 18 Apr 2011 14:17:30 +0000 (14:17 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Mon, 18 Apr 2011 14:17:30 +0000 (14:17 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1340 74ccb610-7750-0410-82ae-013aeee3265d

bp_test/in/clip_adaptor.in [new file with mode: 0644]
bp_test/out/clip_adaptor.out.1 [new file with mode: 0644]
bp_test/test/test_clip_adaptor [new file with mode: 0755]

diff --git a/bp_test/in/clip_adaptor.in b/bp_test/in/clip_adaptor.in
new file mode 100644 (file)
index 0000000..dd0bce5
--- /dev/null
@@ -0,0 +1,8 @@
+SEQ_NAME: 3_XeZ3OvwXsN1/1
+SEQ: CGCGAATCGGACTGGATNTCGCCGCTGACGACCTC
+SEQ_LEN: 35
+SCORES: a`_aa_^````\TY``WDGU[BBBBBBBBBBBBBB
+ADAPTOR_POS: 26
+ADAPTOR_LEN: 9
+ADAPTOR_MATCH: GACGACCTC
+---
diff --git a/bp_test/out/clip_adaptor.out.1 b/bp_test/out/clip_adaptor.out.1
new file mode 100644 (file)
index 0000000..464527d
--- /dev/null
@@ -0,0 +1,8 @@
+SEQ_NAME: 3_XeZ3OvwXsN1/1
+SEQ: CGCGAATCGGACTGGATNTCGCCGCT
+SEQ_LEN: 26
+SCORES: a`_aa_^````\TY``WDGU[BBBBB
+ADAPTOR_POS: 26
+ADAPTOR_LEN: 9
+ADAPTOR_MATCH: GACGACCTC
+---
diff --git a/bp_test/test/test_clip_adaptor b/bp_test/test/test_clip_adaptor
new file mode 100755 (executable)
index 0000000..61c5709
--- /dev/null
@@ -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