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 converter #52

Closed Bioswinger closed 3 years ago

Bioswinger commented 3 years ago

command line guide

command used:pyntacle convert -i AdvSeek.adjm -u sif --no-output-header

output :

Running Pyntacle convert
*******************************************  RUN START  ********************************************
TypeError: expected str, bytes or os.PathLike object, not NoneType

It returns the same error also with the other input/output format couples

mazzalab commented 3 years ago

There was a bug in the parsing of the output file name, that was not inferred, as stated, if not specified. Fixed in the new release.