introduce activate: false defaults for spia, fgsea and goatools (set to true to run the tools)
restrict thread usage of sleuth_prep() in rule sleuth_init to whatever the pipeline provides (with a current default max at 6), instead of letting it take whatever it can find -- this can lead to high RAM usage and running R code in the form of scripts seems to have a hard limit at 40 GB RAM
r-base = 3.6
in all environmentsactivate: false
defaults for spia, fgsea and goatools (set totrue
to run the tools)sleuth_prep()
in rulesleuth_init
to whatever the pipeline provides (with a current default max at6
), instead of letting it take whatever it can find -- this can lead to high RAM usage and running R code in the form of scripts seems to have a hard limit at 40 GB RAM