Skip to content

Commit

Permalink
Update subworkflows/nf-core/utils_nfcore_pipeline/main.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Hörtenhuber <[email protected]>
  • Loading branch information
maxulysse and mashehu authored Oct 10, 2024
1 parent 7a0de5b commit 5d0f0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/nf-core/utils_nfcore_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def checkProfileProvided(nextflow_cli_args) {
def workflowCitation() {
def temp_doi_ref = ""
def manifest_doi = workflow.manifest.doi.tokenize(",")
// Using an each to handle multiple DOIs
// Handling multiple DOIs
// Removing `https://doi.org/` to handle pipelines using DOIs vs DOI resolvers
// Removing ` ` since the manifest.doi is a string and not a proper list
manifest_doi.each { doi_ref ->
Expand Down

0 comments on commit 5d0f0ab

Please sign in to comment.