Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup repo #66

Merged
merged 4 commits into from
Apr 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 0 additions & 114 deletions TODOS.md

This file was deleted.

211 changes: 0 additions & 211 deletions deeprvat/deeprvat/association_testing_pretrained.snakefile

This file was deleted.

48 changes: 0 additions & 48 deletions deeprvat/seed_gene_discovery/lsf.yaml

This file was deleted.

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
Loading