REANA client
This lesson teaches the principles of containerised scientific workflows by means of using the REANA reproducible analysis platform.
The participants should either install reana-client on their laptops:
$ virtualenv ~/.virtualenvs/reana
$ source ~/.virtualenvs/reana/bin/activate
$ pip install --pre reana-client
Alternatively, the participants can log into CERN’s LXPLUS cluster and use a pre-existing environment there:
$ ssh lxplus.cern.ch
lxplus> source ~simko/public/reana/bin/activate
Since the reana-client
installation step is short, we can do it at the beginning of the lesson.