Skip to content

Commit 817e301

Browse files
committed
update READMe
1 parent 2d71e64 commit 817e301

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

README.md

+18-16
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,24 @@
1414

1515
![List_of_Problems](figs/problems_category.png)
1616

17+
## Framework Overview
18+
19+
## Variant Filtering (VF)
20+
VF is a prototype software implementation of our algorithms for variant filtering in variation graphs for the problems 1 to 4.
21+
22+
## VF_Experiments
23+
VF_Experiments is a framework to establish a benchmark for datasets and tools needed to evaluate the VF experiments and the impact of read-to-graph mappers.
24+
25+
## Havg (Haplotype-annotated Variation Graph)
26+
Havg is used to create a variation graph that corresponds to each chromosome, annotated with a list of haplotypes per edge when the graph only contains SNP variants. This annotated graph is then used in solving problems 5 and 6.
27+
28+
## hg (Haplotype-aware Graphs)
29+
This repository constructs an ILP solution for haplotype-aware variant selection for genome graphs under Hamming distance for solving problems 5 and 6.
30+
31+
## hged (Haplotype-aware Edit Distance)
32+
This repository constructs an ILP solution for haplotype-aware variant selection for genome graphs under Hamming distance for solving problems 7 and 8.
33+
34+
1735
```
1836
The project has the following folder structure:
1937
```
@@ -103,19 +121,3 @@ The project has the following folder structure:
103121

104122
```
105123

106-
## Framework Overview
107-
108-
## Variant Filtering (VF)
109-
VF is a prototype software implementation of our algorithms for variant filtering in variation graphs for the problems 1 to 4.
110-
111-
## VF_Experiments
112-
VF_Experiments is a framework to establish a benchmark for datasets and tools needed to evaluate the VF experiments and the impact of read-to-graph mappers.
113-
114-
## Havg (Haplotype-annotated Variation Graph)
115-
Havg is used to create a variation graph that corresponds to each chromosome, annotated with a list of haplotypes per edge when the graph only contains SNP variants. This annotated graph is then used in solving problems 5 and 6.
116-
117-
## hg (Haplotype-aware Graphs)
118-
This repository constructs an ILP solution for haplotype-aware variant selection for genome graphs under Hamming distance for solving problems 5 and 6.
119-
120-
## hged (Haplotype-aware Edit Distance)
121-
This repository constructs an ILP solution for haplotype-aware variant selection for genome graphs under Hamming distance for solving problems 7 and 8.

0 commit comments

Comments
 (0)