Skip to content

Commit

Permalink
Merge pull request #129 from sanger-tol/tkchafin-patch-1
Browse files Browse the repository at this point in the history
BBtools citation
  • Loading branch information
tkchafin authored Sep 24, 2024
2 parents d8b32e9 + 1db66a4 commit 1ab5635
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subworkflows/local/utils_nfcore_readmapping_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ def toolCitationText() {
// Uncomment function in methodsDescriptionText to render in MultiQC report
def citation_text = [
"Tools used in the workflow included:",
"BBtools (Buschnell 2014),",
"blastn (Camacho et al. 2009),",
"bwa-mem2 (Vasimuddin et al. 2019),",
"Crumble (Bonfield et al. 2019),",
Expand All @@ -270,6 +271,7 @@ def toolBibliographyText() {
// Can use ternary operators to dynamically construct based conditions, e.g. params["run_xyz"] ? "<li>Author (2023) Pub name, Journal, DOI</li>" : "",
// Uncomment function in methodsDescriptionText to render in MultiQC report
def reference_text = [
"<li>Buschnell, B. (2014). BBtools software package. sourceforge.net/projects/bbmap.</li>",
"<li>Camacho, C., Coulouris, G., Avagyan, V., Ma, N., Papadopoulos, J., Bealer, K., & Madden, T.L. (2009). BLAST+: architecture and applications. BMC Bioinformatics, 10, 421. doi:10.1186/1471-2105-10-421.</li>",
"<li>Vasimuddin, Md., Misra, S., Li, H., & Aluru, S. (2019). Efficient Architecture-Aware Acceleration of BWA-MEM for Multicore Systems. IEEE Parallel and Distributed Processing Symposium (IPDPS), 2019. doi:10.1109/IPDPS.2019.00041.</li>",
"<li>Bonfield, J.K., McCarthy, S.A., & Durbin, R. (2019). Crumble: reference free lossy compression of sequence quality values. Bioinformatics, 35(2), 337-339. doi:10.1093/bioinformatics/bty608.</li>",
Expand Down

0 comments on commit 1ab5635

Please sign in to comment.