You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,13 @@
7
7
8
8
# Snakemake workflow implementation to create DivRef-style resource
9
9
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
+
10
17
## Set up Environment
11
18
12
19
The environment for this analysis is managed using `pixi`.
0 commit comments