Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIMS: Port-forwarded IMageS

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.

Installation

  1. Clone the repository git clone https://github.com/beringresearch/pims

  2. Install requirements

cd pims
pip install -r requiremenets.txt
  1. 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

Running

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

About

Serve remote PNG images to local hosts

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages