mgalardini / pyseer

SEER, reimplemented in python 🐍🔮
http://pyseer.readthedocs.io
Apache License 2.0
104 stars 25 forks source link

Properly formatted output table w/o distances #239

Closed mgalardini closed 1 year ago

mgalardini commented 1 year ago

closes #238

We were adding an extra column when --no-distances was used, but the header did not, resulting in a pandas assuming the variants were the index and thus a shift in the dataframe

mgalardini commented 1 year ago

I think after this we could make a new release, we have fixed various small issues since the last

johnlees commented 1 year ago

I think after this we could make a new release, we have fixed various small issues since the last

Make sense! I've just approved and will let you merge, in case the version needs bumping first