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

download data- no genome #12

Closed
fifdick opened this issue Feb 27, 2018 · 2 comments
Closed

download data- no genome #12

fifdick opened this issue Feb 27, 2018 · 2 comments

Comments

@fifdick
Copy link

fifdick commented Feb 27, 2018

I followed the instructions on the README.
I executed downloadData.sh, which threw no error. All subsequent steps were also successful until I wanted to start alignment. The index file for the genome was missing. I failed to index it with samtools. After checking the file (the genome), I saw it was empty.
I checked the script downloadData.sh for the genome download link and found this:

url38="ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCA_000001405.15_GRCh38/seqs_for_alignment_pipelines.ucsc_ids/GCA_000001405.15_GRCh38_full_analysis_set.fna.gz"

Trying to execute:
wget --progress=bar -O test.gz ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCA_000001405.15_GRCh38/seqs_for_alignment_pipelines.ucsc_ids/GCA_000001405.15_GRCh38_full_analysis_set.fna.gz
Gave me error:

No such directory ‘genomes/all/GCA_000001405.15_GRCh38/seqs_for_alignment_pipelines.ucsc_ids’.

After checking the ftp page I found this to be the correct link, with which the download of the genome worked and subsequently also the indexing with samtools and the rest of the following steps.

ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCA/000/001/405/GCA_000001405.15_GRCh38/seqs_for_alignment_pipelines.ucsc_ids/

@GodloveD
Copy link

GodloveD commented Dec 9, 2019

I also ran into this error. It would be nice to see the download script updated.

@martenj
Copy link
Member

martenj commented Dec 12, 2019

Hi,
sorry for this (huge) delay. The download scripts should be fixed now in release 0.3.

Best.

@martenj martenj closed this as completed Dec 12, 2019
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

3 participants