forked from upendrabhattarai/Long_read_genome_assembly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguppy.sh
17 lines (15 loc) · 911 Bytes
/
guppy.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash -e
#SBATCH --job-name=guppy
#SBATCH --account=uoo02752
#SBATCH --time=10:00:00
#SBATCH --partition=gpu # guppy runs faster in gpu partition in nesi, than other partition
#SBATCH --gres=gpu:1 # some configuration for gpu partition, that i don't understand, suggested by nesi support
#SBATCH --mem=6G # memory 6gb
#SBATCH --ntasks=4 # ntask set to 4
#SBATCH --cpus-per-task=1 # cpu per task set to 1
#SBATCH --output=%x-%j.out # %x gives job name and %j gives job number, this is slurm output file
#SBATCH --error=%x-%j.err # similar slurm error file
#SBATCH --mail-type=ALL
#SBATCH [email protected]
module load ont-guppy-gpu/5.0.7
guppy_basecaller -i path/to/fast5/files -s ./ --flowcell FLO-MIN106 --kit SQK-LSK109 --num_callers 4 -x auto --recursive --trim_barcodes --disable_qscore_filtering