ExtensionCrawler/sge/grepper.sge

9 lines
278 B
Plaintext
Raw Normal View History

2017-08-23 15:52:18 +00:00
#!/bin/bash
module -s load apps/python/conda 2> /dev/null
source activate mypython35
set -o nounset
2017-08-23 15:57:31 +00:00
"$BASEDIR/ExtensionCrawler/grepper" -a "/shared/brucker_research1/Shared/BrowserExtensions" -n $SGE_TASK_ID -N $SGE_TASK_LAST "$PATTERN" | bzip2 > "$BASEDIR/$SGE_TASK_ID.bz2"