load_data_proc.sh not working #3356
Replies: 4 comments 2 replies
-
Your |
Beta Was this translation helpful? Give feedback.
-
Except this is the path to my copied data, which match what the script is reading (see below). To get rid of the slash I would have to move everything "up" a bucket. I've been hesitant to do this, but would you recommend me doing that? Thank you!
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately that didn't get rid of the error. But I also have the same issue with the reference data. I ran the same move command with that directory, and because each file is being copied and moved, I suspect it will take a while. But I did notice that when this command was generated above (and when I re-ran) there was an empty flag. Do you think this would cause problems? Or can you think of anything else? I will let you know when I try again after everything gets moved. Thank you again!
|
Beta Was this translation helpful? Give feedback.
-
It does look like that did the trick for the VCF file reading, because I could see all of the checks that were done on the VCF on the screen, that weren't done before. I now hit a different error, that I suspect has more to do with the permissions I have for the cloud, but posting it here just too in case you have any suggestions:
I emailed our administrator about this, but will follow up if a seqr software specific question comes up. Thank you again! edit I have already tried this https://www.digitalocean.com/community/questions/how-to-fix-docker-got-permission-denied-while-trying-to-connect-to-the-docker-daemon-socket |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I am trying to load and annotate my VCF using
load_data_dataproc.sh
andSeqrVCFToMTTask
keeps failing. I posted this in a discussion, but the post is not properly labeled. @hanars has been extremely helpful debugging thus far, answering my other posts!Link to page(s) where bug is occurring
Command analagous to below is not working. Below is copied from the tutorial:
Scope of the bug
I am experiencing this when running my entire vcf file. The bucket does not have an extra slash RE location (I carried this slash throughout). But maybe it's possible that it's messing up the code downstream too? All of the gs:// filepaths exists as they should.
Screenshots
Here is my entire log:
Note that I did have to upgrade my hail (per a different issue here)
And I also see in the hail logfile:
Beta Was this translation helpful? Give feedback.
All reactions