Does anybody know how to fix the following error? When I type the following code:
# Process raw sequences from fastq file
x = processAmplicons("Index2.Plate10.fastq", barcodefile="Samples1.txt",
hairpinfile="Hairpins1-10 - antisense.txt", hairpinStart=29, hairpinEnd=50, verbose=TRUE)
I get the following error:
Error in processAmplicons("Index2.Plate10.fastq", barcodefile = "Samples1.txt", :
There are duplicate hairpin sequences.
I am kind of at a loss here. I don't know what to fix.
Thanks,
Lucia