Skip to content

Commit b63c767

Browse files
Merge pull request #64 from NBISweden/add_citation
Add CITATION.cff
2 parents a5520a6 + af9edda commit b63c767

File tree

2 files changed

+39
-3
lines changed

2 files changed

+39
-3
lines changed

CITATION.cff

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# YAML 1.2
2+
---
3+
abstract: "A set of workflows written in Nextflow for Genome Annotation. "
4+
authors:
5+
-
6+
affiliation: "National Bioinformatics Infrastructure Sweden (NBIS) / Uppsala University"
7+
family-names: "Binzer-Panchal"
8+
given-names: Mahesh
9+
orcid: "https://orcid.org/https://orcid.org/0000-0003-1675-0677"
10+
-
11+
family-names: Dainat
12+
given-names: Jacques
13+
orcid: "https://orcid.org/https://orcid.org/0000-0002-6629-0173"
14+
-
15+
family-names: Soler
16+
given-names: Lucile
17+
orcid: "https://orcid.org/https://orcid.org/0000-0002-0121-2393"
18+
cff-version: "1.1.0"
19+
date-released: 2021-08-05
20+
keywords:
21+
- Nextflow
22+
- "Genome Annotation"
23+
- "Functional Annotation"
24+
license: "GNU General Public License v3.0"
25+
message: "If you use this software, please cite it using these metadata."
26+
repository-code: "https://github.com/NBISweden/pipelines-nextflow"
27+
title: "NBIS Genome Annotation Workflows"
28+
version: "v1.0.0"
29+
...

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,16 @@ If you use these pipelines in your work, please acknowledge NBIS within your com
1313

1414
## Maintainers
1515

16-
* Mahesh Binzer-Panchal (Nextflow, Reproducibility)
17-
* Jacques Dainat (Annotation expert, Nextflow, Conda)
18-
* Lucile Soler (Annotation expert)
16+
* Mahesh Binzer-Panchal (\@mahesh-panchal; Nextflow, Reproducibility)
17+
* Jacques Dainat (\@Juke34; Annotation expert, Nextflow, Conda)
18+
* Lucile Soler (\@LucileSol; Annotation expert)
19+
20+
### Acknowledgements
21+
22+
These workflows were based on the Bpipe workflows written by
23+
Marc Höppner (\@marchoeppner) and Jacques Dainat (\@Juke34).
24+
25+
Thank you to everyone who contributes to this project.
1926

2027
## Installation and Usage
2128

0 commit comments

Comments
 (0)