ComparativeGenomicsToolkit / taffy

This is a library C/Python/CLI for working with TAF (.taf,.taf.gz) and MAF (.maf) alignment files
MIT License
24 stars 3 forks source link

error handling when index needed but input stdin #63

Closed glennhickey closed 3 months ago

glennhickey commented 3 months ago

taffy view -r needs an indexed input file to work. but if the input is stdin, it just crashes when trying to determine the index filename (#62).

This PR changes the crash into an error message (ditto taffy coverage -s).