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

Fasta contains multiple entries with the same identifier #44

Closed
jsming1996 opened this issue Oct 20, 2023 · 1 comment
Closed

Fasta contains multiple entries with the same identifier #44

jsming1996 opened this issue Oct 20, 2023 · 1 comment

Comments

@jsming1996
Copy link

Hello, I got a error as " con1.fa is either empty or contains multiple entries with the same identifier. Please check your input FASTA file and execute genomad annotate again."
I noticed that genomad could used for metagenomic data in the website, however when I try to put this (con1.fa) as the input file, it doesn't work. In my mind, the identifier of every read could be repeat. Should I change all the identifiers?
could you provide a advice to solve this problem? I will really really appreciate about this. Best wishes!

@apcamargo
Copy link
Owner

Hi @jsming1996

You can use SeqKit to solve that:

seqkit rename con1.fa > con1_no_duplicates.fa

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