-
Notifications
You must be signed in to change notification settings - Fork 47
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
Can drop run in offline surroundings? #319
Comments
Sorry for the late response. I am curious what level of offline you are referring to? Are you able to fully download the dependencies and conda environment, but not supporting reference files like the allele frequencies for the genome? Are you able to run the demo by chance? |
I could download everything at installation step since I use source computer which is connected to internet. Demo worked, I guess demo is hg19 and required things are already in the installation path. |
Sorry for the weird workaround, but it seems like things are mostly going well. It seems that file can be found here: Or more directly: http://hgdownload.cse.ucsc.edu/goldenpath/hg38/database/chromInfo.txt.gz although you're right, I'm not sure where exactly it's needed. @c-mertes @ischeller Do you have an idea? |
I know where the files are in the web, and how to download them, however, I don't know where should I put downloaded files afterwords. Due to an ethical issue, we have to use clusters without internet connection. I guess some users are in same situation...? Thanks. |
Solved. Thank you for your comments. Thanks anyway. |
Dear Support team,
I need to run drop in offline surroundings because of our sample restriction.
I run drop and met the error message below.
Thank you for your help.
Version: 1.1.3
[Tue Mar 22 13:06:50 2022]
rule AberrantSplicing_pipeline_Counting_01_1_countRNA_splitReads_samplewise_R:
input: /home/xxx/Output/processed_data/aberrant_splicing/datasets/cache/raw-fraser2/fds.done, Scripts/AberrantSplicing/pipeline/Counting/01_1_countRNA_splitReads_samplewise.R
output: /home/xxx/Output/processed_data/aberrant_splicing/datasets/cache/raw-fraser2/sample_tmp/splitCounts/sample_RNAID.done
log: /xxx/.drop/tmp/AS/fraser2/splitReads/RNAID.Rds
jobid: 18
wildcards: dataset=fraser2, sample_id=RNAID
threads: 2
resources: tmpdir=/tmp
Load packages
Loading required package: rtracklayer
Tue Mar 22 13:07:07 2022: Count split reads for sample: RNAID
Error in download.file(url, destfile, quiet = TRUE) :
cannot open URL 'http://hgdownload.cse.ucsc.edu/goldenPath/hg38/database/chromInfo.txt.gz'
Calls: countSplitReads ... -> fetch_table_from_UCSC -> fetch_table_from_url
Execution halted
The text was updated successfully, but these errors were encountered: