meuleman / epilogos

Methods for summarizing and visualizing multi-biosample functional genomic annotations
https://epilogos.net
GNU General Public License v3.0
41 stars 5 forks source link

Consider using `click` library to handle command-line options #18

Closed alexpreynolds closed 3 years ago

alexpreynolds commented 3 years ago

https://github.com/meuleman/epilogos/blob/80bf1f5b0846b495d40eda0cd0315c8c0d371b2c/src/columnSplitterAdsera.py#L108-L127

Using click or similar libraries could help simplify handling options (and boolean-flag options).

jacobquon commented 3 years ago

Yeah, probably should have just used click here. This was just a quick script I wrote for personal use so didn't really put much thought into it. I'll remove it from the repo [devel f290f46]