Rust-Wellcome / FasMan

A re-write (+ extras) of Python scripts, used in Tree of Life, into a single Rust script.
3 stars 2 forks source link

tpf_fasta requires an fai #36

Open DLBPointon opened 4 months ago

DLBPointon commented 4 months ago

indexed_reader from noodles required anfai of the input fasta file.

We should add a function to either error out or generate the index to fulfil this requirement.