-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement adapters that disallow internal matches
Could also be considered "less strict anchoring" Specify -a ADAPTERX (with a literal X) to disallow matches where the adapter sequence in the read is followed by further nucleotides. Specify -g XADAPTER to disallow matches where the adapter sequence is preceded by nucleotides. Needs documentation. Closes #53
- Loading branch information
Showing
9 changed files
with
222 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
>r1 | ||
CGTCCGAAGTAGCTAtccgaatagaCCACCCTGATTAGACAAAT | ||
>r2 | ||
tccgaatagaAGCCGCTACGACGGGTTGGCCCTTAGACGTATCT | ||
>r3 | ||
atagaCAAGATCTACCCTGCCACATTGCCCTAGTTAAAC | ||
>r4 | ||
CtccgaatagaAAGATCTACCCTGCCACATTGCCCTAGTTAAAC | ||
>r5 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTAAAC | ||
>r6 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTAAAC | ||
>r5 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
>r1 | ||
CGTCCGAAGTAGCTAtccgaatagaCCACCCTGATTAGACAAAT | ||
>r2 | ||
AGCCGCTACGACGGGTTGGCCCTTAGACGTATCT | ||
>r3 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTAAAC | ||
>r4 | ||
AAGATCTACCCTGCCACATTGCCCTAGTTAAAC | ||
>r5 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTAAACtccgaataga | ||
>r6 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTAAACtccga | ||
>r5 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTtccgaatagaA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
>r1 | ||
CGTCCGAAGTAGCTAtccgaatagaCCACCCTGATTAGACAAAT | ||
>r2 | ||
tccgaatagaAGCCGCTACGACGGGTTGGCCCTTAGACGTATCT | ||
>r3 | ||
atagaCAAGATCTACCCTGCCACATTGCCCTAGTTAAAC | ||
>r4 | ||
CtccgaatagaAAGATCTACCCTGCCACATTGCCCTAGTTAAAC | ||
>r5 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTAAACtccgaataga | ||
>r6 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTAAACtccga | ||
>r5 | ||
CAAGATCTACCCTGCCACATTGCCCTAGTTtccgaatagaA |
Oops, something went wrong.