diff options
-rw-r--r-- | academic/cutadapt/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/cutadapt/README b/academic/cutadapt/README index a558d53867e7..723e302b4989 100644 --- a/academic/cutadapt/README +++ b/academic/cutadapt/README @@ -5,10 +5,10 @@ and other types of unwanted sequence from your high-throughput sequencing reads. Cleaning your data in this way is often required: Reads from small-RNA -sequencing contain the 3’ sequencing adapter because the read is +sequencing contain the 3' sequencing adapter because the read is longer than the molecule that is sequenced. Amplicon reads start with a primer sequence. Poly-A tails are useful for pulling out RNA from -your sample, but often you don’t want them to be in your reads. +your sample, but often you don't want them to be in your reads. Cutadapt helps with these trimming tasks by finding the adapter or primer sequences in an error-tolerant way. It can also modify and |