Skip to content

Commit 6c4bcde

Browse files
committed
TODOs removed
1 parent a99d0d6 commit 6c4bcde

File tree

1 file changed

+0
-5
lines changed
  • subworkflows/local/utils_nfcore_seqinspector_pipeline

1 file changed

+0
-5
lines changed

subworkflows/local/utils_nfcore_seqinspector_pipeline/main.nf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -275,14 +275,9 @@ def methodsDescriptionText(mqc_methods_yaml) {
275275
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>"
276276

277277
// Tool references
278-
meta["tool_citations"] = ""
279-
meta["tool_bibliography"] = ""
280-
281-
// TODO nf-core: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!
282278
meta["tool_citations"] = toolCitationText().replaceAll(", \\.", ".").replaceAll("\\. \\.", ".").replaceAll(", \\.", ".")
283279
meta["tool_bibliography"] = toolBibliographyText()
284280

285-
286281
def methods_text = mqc_methods_yaml.text
287282

288283
def engine = new groovy.text.SimpleTemplateEngine()

0 commit comments

Comments
 (0)