Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-08-24 | 355 Bytes | |
Version 4.1.20 Improved metrics parsing.tar.gz | 2020-08-24 | 11.7 MB | |
Version 4.1.20 Improved metrics parsing.zip | 2020-08-24 | 11.8 MB | |
Totals: 3 Items | 23.5 MB | 0 |
Resolved parsing the --metrics
options, so you can either add one --metrics
flag and list all your options, e.g.
PhiSpy.py --metrics shannon_slope gc_skew
or provide each one with its own flad, e.g.:
PhiSpy.py --metrics shannon_slope --metrics gc_skew
This is a combination of using argparse
append and then iterating the list.