perslab / CELLECT

CELLECT (CELL-type Expression-specific integration for Complex Traits)
GNU General Public License v3.0
71 stars 19 forks source link

Require snakemake 5.27 for speed improvement #64

Closed pascaltimshel closed 4 years ago

pascaltimshel commented 4 years ago

What & why snakemake 5.27 promises huge DAG generation speed improvement. This is currently a problem with many GWAS / expression datasets. https://twitter.com/johanneskoester/status/1322206389700333583

Solution Simply require snakemake 5.27 as minimum version min_version("5.4") in common_func1.smk

pascaltimshel commented 4 years ago

Fixed now