Skip to content

Commit

Permalink
Merge branch 'template_532' into 'dev'
Browse files Browse the repository at this point in the history
Template v5.3.2

See merge request epi2melabs/workflows/wf-basecalling!101
  • Loading branch information
mattdmem committed Dec 3, 2024
2 parents 9c0f9db + e2336b2 commit a170fe9
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ params {
container_sha_basecalling = "sha8bc19cc3c78c1ce847fbf4a879cad997b7e8c430"
bonito_container = "ontresearch/bonito"
bonito_sha = "shaea43ca2333f91fa78a823f640ba158e4268f1f98"
common_sha = "shad28e55140f75a68f59bbecc74e880aeab16ab158"
common_sha = "shaf15f9d80aba72c20e3e71f84869619873a56b8af"
}
}

Expand Down
Empty file modified bin/workflow_glue/__init__.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_bam_headers_in_dir.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_sample_sheet.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/check_xam_index.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/configure_igv.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/get_max_depth_locus.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/reheader_samstream.py
100755 → 100644
Empty file.
Empty file modified bin/workflow_glue/util.py
100755 → 100644
Empty file.
2 changes: 2 additions & 0 deletions lib/common.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import groovy.json.JsonBuilder

process getParams {
label "wf_common"
publishDir "${params.out_dir}", mode: 'copy', pattern: "params.json"
cache false
cpus 1
memory "2 GB"
output:
Expand Down
1 change: 1 addition & 0 deletions main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ process getVersions {

process getParams {
label "wf_basecalling"
cache false
cpus 1
output:
path "params.json"
Expand Down

0 comments on commit a170fe9

Please sign in to comment.