Error in processAmplicons "there are duplicate hairpin sequences"
2
0
Entering edit mode
@luciacaceres-10601
Last seen 7.9 years ago

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

processamplicons • 864 views
ADD COMMENT
0
Entering edit mode
Aaron Lun ★ 28k
@alun
Last seen 20 minutes ago
The city by the bay

Well, as the error message suggests, there are duplicate hairpin sequences in your hairpinfile. These sequences need to be unique, otherwise you wouldn't be able to correctly assign an amplicon to a single (targeted) gene.

ADD COMMENT
0
Entering edit mode
@luciacaceres-10601
Last seen 7.9 years ago

Thanks, I thought the same thing but because I got this hairpin file, as an excel, from the company that sold us the entire library to run the screen, I wanted to make sure that I wasn't missing something.

Lucia


 

ADD COMMENT

Login before adding your answer.

Traffic: 701 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6