Skip to content

Commit

Permalink
Merge pull request #27 from CCBR/citation-updates
Browse files Browse the repository at this point in the history
Citation updates
  • Loading branch information
kelly-sovacool authored Jan 30, 2024
2 parents f70ffa1 + 2432526 commit 453680a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ default_stages: [pre-commit]
exclude: |
(?x)(
^assets/|
^docs/.*.html
^docs/.*.html|
^_extensions/
)
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand All @@ -12,6 +13,7 @@ repos:
- id: check-added-large-files
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-json
# spell check
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
Expand Down
5 changes: 4 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
overrides:
- files: "*.md"
- files:
- "*.md"
- "*.cff"
- ".prettierrc"
options:
tabWidth: 2
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@ message: "Please cite LOGAN as below." # TODO set up Zenodo to archive your tool
authors:
- family-names: Nousome
given-names: Darryl
orcid: https://orcid.org/0000-0002-5259-8599
affiliation: Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA
- family-names: Sovacool
given-names: Kelly
orcid: https://orcid.org/0000-0003-3283-829X
affiliation: Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA
- family-names: Koparde
given-names: Vishal
orcid: https://orcid.org/0000-0001-8978-8495
affiliation: Advanced Biomedical Computational Science, Frederick National Laboratory for Cancer Research, Frederick, MD 21702, USA
title: "LOGAN: whoLe genOme-sequencinG Analysis pipeliNe"
url: https://ccbr.github.io/LOGAN/
repository-code: https://github.com/CCBR/LOGAN
Expand Down

0 comments on commit 453680a

Please sign in to comment.