mazzalab / pyntacle

A high performance python package for network analysis based on non canonical metrics
http://pyntacle.css-mendel.it
9 stars 1 forks source link

[cmd] error in Kp-info #47

Closed Bioswinger closed 3 years ago

Bioswinger commented 4 years ago

Quick start guide notebook

Command used:pyntacle keyplayer kp-info -i AdvSeek.adjm -t dF --nodes HB,WD

error received: AttributeError: 'Namespace' object has no attribute 'nprocs'

mazzalab commented 4 years ago

this error was due to a missing parameter (--nprocs, -O) in the command line parser that, even if useless in this case, would have initialized the number of needed processes for this task to 1 (default choice). It was fixed.