andersen-lab / Freyja

Depth-weighted De-Mixing
BSD 2-Clause "Simplified" License
102 stars 29 forks source link

Error running "freyja update" #178

Closed susancollins closed 1 year ago

susancollins commented 1 year ago

After updating to version 1.4.6, hitting an error when trying to run the command freyja update:

TypeError: update() missing 1 required positional argument: 'wgisaid'

joshuailevy commented 1 year ago

Ah, thanks for catching this! One commit didn't quite make it in. The --wgisaid option is now deprecated, and I've just pushed a change to fix this (will require a release of v1.4.7 to fix this for conda users).

joshuailevy commented 1 year ago

Should now be fixed!

joshuailevy commented 1 year ago

Thanks again @susancollins!