Hello!
I am working on making a pipeline to quickly align and analyse my Sanger sequencing data (16S).
Birelfy, I start from .ab1 files → seperate the reverse and forward → ab1 to FASTQ → seqtk_trimfq → FASTQ Groomer.
I run in a problem when I run Reverse-complement tool. The pipeline works if I use sequences without ambigous nucleotides.
The error message is the following :
If I use sequences with ambigous nucleotides (such as R, W or Y, but excluding N), I get this error message : Fastx_reverse_complement:Found invalid nucleotide sequence.
Is there a way to fix this situation?
Thank you!