ExtensionCrawler/sge/create-db.sge

12 lines
275 B
Plaintext
Raw Normal View History

2017-08-23 17:04:33 +00:00
#!/bin/bash
module -s load apps/python/conda 2> /dev/null
source activate mypython35
export PATH=~/bin:$PATH
export LD_LIBRARY_PATH=~/lib:$LD_LIBRARY_PATH
set -o nounset
"$BASEDIR/ExtensionCrawler/create-db" -a "$ARCHIVE" -n $SGE_TASK_ID -N $SGE_TASK_LAST "$BASEDIR/out"