Skip to content

Commit 5f2a9c2

Browse files
committed
Add seqkit citation to methods description
1 parent aa40d63 commit 5f2a9c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • subworkflows/local/utils_nfcore_seqinspector_pipeline

subworkflows/local/utils_nfcore_seqinspector_pipeline/main.nf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ def toolCitationText() {
269269
"SAMTOOLS (Danecek et al. 2021),",
270270
params.sample_size > 0 ? "Seqtk (Li 2021)," : "",
271271
"SeqFu (Telatin et al. 2021),",
272+
"SeqKit (Shen et al. 2024),",
272273
"Sequali (Vorderman 2025),",
273274
".",
274275
].join(' ').trim()
@@ -286,6 +287,7 @@ def toolBibliographyText() {
286287
"<li>Danecek P., Bonfield JK., Liddle J., & al. (2021). Twelve years of SAMtools and BCFtools.</li>",
287288
params.sample_size > 0 ? "<li>Li, H. SeqTk. Available online: https://github.com/lh3/seqtk (accessed on 6 May 2021)</li>" : "",
288289
"<li>Telatin, A.; Fariselli, P.; Birolo, G. SeqFu: A Suite of Utilities for the Robust and Reproducible Manipulation of Sequence Files. Bioengineering 2021, 8, 59. https://doi.org/10.3390/bioengineering8050059</li>",
290+
"<li>Shen, W., Sipos, B., & Zhao, L. (2024). SeqKit2: A Swiss Army Knife for Sequence and Alignment Processing. iMeta e191. doi: 10.1002/imt2.191</li>",
289291
"<li>Vorderman, R. Sequali: efficient and comprehensive quality control of short- and long-read sequencing data. Bioinformatics Advances, 2025. doi: 10.1093/bioadv/vbaf010</li>",
290292
].join(' ').trim()
291293

0 commit comments

Comments
 (0)