comparison env.sh @ 0:6895de35a263 draft

planemo upload commit 844a891e4eaf732830043204ac636907eefb011d-dirty
author charles_s_test
date Thu, 19 Oct 2017 18:16:51 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6895de35a263
1 #!/bin/sh
2
3 if [ -z "$MODULEPATH" ] ; then
4 . /etc/profile.d/module.sh
5 fi
6
7 module add biopython
8 module add samtools