view env.sh @ 1:8cd7fc65c3a7 draft

planemo upload commit 844a891e4eaf732830043204ac636907eefb011d-dirty
author charles_s_test
date Fri, 27 Oct 2017 17:47:00 -0400
parents 6895de35a263
children
line wrap: on
line source

#!/bin/sh

if [ -z "$MODULEPATH" ] ; then
  . /etc/profile.d/module.sh
fi

module add biopython
module add samtools