We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
running artic like this:
artic minion --threads 16 --scheme-directory ~/src/artic-ncov2019/primer_schemes/ --scheme-version 4.1 SARS-CoV-2 test --skip-nanopolish --medaka --medaka-model r941_min_fast_g303 --read-file test.fastq.gz
produces this error: 'FASTA has more than one sequence'
Multiple fasta entries is disallowed by this code: https://github.com/artic-network/fieldbioinformatics/blob/7ba124971569f39487b098bf533299f8091eced4/artic/minion.py#L13
replacing SARS-CoV-2.reference.fasta with the the one in the V4 directory avoids the error.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
running artic like this:
produces this error:
'FASTA has more than one sequence'
Multiple fasta entries is disallowed by this code:
https://github.com/artic-network/fieldbioinformatics/blob/7ba124971569f39487b098bf533299f8091eced4/artic/minion.py#L13
replacing SARS-CoV-2.reference.fasta with the the one in the V4 directory avoids the error.
The text was updated successfully, but these errors were encountered: