Skip to content

AS module, only run rules after AberrantSplicing_pipeline_FRASER_05_fit_autoencoder_FraseR_R #373

Answered by nickhsmith
wanqingshao asked this question in Q&A
Discussion options

You must be logged in to vote

I dug into it a little bit. Because when FRASER is run it updates the internal files, snakemake is recognizing these as different input. As a result it says the input has changed and would like to start at the beginning. We can get around this, by telling snakemake that we don't care if the input changes (generally a bad idea!)

If you are 100% sure that everything is identical, and all you want to do is restart from the rule AberrantSplicing_pipeline_FRASER_05_fit_autoencoder_FraseR_R you can do the following command, where are your cluster or additional snakemake commands. This will say only care about the underlying code that is generating these rules, and snakemake will ignore the inpu…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@wanqingshao
Comment options

Answer selected by wanqingshao
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants