├── README.md ├── Write_An_Assembler.ipynb ├── Write_An_Assembler.py ├── diff_quiver_tig0.snps ├── diff_tig0.snps ├── overlap_graph01.png ├── overlap_graph02.png ├── overlap_graph03.png ├── test.svg └── tig_align.jpeg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/README.md -------------------------------------------------------------------------------- /Write_An_Assembler.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/Write_An_Assembler.ipynb -------------------------------------------------------------------------------- /Write_An_Assembler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/Write_An_Assembler.py -------------------------------------------------------------------------------- /diff_quiver_tig0.snps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/diff_quiver_tig0.snps -------------------------------------------------------------------------------- /diff_tig0.snps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/diff_tig0.snps -------------------------------------------------------------------------------- /overlap_graph01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/overlap_graph01.png -------------------------------------------------------------------------------- /overlap_graph02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/overlap_graph02.png -------------------------------------------------------------------------------- /overlap_graph03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/overlap_graph03.png -------------------------------------------------------------------------------- /test.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/test.svg -------------------------------------------------------------------------------- /tig_align.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cschin/Write_A_Genome_Assembler_With_IPython/HEAD/tig_align.jpeg --------------------------------------------------------------------------------