Skip to content

Commit

Permalink
added space
Browse files Browse the repository at this point in the history
  • Loading branch information
kbestak committed Dec 12, 2024
1 parent 5fd31a5 commit 8a50cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/utils_nfcore_molkart_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def toolCitationText() {
// Can use ternary operators to dynamically construct based conditions, e.g. params["run_xyz"] ? "Tool (Foo et al. 2023)" : "",
// Uncomment function in methodsDescriptionText to render in MultiQC report
def citation_text = [
"Tools used in the workflow included:",
"Tools used in the workflow included: ",
params.skip_mindagap ? "" : "Mindagap (Guerreiro et al. 2023),",
params.segmentation_method.split(',').contains('mesmer') ? "Mesmer (Greenwald et al. 2021)," : "",
params.segmentation_method.split(',').contains('ilastik') ? "ilastik (Berg et al. 2019)," : "",
Expand Down

0 comments on commit 8a50cf8

Please sign in to comment.