Martin Fitzpatrick
Martin Fitzpatrick
@rolinger thanks for the suggestion — it's something I'm open to, and have thought about implementing in the past. There are a few issues though — 1. There is no...
Some notes - `pip` may not working on Windows (for non pure-Python packages) - need to specify a local `` folder for the Pathomx application so we can handle all...
Thanks for the bug report. Can you tell me which platform (Windows/Mac and version) you're using and which version of Pathomx?
Thanks for the details @atomman. I've checked the Windows installer and there was an error in the build that meant that package was not included. This will be fixed in...
As described in #12 support for Python 3 is now in master. Building using cx_Freeze for binary debs to be attempted.
@pbandyop At the moment it works on Linux using apt-get to install all the dependent packages + pip install to install Pathomx from PyPi. But that's a bit more complicated...
The current install documentation is here: http://docs.pathomx.org/en/latest/dev_install.html#linux If you're using Python 2.7 you should be able to just replace all the `python3-` names with `python-` and `pip3` with `pip`. If...
Quite the opposite! Python3 is recommended for Linux assuming all the necessary packages are available for that. I currently develop on 2.7 but am in the process of migrating my...
Hey @joshlk thanks for your interest. I stopped developing Pathomx after taking a postdoctoral research position in a different field (proteomics rather that metabolomics). However I think Pathomx (or something...
Implemented in v3.0.2 with commit a6f964335a1c9e1ac3537ec8cbbdf31a76cce8a6 all tools can now use selections from figure outputs for configuration. Selection of outputs can be implemented (e.g. in PCA)