From 157d807c60c4119c266cf1fe6ab9b7fe61d85391 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 17 Oct 2023 18:19:11 +0200 Subject: [PATCH] style: Run bib through citations --- assets/citations.bib | 67 ++++++++++++++++++++++---------------------- 1 file changed, 33 insertions(+), 34 deletions(-) diff --git a/assets/citations.bib b/assets/citations.bib index 8e41f1f0..7de27928 100644 --- a/assets/citations.bib +++ b/assets/citations.bib @@ -1,42 +1,41 @@ @misc{bwa-meth, - title={Fast and accurate alignment of long bisulfite-seq reads}, - author={Brent S. Pedersen and Kenneth Eyring and Subhajyoti De and Ivana V. Yang and David A. Schwartz}, - year={2014}, - eprint={1401.1129}, - archivePrefix={arXiv}, - primaryClass={q-bio.GN} + title = {Fast and accurate alignment of long bisulfite-seq reads}, + author = {Brent S. Pedersen and Kenneth Eyring and Subhajyoti De and Ivana V. Yang and David A. Schwartz}, + year = 2014, + eprint = {1401.1129}, + archiveprefix = {arXiv}, + primaryclass = {q-bio.GN} } - @misc{Picard, - title = {Picard toolkit}, - year = {2019}, - publisher = {Broad Institute}, - journal = {Broad Institute, GitHub repository}, - howpublished = {\url{https://broadinstitute.github.io/picard/}} + title = {Picard toolkit}, + year = 2019, + journal = {Broad Institute, GitHub repository}, + publisher = {Broad Institute}, + howpublished = {\url{https://broadinstitute.github.io/picard/}} } @article{Qualimap, - author = {Okonechnikov, Konstantin and Conesa, Ana and García-Alcalde, Fernando}, - title = "{Qualimap 2: advanced multi-sample quality control for high-throughput sequencing data}", - journal = {Bioinformatics}, - volume = {32}, - number = {2}, - pages = {292-294}, - year = {2015}, - month = {10}, - abstract = "{Motivation: Detection of random errors and systematic biases is a crucial step of a robust pipeline for processing high-throughput sequencing (HTS) data. Bioinformatics software tools capable of performing this task are available, either for general analysis of HTS data or targeted to a specific sequencing technology. However, most of the existing QC instruments only allow processing of one sample at a time.Results: Qualimap 2 represents a next step in the QC analysis of HTS data. Along with comprehensive single-sample analysis of alignment data, it includes new modes that allow simultaneous processing and comparison of multiple samples. As with the first version, the new features are available via both graphical and command line interface. Additionally, it includes a large number of improvements proposed by the user community.Availability and implementation: The implementation of the software along with documentation is freely available at http://www.qualimap.org.Contact:  meyer@mpiib-berlin.mpg.deSupplementary information:  Supplementary data are available at Bioinformatics online.}", - issn = {1367-4803}, - doi = {10.1093/bioinformatics/btv566}, - url = {https://doi.org/10.1093/bioinformatics/btv566}, - eprint = {https://academic.oup.com/bioinformatics/article-pdf/32/2/292/49016552/bioinformatics\_32\_2\_292.pdf}, + title = {{Qualimap 2: advanced multi-sample quality control for high-throughput sequencing data}}, + author = {Okonechnikov, Konstantin and Conesa, Ana and García-Alcalde, Fernando}, + year = 2015, + month = 10, + journal = {Bioinformatics}, + volume = 32, + number = 2, + pages = {292--294}, + doi = {10.1093/bioinformatics/btv566}, + issn = {1367-4803}, + url = {https://doi.org/10.1093/bioinformatics/btv566}, + abstract = {{Motivation: Detection of random errors and systematic biases is a crucial step of a robust pipeline for processing high-throughput sequencing (HTS) data. Bioinformatics software tools capable of performing this task are available, either for general analysis of HTS data or targeted to a specific sequencing technology. However, most of the existing QC instruments only allow processing of one sample at a time.Results: Qualimap 2 represents a next step in the QC analysis of HTS data. Along with comprehensive single-sample analysis of alignment data, it includes new modes that allow simultaneous processing and comparison of multiple samples. As with the first version, the new features are available via both graphical and command line interface. Additionally, it includes a large number of improvements proposed by the user community.Availability and implementation: The implementation of the software along with documentation is freely available at http://www.qualimap.org.Contact:  meyer@mpiib-berlin.mpg.deSupplementary information:  Supplementary data are available at Bioinformatics online.}}, + eprint = {https://academic.oup.com/bioinformatics/article-pdf/32/2/292/49016552/bioinformatics\_32\_2\_292.pdf} } @article{Preseq, - title={Predicting the molecular complexity of sequencing libraries}, - author={Daley, Timothy and Smith, Andrew D}, - journal={Nature methods}, - volume={10}, - number={4}, - pages={325--327}, - year={2013}, - publisher={Nature Publishing Group US New York} - doi = {10.1038/nmeth.2375}, + title = {Predicting the molecular complexity of sequencing libraries}, + author = {Daley, Timothy and Smith, Andrew D}, + year = 2013, + journal = {Nature methods}, + publisher = {Nature Publishing Group US New York}, + volume = 10, + number = 4, + pages = {325--327}, + doi = {10.1038/nmeth.2375} }