Rust-Wellcome / FasMan

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

exclude_seq should use some kind of regex to also extract_seq #35

Open DLBPointon opened 2 weeks ago

DLBPointon commented 2 weeks ago

Exclude_seq is very basic and should be made more generic so that it uses some kind of command line regex to also extract_named_seq

DLBPointon commented 2 weeks ago

For DTOL this would be very simple as our data is SCAFFOLD_{iterator} however this can get very complex very quick.... ncbi, ensemble....