Skip to content

Commit

Permalink
Remove lsf references
Browse files Browse the repository at this point in the history
  • Loading branch information
endast committed Apr 15, 2024
1 parent 8fa7a39 commit e859885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/seed_gene_discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This pipeline discovers *seed genes* for DeepRVAT training. The pipeline runs SKAT and burden tests for missense and pLOF variants, weighting variants with Beta(MAF,1,25). To run the tests, we use the `Scoretest` from the [SEAK](https://github.com/HealthML/seak) package (has to be installed from github).

To run the pipeline, an experiment directory with the `config.yaml` has to be created. An `lsf.yaml` file specifiying the compute resources for each rule in `seed_gene_discovery.snakefile` might also be needed depending on your system (see as an example the `lsf.yaml` file in this directory).
To run the pipeline, an experiment directory with the `config.yaml` has to be created.

## Input data

Expand Down
2 changes: 1 addition & 1 deletion pipelines/association_testing/burdens.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rule compute_burdens:
prefix = '.'
threads: 8
resources:
mem_mb = 2000000, # Using this value will tell our modified lsf.profile not to set a memory resource
mem_mb = 20000,
load = 8000,
gpus = 1
shell:
Expand Down
2 changes: 1 addition & 1 deletion pipelines/training/train.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ rule train:
prefix = '.',
priority: 1000
resources:
mem_mb = 2000000, # Using this value will tell our modified lsf.profile not to set a memory resource
mem_mb = 20000,
load = 8000,
gpus = 1
shell:
Expand Down

0 comments on commit e859885

Please sign in to comment.