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
Due to three unresolved Snakemake issues related to module usage from GitHub, we will access auxiliary source files using params instead of snakemake@source in R and remove global.yaml usage.
This implies that the full snakemake (not minimal) installation is required for the usage of MrBiomics and it's modules.
doc that full Snakemake is required. Minimal snakemake requires to uncomment global env BUT leads to loss of GitHub directive function when used as module. Additionally, when installing, document the shift away from the global environment to ensure the full SnakeMake is installed instead of the minimal version. Also, review the wiki and other documents to update any mentions of global environment variables. This is likely found in the sustainability and reproducibility section.
Due to three unresolved Snakemake issues related to
module
usage from GitHub, we will access auxiliary source files usingparams
instead ofsnakemake@source
inR
and removeglobal.yaml
usage.This implies that the full snakemake (not minimal) installation is required for the usage of MrBiomics and it's modules.
Unresolved Snakemake issues
R
sourcing: Error in rule with Rscript from imported module snakemake/snakemake#2205Python
sourcing: Relative import in python script not working when using a module from Gitlab snakemake/snakemake#1632global.env
error:FileNotFoundError
forglobal.yaml
When Loading Module viagithub()
snakemake/snakemake#3212Tasks
global.yaml
snakemake@source
withparams
solutionThe text was updated successfully, but these errors were encountered: