Skip to content

Commit dd0c208

Browse files
authored
Merge pull request #196 from hoelzer-lab/webgestalt-empty-input
make webgestalt output optional
2 parents 332f946 + 9fb8b42 commit dd0c208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/webgestalt.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ process webgestalt {
1414
val(id_type)
1515

1616
output:
17-
path("WebGestalt")
17+
path("WebGestalt") optional true
1818

1919
script:
2020
comparison = resFold05.toString().findAll("[a-zA-Z]*_vs_[a-zA-Z]*")[0]

0 commit comments

Comments
 (0)