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

Error in Artic filter #80

Open
chodarq opened this issue Sep 20, 2021 · 0 comments
Open

Error in Artic filter #80

chodarq opened this issue Sep 20, 2021 · 0 comments

Comments

@chodarq
Copy link

chodarq commented Sep 20, 2021

Hi all.
I use the following command to filter reads:

artic filter --min-length 1400 --max-length 1800 pass.fastq > test.fastq

The file test.fastq is created but have this lines at the end:

Traceback (most recent call last):
  File "/home/chodar/storage/miniconda3/envs/artic-ncov2019/bin/artic", line 10, in <module>
    sys.exit(main())
  File "/home/chodar/storage/miniconda3/envs/artic-ncov2019/lib/python3.6/site-packages/artic/pipeline.py", line 222, in main
    args.func(parser, args)
  File "/home/chodar/storage/miniconda3/envs/artic-ncov2019/lib/python3.6/site-packages/artic/pipeline.py", line 35, in run_subtool
    submodule.run(parser, args)
  File "/home/chodar/storage/miniconda3/envs/artic-ncov2019/lib/python3.6/site-packages/artic/filter_reads.py", line 30, in run
    print("%s\t%s\t%s" % (total, uniq), file=sys.stderr)
TypeError: not enough arguments for format string

Any idea of what is wrong?
Thanks for any help.
Christian

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

1 participant