vtsyvina / CliqueSNV

MIT License
20 stars 5 forks source link

Fixed DataReader for fasta-only inputs #24

Closed dannovikov closed 2 years ago

dannovikov commented 2 years 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.