├── DBGraph.hpp ├── Integer.hpp ├── KmerInit.hpp ├── LICENSE ├── LargeInt.hpp ├── LargeInt1.hpp ├── LargeInt2.hpp ├── Makefile ├── Makefile.nongs ├── Model.hpp ├── README.md ├── assembler.hpp ├── common_util.hpp ├── concurrenthash.hpp ├── config.hpp ├── counter.hpp ├── genetic_code.hpp ├── gfa.hpp ├── gfa_connector.cpp ├── glb_align.cpp ├── glb_align.hpp ├── graphdigger.hpp ├── guidedassembler.hpp ├── guidedgraph.hpp ├── guidedpath_naa.hpp ├── kmercounter.cpp ├── ngs_includes.hpp ├── nuc_prot_align.hpp ├── readsgetter.hpp ├── saute.cpp ├── saute_prot.cpp └── skesa.cpp /DBGraph.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/DBGraph.hpp -------------------------------------------------------------------------------- /Integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/Integer.hpp -------------------------------------------------------------------------------- /KmerInit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/KmerInit.hpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/LICENSE -------------------------------------------------------------------------------- /LargeInt.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/LargeInt.hpp -------------------------------------------------------------------------------- /LargeInt1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/LargeInt1.hpp -------------------------------------------------------------------------------- /LargeInt2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/LargeInt2.hpp -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.nongs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/Makefile.nongs -------------------------------------------------------------------------------- /Model.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/Model.hpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/README.md -------------------------------------------------------------------------------- /assembler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/assembler.hpp -------------------------------------------------------------------------------- /common_util.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/common_util.hpp -------------------------------------------------------------------------------- /concurrenthash.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/concurrenthash.hpp -------------------------------------------------------------------------------- /config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/config.hpp -------------------------------------------------------------------------------- /counter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/counter.hpp -------------------------------------------------------------------------------- /genetic_code.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/genetic_code.hpp -------------------------------------------------------------------------------- /gfa.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/gfa.hpp -------------------------------------------------------------------------------- /gfa_connector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/gfa_connector.cpp -------------------------------------------------------------------------------- /glb_align.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/glb_align.cpp -------------------------------------------------------------------------------- /glb_align.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/glb_align.hpp -------------------------------------------------------------------------------- /graphdigger.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/graphdigger.hpp -------------------------------------------------------------------------------- /guidedassembler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/guidedassembler.hpp -------------------------------------------------------------------------------- /guidedgraph.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/guidedgraph.hpp -------------------------------------------------------------------------------- /guidedpath_naa.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/guidedpath_naa.hpp -------------------------------------------------------------------------------- /kmercounter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/kmercounter.cpp -------------------------------------------------------------------------------- /ngs_includes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/ngs_includes.hpp -------------------------------------------------------------------------------- /nuc_prot_align.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/nuc_prot_align.hpp -------------------------------------------------------------------------------- /readsgetter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/readsgetter.hpp -------------------------------------------------------------------------------- /saute.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/saute.cpp -------------------------------------------------------------------------------- /saute_prot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/saute_prot.cpp -------------------------------------------------------------------------------- /skesa.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ncbi/SKESA/HEAD/skesa.cpp --------------------------------------------------------------------------------