Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ElasticBLAST publication #13

Merged
merged 1 commit into from
Apr 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 31 additions & 7 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,22 +1,46 @@
cff-version: "1.1.0"
cff-version: "1.2.0"
message: "If you use this software, please cite it using these metadata."
title: ElasticBLAST
version: "1.0.0"
date-released: 2022-12-05
license: "NCBI Public Domain"
repository-code: "https://github.com/ncbi/elastic-blast/"
url: "https://blast.ncbi.nlm.nih.gov/doc/elastic-blast/"
authors:
- family-names: Camacho
given-names: Christiam E.
orcid: https://orcid.org/0000-0002-6709-8298
- family-names: Boratyn
given-names: Greg
- family-names: Joukov
given-names: Victor
orcid: https://orcid.org/0000-0003-2962-8902
- family-names: Merezhuk
given-names: Yuri
- family-names: Madden
given-names: Thomas
orcid: https://orcid.org/0000-0003-1641-7321
preferred-citation:
type: article
authors:
- family-names: Camacho
given-names: Christiam E.
given-names: Christiam
orcid: https://orcid.org/0000-0002-6709-8298
- family-names: Boratyn
given-names: Greg
given-names: Grzegorz M
- family-names: Joukov
given-names: Victor
orcid: https://orcid.org/0000-0003-2962-8902
- family-names: Merezhuk
given-names: Yuri
- family-names: Vera Alvarez
given-names: Roberto
- family-names: Madden
given-names: Thomas
given-names: Thomas L
orcid: https://orcid.org/0000-0003-1641-7321

doi: 10.1186/s12859-023-05245-9
journal: BMC Bioinformatics
month: 3
start: 117
title: "ElasticBLAST: accelerating sequence search via cloud computing"
issue: 1
volume: 24
year: 2023
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ most suitable to you:
* [Installation for the AWS Cloud Shell][3]
* [Installation for the GCP Cloud Shell][4]


Publication:
------------

Camacho C, Boratyn GM, Joukov V, Vera Alvarez R, Madden TL. ElasticBLAST: accelerating sequence search via cloud computing. BMC Bioinformatics. 2023 Mar 26;24(1):117. doi: [10.1186/s12859-023-05245-9](https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-023-05245-9). PMID: [36967390](https://pubmed.ncbi.nlm.nih.gov/36967390/); PMCID: [PMC10040096](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10040096/).


Developer information
---------------------

Expand Down