├── LICENSE ├── README.md └── src ├── align.c ├── graph.c ├── main.c └── test.gfa /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CMU-SAFARI/SeGraM/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CMU-SAFARI/SeGraM/HEAD/README.md -------------------------------------------------------------------------------- /src/align.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CMU-SAFARI/SeGraM/HEAD/src/align.c -------------------------------------------------------------------------------- /src/graph.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CMU-SAFARI/SeGraM/HEAD/src/graph.c -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CMU-SAFARI/SeGraM/HEAD/src/main.c -------------------------------------------------------------------------------- /src/test.gfa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CMU-SAFARI/SeGraM/HEAD/src/test.gfa --------------------------------------------------------------------------------