-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
Describe the bug
ncbi-genome-download currently fails with:
ERROR: Invalid line length in summary file line 2277358. Expected 38, got 33. Attempting to fix.
'submitter' is not in list
This suggests that the current assembly_summary_bacteria.txt from NCBI no longer matches the fixed 38-column schema assumed by the tool.
Affected version
0.3.3
To Reproduce
Steps to reproduce the behavior:
Run:
ncbi-genome-download bacteria --genera "Escherichia" --assembly-level complete --formats fasta --section genbank
The error occurs during metadata parsing.
Expected behavior
The tool should download the genomes of Salmonella from genbank section
Screenshots

Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels