Commit 3a5b571 1 parent 34ac552 commit 3a5b571 Copy full SHA for 3a5b571
File tree 4 files changed +6
-6
lines changed
exomeeb/ANALYSIS/ANALYSIS01_EXOME
exometrio/ANALYSIS/ANALYSIS01_EXOME
wgstrio/ANALYSIS/ANALYSIS01_GENOME
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Code contributions to the new version:
14
14
15
15
### Template fixes and updates
16
16
- 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 )
18
18
### Modules
19
19
20
20
#### Added enhancements
Original file line number Diff line number Diff line change 1
- # module load Nextflow/22.10.1 singularity
1
+ # module load Nextflow singularity
2
2
3
3
ln -s ../00-reads/ .
4
4
ln -s ../samples_id.txt .
@@ -28,7 +28,7 @@ cat <<EOF > sarek.sbatch
28
28
29
29
export NXF_OPTS="-Xms500M -Xmx4G"
30
30
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 \\
32
32
-c ../../DOC/hpc_slurm_sarek.config \\
33
33
--input 'samplesheet.csv' \\
34
34
--outdir 01-sarek \\
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ cat <<EOF > sarek.sbatch
42
42
43
43
export NXF_OPTS="-Xms500M -Xmx4G"
44
44
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 \\
46
46
-c ../../DOC/hpc_slurm_sarek.config \\
47
47
--input 'samplesheet.csv' \\
48
48
--outdir 01-sarek \\
Original file line number Diff line number Diff line change 1
- # module load Nextflow/22.10.1 singularity
1
+ # module load Nextflow singularity
2
2
3
3
ln -s ../00-reads/ .
4
4
ln -s ../samples_id.txt .
@@ -44,7 +44,7 @@ cat <<EOF > sarek.sbatch
44
44
45
45
export NXF_OPTS="-Xms500M -Xmx4G"
46
46
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 \\
48
48
-c ../../DOC/hpc_slurm_sarek.config \\
49
49
--input 'samplesheet.csv' \\
50
50
--outdir 01-sarek \\
You can’t perform that action at this time.
0 commit comments