Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adamtaranto/low-mem-genomics

Low memory methods for genomic software development
https://github.com/adamtaranto/low-mem-genomics

Last synced: about 2 months ago
JSON representation

Low memory methods for genomic software development

Awesome Lists containing this project

README

        

# Low Memory Genomics
Low memory methods for genomic software development or "non-microbes have genomes too".

Potential topics:
- Piping output (read mapping example)
- Reading input from stdin in python (softclip example)
- Biopython SeqIO parsing
- Indexing with pyfai
- Dask for splitting up jobs
- Polars for pandas on disk
- SQLite from python