-
Notifications
You must be signed in to change notification settings - Fork 7
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
Reference files are not downloading #12
Comments
Thank you for bringing this to our attention, this was a bug caused by UCSC changing their FTP link addresses. MEA has been updated to fix the automatic download step. Appreciated! |
Hi, Thanks |
@ankitasks1 |
Hi, As you will notice -test is extra word in http address. I dont know how to remove it.. Also if I correctly understood MEA manual, we do not need to install any software in /opt directory and rather just give docker installation commands and all dependencies will be set. Any suggestion and help will be appreciated Thanks |
@ankitasks1 |
@ankitasks1 |
Hi thanks for suggestion. Next createGenome command has given the error that VCF file does not exist.
|
Hi again, re: createGenome, please see the user manual about setting the "mea-data" path. The command will then read something more similar to: $MEA createGenome -snps-indels-separately lastly, please use VCF v4.1 files as we have not empirically tested allele-specific analyses using 4.2 files. |
Thank you for the suggestion. If possible please update MEA for the same also. Thank you very much |
Hi,
I am using MEA for my analysis.
The reference file are not downloading.
Please see.
Which type of analysis do you want to do?
[1] ChIPseq
[2] RNAseq
[3] BSseq
Press 1, 2 or 3 [current: 2] : 1
Which type of alignment tool do you want to use?
[1] BWA
[2] Bowtie
[3] Bowtie2 (recommended)
Press 1, 2 or 3 [current: 1] : 3
How would you like to specify the reference genome location?
[1] Keep current settings
[2] Automatically download genome, or change between pre-exsiting builds (recommended)
[3] Manually set file paths to local files
Press 1, 2 or 3 [current: 2] : 2
Which genome would you like to download?
Recent builds: mm10 ; hg19 ; ce11 ; dm6 ;rn6 ; sacCer3
Older builds: mm9 ; h18 ; ce10 ; dm5 ; rn5 ; sacCer2 ; etc.
Please specify build code [current: undefined] : mm10
File .fa does not exist. Downloading it now...
Downloading mm10.chrom.sizes from UCSC...
--2018-11-27 11:37:50-- http://hgdownload-test.cse.ucsc.edu/goldenPath/mm10/bigZips/mm10.chrom.sizes
Resolving hgdownload-test.cse.ucsc.edu (hgdownload-test.cse.ucsc.edu)... 128.114.198.32
Connecting to hgdownload-test.cse.ucsc.edu (hgdownload-test.cse.ucsc.edu)|128.114.198.32|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://hgdownload-test.cse.ucsc.edu/goldenPath/mm10/bigZips/mm10.chrom.sizes [following]
--2018-11-27 11:37:51-- https://hgdownload-test.cse.ucsc.edu/goldenPath/mm10/bigZips/mm10.chrom.sizes
Connecting to hgdownload-test.cse.ucsc.edu (hgdownload-test.cse.ucsc.edu)|128.114.198.32|:443... connected.
The certificate's owner does not match hostname ‘hgdownload-test.cse.ucsc.edu’
Downloading mm10.fa from UCSC
--2018-11-27 11:37:52-- http://hgdownload-test.cse.ucsc.edu/goldenPath/mm10/bigZips/mm10.2bit
Resolving hgdownload-test.cse.ucsc.edu (hgdownload-test.cse.ucsc.edu)... 128.114.198.32
Connecting to hgdownload-test.cse.ucsc.edu (hgdownload-test.cse.ucsc.edu)|128.114.198.32|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://hgdownload-test.cse.ucsc.edu/goldenPath/mm10/bigZips/mm10.2bit [following]
--2018-11-27 11:37:53-- https://hgdownload-test.cse.ucsc.edu/goldenPath/mm10/bigZips/mm10.2bit
Connecting to hgdownload-test.cse.ucsc.edu (hgdownload-test.cse.ucsc.edu)|128.114.198.32|:443... connected.
The certificate's owner does not match hostname ‘hgdownload-test.cse.ucsc.edu’
mm10.2bit is not a twoBit file
sed: can't read mm10.chrom.sizes: No such file or directory
Download complete. Setting new path variables
Thanks
The text was updated successfully, but these errors were encountered: