Hello,
I have been trying to figure out how to work with single reads. I came across a post in Mothur forum and tried to follow it. But when I am trying to trim the primer, all my sequences are thrown in the scrap file. Starting with single reads, I did something like this:-
- fastq.info
- reverse.seqs(fasta=MC1.fasta)
- reverse.seqs(qfile=MC1.qual)
- make.fastq (for read and its reverse complement)
- make.contigs
- trim.seqs
My forward primer sequence that has a degenerate base is GTGCCAGCMGCCGCGGTAA
I created a reverse complement of this sequence, which is TTACCGCGGCKGCTGGCAC; and then prepared an oligo file written below for trim.seqs
primer GTGCCAGCMGCCGCGGTAA TTACCGCGGCKGCTGGCAC
(barcodes and adapters were already removed from my data by the sequencing platform)
I thought that all my sequences are thrown into scrap file possibly due to to the degenerate base. So, I tried to use both the bases “A” and “T” in place of “M”, but this too didn’t help me.
Kindly suggest a way to solve this.
Thanks and looking forward to hear you back.
Richa