Hi @tobiashofmann88. I have installed the pipeline, and all dependencies, on Albiorix 4.0. The original files had Shebangs pointing to the python installation on Albiorix 3.1 (e.g "#!/usr/local/anaconda/bin/python") but these should preferably be changed to something more generic.
I have included loading of the python version included in Anaconda2 in the seqcap_processor module file and changed all Shebangs to "#!/bin/env python".
The pipeline is now available on Albiorix 4.0 using the command "module load seqcap_processor/vX.X"
Hi @tobiashofmann88. I have installed the pipeline, and all dependencies, on Albiorix 4.0. The original files had Shebangs pointing to the python installation on Albiorix 3.1 (e.g "#!/usr/local/anaconda/bin/python") but these should preferably be changed to something more generic.
I have included loading of the python version included in Anaconda2 in the seqcap_processor module file and changed all Shebangs to "#!/bin/env python".
The pipeline is now available on Albiorix 4.0 using the command "module load seqcap_processor/vX.X"