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

SpliceAI running time #38

Closed
LucaBertoli opened this issue Mar 18, 2024 · 5 comments
Closed

SpliceAI running time #38

LucaBertoli opened this issue Mar 18, 2024 · 5 comments

Comments

@LucaBertoli
Copy link

Hello,
I an testing absplice on a human WGS sample using default configurations (and tissues).
Currently I ran snakemake workflow inside the docker container using 20 threads.

MMSplice finished quite qwickly, but SpliceAI in running since 6 days and is still at chr2...

Is there a way for speeding SpliceAI up?
Does SpliceAI scale up with the threads given as input to snakemake?

@neverov-am
Copy link
Collaborator

Dear @LucaBertoli ,

Thank you for your interest in AbSplice. SpliceAI tends to take significant amount of time to run. To speed it up, we provide the fast lookup interface spliceai_rocksdb that uses precomputed SpliceAI scores. You can enable it by simply changing the field use_rocksdb in the config file to True and running Snakemake with --use-conda option. It will create a conda environment and download the precomputed SpliceAI scores (it will take some time – about 1 hour and use approximately 180GB of storage). This should then significantly speed up the computation.

Let me know if you need any further assistance on that.

@LucaBertoli
Copy link
Author

Thanks for the answer.

What would be the difference with respect to using SpliceAI without precomputed scores?
What variants are present in the precomputed scores?

@neverov-am
Copy link
Collaborator

The precomputed scores contain all SNVs and indels up to 4 nucleotides. During the execution of the pipeline, scores for the variants present in the precomputed scores will be simply retrieved from the database. If the variant is not in the precomputed scores, it will be computed by running SpliceAI.

@LucaBertoli
Copy link
Author

ok, so the output will be basically the same as running spliceAI from scratch, correct?

@neverov-am
Copy link
Collaborator

Yes, we do not skip variants that are not in the precomputed scores

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