-
Notifications
You must be signed in to change notification settings - Fork 2
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
Has the link expired? I did not find the dbscSNV.zip
data file.
#3
Comments
dbscSNV.zip
data file.dbscSNV.zip
data file.
|
Thank!I successfully downloaded the dbscSNV.zip file according to the link you gave, and modified the corresponding code of the snakefile to ensure the smooth execution of the code. As I expected, there is no longer any error about dbscSNV, but the problem finally appears, Based on the error message, I was thinking about whether there was a problem with one of the input files here. But I guarantee that the way these input files are obtained is either executed by snakemake in splicing or obtained by git clone. |
Try to remove the |
Wow!It‘s working now!,thank you very much!!! |
Hello, I want to reproduce the four models in the kipoi manuscript,but according to the download link, I did not find the
dbscSNV.zip
data file.According to the instructions, to reproduce "tf-binding - Figure 2", I need to first enter the "/src/splicing" path and execute "snakemake" to reproduce "splicing - Figure 5", as shown in the following two figures:
Later, I implemented it as required, and finally this problem occurred:
snakemake
, everything goes well until the dbscSNV.smk part is run. The error is displayed on line 101 in /manuscript/src/splicing/dbscSNV.smk. The zip file cannot be obtained. Does the fileftp://dbnsfp:[email protected]/dbscSNV.zip
exist?You can try it,
Wget ftp://dbnsfp:[email protected]/dbscSNV.zip
/src/splicing/Snakefile
has written "/data".Last question: can I just run src/splicing/download_annotation.smk to download the GFT and FASTA data needed to reproduce "tf binding - Fig2"? How to run the
.smk
file? Because "snakemake" that executes "splicing - Fig5" now appears above "No such file dbscSNV.zip"Sincerely hope to get your answer, I look forward to it! thank!
The text was updated successfully, but these errors were encountered: