ncbi-acc-download
ncbi-acc-download copied to clipboard
Download error 400
Hey, thank you for the cool script.
However, I cannot work this out. I'm trying do download the genomic sequence from: ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/000/762/265/GCF_000762265.1_ASM76226v1 Pretty sure the fna files are available, and the accession is GCF_000762265.1 But it doesn't work when I run: ncbi-acc-download -m nucleotide -F fasta GCF_000762265.1
Message:
Failed to download file with id GCF_000762265.1 from NCBI
Traceback (most recent call last):
File "/miniconda3/bin/ncbi-acc-download", line 10, in
Any tips?
Hi there,
ncbi-acc-download
is downloading sequences via the NCBI Entrez interface, and for some reason you can't use this with NCBI assembly IDs. If you have assembly IDs, you might want to use ncbi-genome-download
instead. You can use the --assembly-accessions
option to specify the assembly ID.
It works, thank you very much, saved me loads of time!