Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pcr.seqs [ERROR] #131

Open
giovannapires opened this issue Jul 4, 2024 · 1 comment
Open

pcr.seqs [ERROR] #131

giovannapires opened this issue Jul 4, 2024 · 1 comment

Comments

@giovannapires
Copy link

I get the following issue whenever I try to run pcr.seqs with a custom region from the UNITE database:

[ERROR]: seqs are not aligned. When using start and end your sequences must be aligned.

I can follow the MiSeq SOP right up to this point. Then, I start getting this error. I tried aligning the ITS primer + one of my sequences with UNITE_v6_sh_97_s.fasta in R Studio using rBLAST. After figuring out the s.start e s.end, I type:

pcr.seqs(fasta=UNITEv6_sh_97_s.fasta, start=100, end=400, keepdots=F)

And get the same error again and again. What am I doing wrong?

P.S.: I'm using Ubuntu 24.04 LTS WSL on Windows 10.

@pschloss
Copy link
Contributor

pschloss commented Jul 5, 2024

Hi - the unite databases are not aligned. You would have to align the unite sequence to each other using something like clustal or muscle and then use that as the reference alignment.

Pat

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants