You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, strandedness is handled on a per-tool basis, and is handled inside the rule body. However, if the config entry for strandedness changes, this does NOT trigger a re-run of rules that use that config option -- because the body of the rule didn't change.
It would be nice to have rules re-run if strandedness is updated. One way of doing this would be to move strandedness to the params: directive so the snakemake --rerun-trigger would detect the param changes.
The text was updated successfully, but these errors were encountered:
Currently, strandedness is handled on a per-tool basis, and is handled inside the rule body. However, if the config entry for strandedness changes, this does NOT trigger a re-run of rules that use that config option -- because the body of the rule didn't change.
It would be nice to have rules re-run if strandedness is updated. One way of doing this would be to move strandedness to the
params:
directive so the snakemake--rerun-trigger
would detect the param changes.The text was updated successfully, but these errors were encountered: