kordk / torch-ecpg

(GPU accelerated) eCpG mapper
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

--verbose flag gives error with corr() #5

Closed kordk closed 1 year ago

kordk commented 1 year ago
tecpg run corr -f -v 2
Usage: tecpg run corr [OPTIONS]
Try 'tecpg run corr --help' for help.

Error: No such option: -v
liamgd commented 1 year ago

Similar to issue #4, the "--verbose" flag is placed directly after the root group "tecpg" because other commands can also be verbose. Run tecpg -v[v...] run corr -f instead. Verbosity is a count flag, so multiple v's after the dash increases the verbosity.