Last commit for hpc/setup.env: 2c8207f07bca457a19de34d473fd1e9cf2a7cdf3

using an environment file to set env.variables to be used in submission scripts

Marcelo Ponce [2019-06-06 13:51:27]
using an environment file to set env.variables to be used in submission scripts

# define some environment variables to generalize the submission script
# RACS location
RACS=PATHtoRACS
# INPUT and IP files location
DATA=PAHTtoDATA
# REFerence files, eg. gff3 and fasta for T.T.
REFS=PATHtoREFS

# location of RAMDISK, typically /dev/shm or /tmp
RAMDISK=/dev/shm
ViewGit