Skip to content

Commit

Permalink
style: Run bib through citations
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Oct 17, 2023
1 parent bd1a33f commit 157d807
Showing 1 changed file with 33 additions and 34 deletions.
67 changes: 33 additions & 34 deletions assets/citations.bib
Original file line number Diff line number Diff line change
@@ -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:  [email protected] 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:  [email protected] 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}
}

0 comments on commit 157d807

Please sign in to comment.