Skip to content

Commit

Permalink
Tests for IUPAC processing fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gtamazian committed May 25, 2015
1 parent ab600e6 commit cc963ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/getfasta/test-getfasta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ AGCTYRWSKMDVHBXN
agctyrwskmdvhbxn" > exp
$BT getfasta -fi test.iupac.fa -bed test.iupac.bed -fo - > obs
check obs exp
rm obs exp
rm obs exp test.iupac.fa.fai


# test IUPAC revcomp
Expand All @@ -100,4 +100,5 @@ NXVDBHKMSWYRAGCT
nxvdbhkmswyragct" > exp
$BT getfasta -fi test.iupac.fa -bed test.iupac.bed -s -fo - > obs
check obs exp
rm obs exp
rm obs exp test.iupac.fa.fai

2 changes: 2 additions & 0 deletions test/getfasta/test.iupac.bed
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
1 0 16 1 1000 -
2 0 16 1 1000 -
4 changes: 4 additions & 0 deletions test/getfasta/test.iupac.fa
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
>1
AGCTYRWSKMDVHBXNACGT
>2
agctyrwskmdvhbxnacgt

0 comments on commit cc963ef

Please sign in to comment.