AntonelliLab / seqcap_processor

Bioinformatic pipeline for processing Sequence Capture data for Phylogenetics
MIT License
21 stars 12 forks source link

Shebang now working on Albiorix 4.0 #2

Closed mtop closed 5 years ago

mtop commented 8 years ago

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"