File: bz2compact.qsub

package info (click to toggle)
libgoby-java 3.3.1%2Bdfsg2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 58,104 kB
  • sloc: java: 78,105; cpp: 5,011; xml: 3,170; python: 2,108; sh: 1,575; ansic: 277; makefile: 114
file content (28 lines) | stat: -rw-r--r-- 557 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
26
27
28
#!/bin/sh -l

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

# Name of the job
#$ -N bz2compact

# 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 2


cd $TMP
bzcat -f ${DATA_DIR}/${BASENAME}.fastq.bz2 >${BASENAME}.fastq
$GOBY 1g fasta-to-compact --quality-encoding ${QUALITY_ENCODING} ${BASENAME}.fastq
cp ${BASENAME}.compact-reads ${DATA_DIR}/