vtsyvina / CliqueSNV

MIT License
21 stars 5 forks source link

Fixed DataReader for fasta-only inputs #24

Closed dannovikov closed 1 year ago

dannovikov commented 1 year ago

The DataReader class, which sets up Sample objects from input files, previously didn't set up the ReadNames property correctly when the input file was a ".fas" file. This change addresses that issue.