This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Live mapping Nanopore fastq with minimap2?

Hi Biostars community,

I am new to the world of bioinformatics and looking for a simple method to live map MinKnow GPU called fastq files using minimap2. Essentially, I am after a way of having minimap2 'monitor' a folder, and as completed fastq files appear, they are mapped to the reference fasta files in real-time with minimap2.

I hope you can point me in the right direction. Thanks in advance!

Cheers, Gusto

guppy minimap2 live nanopore

Isn't read_until_api from Nanopore (LINK) enabling this?

1 answer

Interesting idea.

entr https://github.com/eradman/entr is the first dedicated standalone tool I have seen for triggering a command if files change.

Essentially it's a devops problem, start a build process if source files change on disk (jenkins etc).

Log in to answer this question.