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 pyntacle generate command #49

Closed Bioswinger closed 3 years ago

Bioswinger commented 3 years ago

Case study 1 notebook

command used: pyntacle generate random -n 37 -e 284 -seed 100

error received :random: error: argument : invalid choice: '100' (choose from 'random', 'small-world', 'scale-free', 'tree')

mazzalab commented 3 years ago

the error is due to the removed option seed

please update the case study 1 using this command line:

pyntacle generate random -n 37 -e 284 -seed 100 and thus removing -seed 100