Skip to content

Commit

Permalink
Update subworkflows/local/utils_nfcore_sarek_pipeline/main.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse authored May 2, 2024
1 parent ce2460b commit 9f6903e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions subworkflows/local/utils_nfcore_sarek_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,8 @@ def methodsDescriptionText(mqc_methods_yaml) {
String[] manifest_doi = meta.manifest_map.doi.split(",")
for (String doi_ref: manifest_doi) temp_doi_ref += "(doi: <a href=\'https://doi.org/${doi_ref}\'>${doi_ref}</a>), "
meta["doi_text"] = temp_doi_ref.substring(0, temp_doi_ref.length()-2)
} else {
meta["nodoi_text"] = "<li>If available, make sure to update the text to include the Zenodo DOI of version of the pipeline used. </li>"
}
} else meta["doi_text"] = ""
meta["nodoi_text"] = meta.manifest_map.doi ? "" : "<li>If available, make sure to update the text to include the Zenodo DOI of version of the pipeline used. </li>"

// Tool references
meta["tool_citations"] = ""
Expand Down

0 comments on commit 9f6903e

Please sign in to comment.