Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sjackman/assembly-graph

Compare assembly graph file formats
https://github.com/sjackman/assembly-graph

Last synced: about 2 months ago
JSON representation

Compare assembly graph file formats

Awesome Lists containing this project

README

        

Compare assembly graph file formats
===================================

+ ASQG [Sample](sample.asqg), [Specification](https://github.com/jts/sga/wiki/ASQG-Format)
+ FASTG [Specification](http://fastg.sourceforge.net/FASTG_Spec_v1.00.pdf)
+ GraphViz [Sample](sample.gv), [Specification](https://github.com/bcgsc/abyss/wiki/ABySS-File-Formats#dot)
+ GFA [Sample](sample.gfa), [Specification](https://github.com/pmelsted/GFA-spec/blob/master/GFA-spec.md)
+ SAM [Sample](sample.sam), [Specification](http://samtools.github.io/hts-specs/SAMv1.pdf)

Render `sample.gv` using GraphViz.

![sample.gv](sample.gv.png)

Render `loop.gv` using GraphViz.

![loop.gv](loop.gv.png)