Skip to content

Commit

Permalink
Adding additional snakemake pipeline run option to readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerkm committed Dec 15, 2023
1 parent f827648 commit 5a8696e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@ Replace `[path_to_deeprvat]` with the path to your clone of the repository.
Note that the example data is randomly generated, and so is only suited for testing whether the `deeprvat` package has been correctly installed.


### Run the training pipeline on some example data

```shell
mkdir example
cd example
ln -s [path_to_deeprvat]/example/* .
snakemake -j 1 --snakefile [path_to_deeprvat]/pipelines/run_training.snakefile
```

Replace `[path_to_deeprvat]` with the path to your clone of the repository.

Note that the example data is randomly generated, and so is only suited for testing whether the `deeprvat` package has been correctly installed.


### Run the association testing pipeline with pretrained models

```shell
Expand Down

0 comments on commit 5a8696e

Please sign in to comment.