pathomx icon indicating copy to clipboard operation
pathomx copied to clipboard

Workflow based scientific analysis built on Python

Results 17 pathomx issues
Sort by recently updated
recently updated
newest added

Currently all dependencies for plugins need to be shipped with Pathomx itself. This limits plugins to using packages that we provide, which shouldn't be the case. We can support custom...

enhancement
plugins

Trying to use the metabohunter plug-in results in an error stating metabohunter does not exists. I'm running the lastest windows installer

Currently it's not possible to install Pathomx on Linux. This is largely due to the fact that most Linux distributions ship PyQt5 for Python3 only. Switching to Python3 is planned...

enhancement
linux

Currently the graphs in Pathomx are very unconfigurable. Simple things like being able to change scales/etc. and add error bars would be very helpful. The task is to define a...

enhancement
bitesize

Download/import data through the Galaxy (a remote batch processing tool) API.

enhancement
plugins

Integration with the Figshare online figure/data sharing platform. This will need quite a bit of back-end integration e.g. for the user to set their Figshare key.

enhancement
plugins

Add options to export figures from all views either to a specific folder, to the source data folder, or other. Figures should be output on calculation completion. Implementing this will...

enhancement

Some mechanism (specific plots or other) of filtering data visually would be great. The simplest implementation would be the ability to create regions in a scatter plot that are then...

enhancement

Some long-running calculations would be nice to 'skip' using a local cache of processed data. The cache should hash the inputs (data) and config (settings) for a given tool, which...

enhancement

A matplotlib driven difference graph is available in the views, but not currently supported as an independent tool. Add a new tool to the basic_graphs plugin to support this. The...

enhancement
bitesize