AuReMe / mpwt

Pathway Tools multiprocessing wrapper (for PathoLogic).
GNU Lesser General Public License v3.0
12 stars 0 forks source link

String not Boolean and path incorrect #70

Closed AsaLap closed 2 years ago

AsaLap commented 2 years ago

Hi,

The optional parameters "taxon_id" in the _mpwt.multiprocesspwt function is not an optional boolean as said in the README but an optional str.

Also, the bash command you suggest to add Pathway Tools to the PATH variable should start with a slash "/" and you may also suggest to source the .bashrc file by doing

echo 'export PATH="$PATH:/your/install/directory/pathway-tools:"' >> ~/.bashrc
$ source ~/.bashrc

I personnaly encountered some issues with the two problems raised here, so I'm reaching out to you so that it can help someone else.

Thanks for your work though, Antoine

ArnaudBelcour commented 2 years ago

Hi Antoine,

Thank your for your issue.

I am sorry that you encounter these problems. I have fixed them in the branch mpwt_0.7.0.

And until the version 0.7.0 is released, this issue will stay open so people having the same issues could find the solution.

Best regards, Arnaud.

ArnaudBelcour commented 2 years ago

This should have been fixed with the release of the 0.7.0 (#72).