Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsasani committed Feb 1, 2022
2 parents 99b7a83 + 89d86bd commit a88d9db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
The code in this repository uses [Snakemake](https://snakemake.readthedocs.io/en/stable/) to reproduce the entire [manuscript](https://www.biorxiv.org/content/10.1101/2021.03.12.435196v1) from "top to bottom." This includes everything from downloading a reference genome to generating supplementary figures. However, it's also possible to simply generate the figures in the manuscript (step #2 below), since step #1 requires very large input files and quite a bit of time to execute.

This code is archived on [Zenodo](https://zenodo.org).

[![DOI](https://zenodo.org/badge/346161036.svg)](https://zenodo.org/badge/latestdoi/346161036)

**The basic outline is as follows:**

1) Identify high-quality singleton mutations from the BXD VCF using `identify_singletons.smk`.
Expand Down Expand Up @@ -202,4 +206,4 @@ To run these tests, you'll first need to install the repository as a package usi
pip install -e .
```

Then, you can simply run `pytest .`, and the tests will run.
Then, you can simply run `pytest .`, and the tests will run.

0 comments on commit a88d9db

Please sign in to comment.