File: startRefseqServerVM.sh

package info (click to toggle)
bbmap 39.20%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,024 kB
  • sloc: java: 312,743; sh: 18,099; python: 5,247; ansic: 2,074; perl: 96; makefile: 39; xml: 38
file content (14 lines) | stat: -rwxr-xr-x 599 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
#Run this on jgi-web-4

LOG=refseqlogVM_32.txt
PASS=xxxxx
DOMAIN=https://refseq-sketch.jgi.doe.gov
KILL=https://refseq-sketch.jgi.doe.gov/kill/
PORT=3072
DB=RefSeq

nohup /global/projectb/sandbox/gaag/bbtools/jgi-bbtools/taxserver.sh -da -Xmx28g prealloc=0.9 port=$PORT verbose tree=auto sizemult=2 sketchonly index domain=$DOMAIN killcode=$PASS oldcode=$PASS oldaddress=$KILL $DB k=32,24 1>>$LOG 2>&1 &

#simple mode, for testing:
#nohup /global/projectb/sandbox/gaag/bbtools/jgi-bbtools/taxserver.sh -ea -Xmx28g port=3072 verbose tree=auto sizemult=2 sketchonly RefSeq k=32,24 index=t