File: keep-unique-reads.qsub

package info (click to toggle)
libgoby-java 3.3.1%2Bdfsg2-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 58,108 kB
  • sloc: java: 78,105; cpp: 5,011; xml: 3,170; python: 2,108; sh: 1,575; ansic: 277; makefile: 114
file content (25 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/sh -l

# Submit to the rascals queue
#$ -q *@@rascals.h

# Name of the job
#$ -N keep-unique-reads

# Execute the script from the current directory
#$ -cwd

# Combine SGE error and output files.
#$ -j y

# Memory resource requirements (2Gb more than what Java heap is set to below is strongly advised)
#$ -l h_vmem=3g

# Number of threads/cpus
#$ -pe smp 1

echo 'Running on '`hostname`'with limits'
ulimit -a
cd ${TMP}/
$GOBY 2g tally-reads -i ${DATA_DIR}/${BASENAME}.compact-reads -o ${DATA_DIR}/${BASENAME}.uniqset