A small script designed to make it easy to track PNG images on a remote server. Useful for quick access to graphical outputs of computational analysis pipelines.
-
Clone the repository
git clone https://github.com/beringresearch/pims -
Install requirements
cd pims
pip install -r requiremenets.txt
- Add PIMS to your path by adding a line at the end of your .bashrc file
export PATH=$PATH:/PATH/TO/PIMS/DIRECTORY
Source .bashrc: source .bashrc
On the remote machine:
pims.py /FULL/PATH/TO/FOLDER/WITH/PNG/
On host:
ssh -L 8050:localhost:8050 user@remote
PIMS will start serving remote images to a local browser on localhost:8050
