Skip to content
This repository has been archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
update to openmpi/4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tracychew committed Jul 8, 2021
1 parent 02bf5f0 commit 47ddacf
Show file tree
Hide file tree
Showing 39 changed files with 34 additions and 45 deletions.
0 Scripts/align.sh → align.sh
100644 → 100755
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions Scripts/align_run_parallel.pbs → align_run_parallel.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/align.o
#PBS -e ./Logs/align.e
#PBS -l storage=
#PBS -l storage=scratch/public+

set -e

Expand All @@ -44,8 +44,7 @@ mkdir -p ../Align_split ../HLA_fastq ./Logs/Align ./Logs/Align_error_capture
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load samtools/1.10
module load bwa/0.7.17
module load k8/0.2.5
Expand All @@ -62,7 +61,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#PBS -l wd
#PBS -o ./Logs/bqsr_apply.o
#PBS -e ./Logs/bqsr_apply.e
#PBS -lstorage=
#PBS -lstorage=scratch/public+

set -e

Expand All @@ -45,8 +45,7 @@ mkdir -p ../BQSR_apply ./Logs/BQSR_apply ./Logs/BQSR_apply_error_capture
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load gatk/4.1.8.1 #loads also java/jdk1.8.0_60
module load samtools/1.10

Expand All @@ -59,7 +58,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/bqsr_gather.o
#PBS -e ./Logs/bqsr_gather.e
#PBS -lstorage=
#PBS -lstorage=scratch/public+

set -e

Expand All @@ -43,8 +43,7 @@ PBS_NCI_NCPUS_PER_NODE=$PBS_NCPUS #Include if requesting less than a full node
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load gatk/4.1.8.1

# SCRIPT
Expand All @@ -56,7 +55,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/bqsr_merge.o
#PBS -e ./Logs/bqsr_merge.e
#PBS -lstorage=
#PBS -lstorage=scratch/public+

set -e

Expand All @@ -46,8 +46,7 @@ mkdir -p ../Final_bams ./Logs/BQSR_merge ./Logs/BQSR_merge_error_capture
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load gatk/4.1.8.1

# SCRIPT
Expand All @@ -59,7 +58,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/bqsr_recal.o
#PBS -e ./Logs/bqsr_recal.e
#PBS -lstorage=
#PBS -lstorage=scratch/public+

set -e

Expand All @@ -44,8 +44,7 @@ mkdir -p ../BQSR_tables ./Logs/BQSR_recal ./Logs/BQSR_recal_error_capture
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load gatk/4.1.8.1

# SCRIPT
Expand All @@ -57,7 +56,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#PBS -l wd
#PBS -o ./Logs/gatk_ref_intervals.o
#PBS -e ./Logs/gatk_ref_intervals.e
#PBS -lstorage=
#PBS -lstorage=scratch/public+

module load gatk/4.1.8.1

Expand Down
Empty file modified create_project.bash
100644 → 100755
Empty file.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/dedup_sort.o
#PBS -e ./Logs/dedup_sort.e
#PBS -l storage=
#PBS -l storage=scratch/public+

set -e

Expand All @@ -45,8 +45,7 @@ mkdir -p ../Dedup_sort ../SplitDisc ./Logs/Dedup_sort ./Logs/Dedup_sort_error_ca
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load samtools/1.10
samblaster=/scratch/er01/apps/samblaster/0.1.24/samblaster

Expand All @@ -59,7 +58,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

0 Scripts/fastqc.sh → fastqc.sh
100644 → 100755
File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions Scripts/fastqc_run_parallel.pbs → fastqc_run_parallel.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#PBS -l wd
#PBS -q normalbw
#PBS -W umask=022
#PBS -l storage=
#PBS -l storage=scratch/public+
#PBS -o ./Logs/fastqc.o
#PBS -e ./Logs/fastqc.e

Expand All @@ -46,8 +46,7 @@ PBS_NCI_NCPUS_PER_NODE=$PBS_NCPUS
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load fastqc/0.11.7

# SCRIPT
Expand All @@ -59,6 +58,6 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file
0 Scripts/index.sh → index.sh
100644 → 100755
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Scripts/index_reference.pbs → index_reference.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/index_ref.o
#PBS -e ./Logs/index_ref.e
#PBS -lstorage=
#PBS -lstorage=scratch/public+


module load bwa/0.7.17
Expand Down
7 changes: 3 additions & 4 deletions Scripts/index_run_parallel.pbs → index_run_parallel.pbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/index.o
#PBS -e ./Logs/index.e
#PBS -l storage=
#PBS -l storage=scratch/public+

set -e

Expand All @@ -43,8 +43,7 @@ NCPUS=24
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load samtools/1.10

# SCRIPT
Expand All @@ -56,7 +55,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/merge_align.o
#PBS -e ./Logs/merge_align.e
#PBS -l storage=
#PBS -l storage=scratch/public+

set -e

Expand All @@ -48,8 +48,7 @@ mkdir -p ../Merge_align ./Logs/Merge_align_error_capture
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load sambamba/0.7.1
module load samtools/1.10

Expand All @@ -62,7 +61,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/check_split_fastq.o
#PBS -e ./Logs/check_split_fastq.e
#PBS -l storage=
#PBS -l storage=scratch/public+

# For singleton data:
#SCRIPT=./Scripts/split_fastq_singletons.sh
Expand All @@ -47,8 +47,7 @@ mkdir -p ../Check_split_fastq
# Do not edit below this line
#########################################################

module load openmpi/4.0.2
module load nci-parallel/1.0.0
module load openmpi/4.1.0
module load parallel/20191022

SCRIPT=./split_fastq_check_fastq_input_vs_split_output.sh
Expand All @@ -59,7 +58,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#PBS -l wd
#PBS -o ./Logs/split_fastq.o
#PBS -e ./Logs/split_fastq.e
#PBS -l storage=
#PBS -l storage=scratch/public+

INPUTS=./Inputs/split_fastq.inputs
# NCPUS per task
Expand All @@ -43,7 +43,6 @@ mkdir -p ../Split_fastq ./Logs/split_fastq
# Do not edit below this line
#########################################################

module load nci-parallel/1.0.0
module load fastp/0.20.0

SCRIPT=./split_fastq.sh
Expand All @@ -54,7 +53,7 @@ sed "s|^|${SCRIPT} |" ${INPUTS} > ${PBS_JOBFS}/input-file

mpirun --np $((M * PBS_NCPUS / PBS_NCI_NCPUS_PER_NODE)) \
--map-by node:PE=${NCPUS} \
nci-parallel \
/scratch/public/bjm900/nci-parallel/bin/nci-parallel \
--verbose \
--input-file ${PBS_JOBFS}/input-file

0 comments on commit 47ddacf

Please sign in to comment.