Skip to content

Commit 3a5b571

Browse files
authored
update sarek version in exomeeb (BU-ISCIII#341)
* update sarek version in exomeeb * Updated sarek version (v3.4.4) in ExomeEB-ExomeTrio-WGSTrio templates * Current version Nextflow
1 parent 34ac552 commit 3a5b571

File tree

4 files changed

+6
-6
lines changed
  • bu_isciii/templates
    • exomeeb/ANALYSIS/ANALYSIS01_EXOME
    • exometrio/ANALYSIS/ANALYSIS01_EXOME
    • wgstrio/ANALYSIS/ANALYSIS01_GENOME

4 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Code contributions to the new version:
1414

1515
### Template fixes and updates
1616
- Fixed path to blast database and update Emmtyper params [#339](https://github.com/BU-ISCIII/buisciii-tools/pull/339)
17-
17+
- Updated sarek version (v3.4.4) in ExomeEB-ExomeTrio-WGSTrio templates [#341] (https://github.com/BU-ISCIII/buisciii-tools/pull/341)
1818
### Modules
1919

2020
#### Added enhancements

bu_isciii/templates/exomeeb/ANALYSIS/ANALYSIS01_EXOME/lablog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# module load Nextflow/22.10.1 singularity
1+
# module load Nextflow singularity
22

33
ln -s ../00-reads/ .
44
ln -s ../samples_id.txt .
@@ -28,7 +28,7 @@ cat <<EOF > sarek.sbatch
2828

2929
export NXF_OPTS="-Xms500M -Xmx4G"
3030

31-
nextflow run /data/bi/pipelines/nf-core-sarek/nf-core-sarek-3.4.2/workflow/main.nf \\
31+
nextflow run /data/bi/pipelines/nf-core-sarek/nf-core-sarek_3.4.4/3_4_4/main.nf \\
3232
-c ../../DOC/hpc_slurm_sarek.config \\
3333
--input 'samplesheet.csv' \\
3434
--outdir 01-sarek \\

bu_isciii/templates/exometrio/ANALYSIS/ANALYSIS01_EXOME/lablog

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cat <<EOF > sarek.sbatch
4242

4343
export NXF_OPTS="-Xms500M -Xmx4G"
4444

45-
nextflow run /data/bi/pipelines/nf-core-sarek/nf-core-sarek-3.4.2/workflow/main.nf \\
45+
nextflow run /data/bi/pipelines/nf-core-sarek/nf-core-sarek_3.4.4/3_4_4/main.nf \\
4646
-c ../../DOC/hpc_slurm_sarek.config \\
4747
--input 'samplesheet.csv' \\
4848
--outdir 01-sarek \\

bu_isciii/templates/wgstrio/ANALYSIS/ANALYSIS01_GENOME/lablog

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# module load Nextflow/22.10.1 singularity
1+
# module load Nextflow singularity
22

33
ln -s ../00-reads/ .
44
ln -s ../samples_id.txt .
@@ -44,7 +44,7 @@ cat <<EOF > sarek.sbatch
4444

4545
export NXF_OPTS="-Xms500M -Xmx4G"
4646

47-
nextflow run /data/bi/pipelines/nf-core-sarek/nf-core-sarek-3.4.2/workflow/main.nf \\
47+
nextflow run /data/bi/pipelines/nf-core-sarek/nf-core-sarek_3.4.4/3_4_4/main.nf \\
4848
-c ../../DOC/hpc_slurm_sarek.config \\
4949
--input 'samplesheet.csv' \\
5050
--outdir 01-sarek \\

0 commit comments

Comments
 (0)