Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Software website : http://bio-bwa.sourceforge.net/

...

Table of Contents
minLevel1
maxLevel7
stylecircle

ตัวอย่าง script ในการ submit job

1. การทำ build index

1.1 การทำงานบน compute node

...

2. การทำ mapping

Code Block
#!/bin/bash
#SBATCH -p memory                       
#SBATCH -N 1 -c 48
#SBATCH -t 24:00:00
#SBATCH -J BWAjob
#SBATCH -A projxxxx

module purge
module load BWA/0.7.17-intel-2019b  

bwa mem -t $SLURM_CPUS_PER_TASK ref.fa reads.fq > aln-se.sam

ตัวอย่างด้านบนจะเรียกใช้งานทรัพยากรจำนวน 1 node (-N 1) ใช้ 48 cores (-c 48) และในส่วนของ bwa mem กำหนดจำนวน threads ให้เท่ากับจำนวน cores ที่เรียกใช้ (-t $SLURM_CPUS_PER_TASK)

...

Related articles

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@48ae393
showSpacefalse
sortmodified
showSpacetypefalsepage
reversetrue
typelabelspagesingularity python container
cqllabel in ( "alignment" , "pairwise" ) and type = "page" and space = "UG"labelssingularity python container
Page Properties
hiddentrue

Related issues