Skip to content

Commit e4bf121

Browse files
committed
feat: update README with description
1 parent 245571d commit e4bf121

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77

88
# Snakemake workflow implementation to create DivRef-style resource
99

10+
This workflow is inspired by the [DivRef](https://github.com/e9genomics/human-diversity-reference) repository which is used to generate a bundle of FASTA sequences and a corresponding DuckDB index of common human variation.
11+
12+
The original implementation is via a set of standalone Python scripts and a Makefile.
13+
This implementation:
14+
1. Wraps the Python scripts in a toolkit with added typing, improved parameterization, and added unit testing.
15+
2. Adds a Snakemake workflow and associated configuration to drive the resource generation process.
16+
1017
## Set up Environment
1118

1219
The environment for this analysis is managed using `pixi`.

0 commit comments

Comments
 (0)