bcgsc / orca

:whale: Genomics Research Container Architecture
http://www.bcgsc.ca/services/orca
GNU General Public License v3.0
48 stars 13 forks source link

brew cite #27

Closed sjackman closed 6 years ago

sjackman commented 7 years ago

Create a brew cite foo command that returns an URL (or optionally Bibtex) for the requested tool and its dependencies.

Usage

❯❯❯ brew cite samtools
http://doi.org/10.1093/bioinformatics/btp352
❯❯❯ brew cite --bib samtools
@article{Li_2009, title={The Sequence Alignment/Map format and SAMtools}, volume={25}, ISSN={1460-2059}, url={http://dx.doi.org/10.1093/bioinformatics/btp352}, DOI={10.1093/bioinformatics/btp352}, number={16}, journal={Bioinformatics}, publisher={Oxford University Press (OUP)}, author={Li, H. and Handsaker, B. and Wysoker, A. and Fennell, T. and Ruan, J. and Homer, N. and Marth, G. and Abecasis, G. and Durbin, R.}, year={2009}, month={Jun}, pages={2078–2079}}

Options

Implementation

sjackman commented 6 years ago

We won't be implementing the brew cite command this term.