Skip to content

Commit a343578

Browse files
authored
module formatting
1 parent 2958966 commit a343578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ process check_do_merge {
5959

6060
process tar {
6161
publishDir "${alpha}/logs/${fcid}/archive/tar/", mode:'copy', failOnError: true, pattern: '.command.*'
62-
module "$PBZIP2_MODULE"
62+
module "$PBZIP2_MODULE"
6363
tag "${fcid}"
6464

6565
output:
@@ -193,6 +193,7 @@ process run_pheniqs {
193193

194194
tag "${fcid}"
195195

196+
module "$PHENIQS_MODULE"
196197
input:
197198
tuple(val(lane), file(pheniqs_conf))
198199

@@ -203,7 +204,6 @@ process run_pheniqs {
203204

204205
shell
205206
"""
206-
module load $PHENIQS_MODULE
207207
rm -rf ${alpha}/sample/${fcid}/${lane}/*
208208
pheniqs demux -C $pheniqs_conf > 'demux.out'
209209
"""

0 commit comments

Comments
 (0)