Sign inSign up

cnluzon/prophtools

By cnluzon

Updated almost 9 years ago

Dockerized version of prophtools heterogeneous network propagation tool.

Image
0

916

cnluzon/prophtools repository overview

This is a dockerized version of prophtools, General Prioritization Tools for Heterogeneous Biological Networks. The source code can run native on Ubuntu, and it can be found on GitHub: https://github.com/cnluzon/prophtools

In order to run this dockerized version of prophtools, you must take into account that it runs on .mat files provided by the user, and, as such, they must be added as a Docker Data Volume. For more info on this, look at Docker documentation.

As an example, if you have a sampledata folder that you would like to use:

sudo docker run -v pwd/sampledata/:/sampledata cnluzon/prophtools:latest prioritize --matfile /sampledata/example.mat --src net0 --dst net2 --qname node_0 --out /sampledata/result.csv

will run a prioritization on the example.mat file and write the results in the same folder provided as a data volume.

Tag summary

Content type

Image

Digest

Size

271.8 MB

Last updated

almost 9 years ago

docker pull cnluzon/prophtools