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
E.g. using an accession of GCA_022045225.1, the curl command is
GCA_022045225.1
curl
curl -OJX GET "https://api.ncbi.nlm.nih.gov/datasets/v1/genome/accession/GCA_022045225.1/download?include_annotation_type=GENOME_GFF,RNA_FASTA,CDS_FASTA,PROT_FASTA&filename=GCA_022045225.1.zip" -H "Accept: application/zip"
The text was updated successfully, but these errors were encountered:
Record has Genetic Accession URI: https://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/022/045/225/GCA_022045225.1_xgHalCrac1.a
Genetic Accession URI
but this returns a 403.
403
Sorry, something went wrong.
First pass is adding download link on records side-panel view.
#30 sequence download links on records
deb4128
Fixed TODO comments too
#30 sequence download for basket
3cd4dfd
No branches or pull requests
E.g. using an accession of
GCA_022045225.1
, thecurl
command iscurl -OJX GET "https://api.ncbi.nlm.nih.gov/datasets/v1/genome/accession/GCA_022045225.1/download?include_annotation_type=GENOME_GFF,RNA_FASTA,CDS_FASTA,PROT_FASTA&filename=GCA_022045225.1.zip" -H "Accept: application/zip"
The text was updated successfully, but these errors were encountered: