ExtensionCrawler/sge/create-db.sge

17 lines
333 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
2017-08-23 22:23:21 +00:00
printenv
2017-09-02 16:52:51 +00:00
echo "The following parameter were passed: $*"
cd "$BASEDIR"
./ExtensionCrawler/create-db -t 1 -a "$ARCHIVE" -n $SGE_TASK_ID -N $MAX_SGE_TASK_ID $*