Skip to content

Commit 2d71e64

Browse files
committed
update READMe
1 parent b5e0d31 commit 2d71e64

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

README.md

+19-8
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ The project has the following folder structure:
1919
```
2020
```bash
2121
.
22-
├── .vscode
23-
│   ├── configurationCache.log
24-
│   ├── dryrun.log
25-
│   ├── settings.json
26-
│   └── targets.log
2722
├── VF
2823
│   ├── examples
2924
│   │   └── README.md
@@ -104,7 +99,23 @@ The project has the following folder structure:
10499
│   ├── README.md
105100
│   └── dependencies.sh
106101
├── .DS_Store
107-
├── README.md
108-
└── tree.txt
102+
└── README.md
109103

110-
```
104+
```
105+
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)