Skip to content

Commit

Permalink
Add dependencies and memory requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-munro committed May 6, 2024
1 parent e9c4d8e commit 36e5369
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Pheast/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ dependencies:
- bioconductor-impute
- bioconductor-qvalue
- bioconductor-variantannotation
- dask<2024.2
- pandas
- pandas-plink
- pip
- plink2=2
- r-glmnet
- r-optparse
- rpy2
- snakemake
- pip:
Expand Down
2 changes: 2 additions & 0 deletions Pheast/steps/covariates.smk
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ rule covariates:
params:
n_geno_pcs = 5,
n_pheno_pcs = 20,
resources:
mem_mb = 16000,
shell:
"""
Rscript scripts/covariates.R \
Expand Down

0 comments on commit 36e5369

Please sign in to comment.