Skip to content

Commit

Permalink
feat: add manorm container
Browse files Browse the repository at this point in the history
runs successfully on test_mm10
  • Loading branch information
kelly-sovacool committed Dec 15, 2023
1 parent e34c9f5 commit 7f1dc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/manorm/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process MANORM_PAIRWISE {
tag "${meta1.id}.${meta2.id}"
label 'process_single'

container ''
container 'nciccbr/ccbr_manorm:v1'

input:
tuple val(meta1), val(meta2), path(tagalign1), path(tagalign2), path(peak1), path(peak2)
Expand Down

0 comments on commit 7f1dc30

Please sign in to comment.