Skip to content

Commit 69bfbec

Browse files
authored
Adding initial version of CITATION.cff (#263)
* Adding initial version of CITATION file * Fixing URL to point to docs site * Adding Caroline Nondin to citation file's author list
1 parent c1d62e1 commit 69bfbec

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

CITATION.cff

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
type: software
4+
title: "WILDS WDL Library"
5+
abstract: "A centralized collection of bioinformatics WDL infrastructure providing reusable, well-tested components that can be combined to create powerful computational pipelines for genomics research."
6+
version: 0.1.0
7+
date-released: "2026-01-09"
8+
license: MIT
9+
repository-code: "https://github.com/getwilds/wilds-wdl-library"
10+
url: "https://getwilds.org/wilds-wdl-library/"
11+
contact:
12+
- email: wilds@fredhutch.org
13+
name: "Fred Hutch Data Science Lab WILDS"
14+
keywords:
15+
- bioinformatics
16+
- wdl
17+
- genomics
18+
- workflows
19+
- pipelines
20+
authors:
21+
- family-names: Firman
22+
given-names: Taylor
23+
affiliation: "Fred Hutch Cancer Center"
24+
orcid: "https://orcid.org/0009-0002-2052-1084"
25+
- family-names: Bishop
26+
given-names: Emma
27+
affiliation: "Fred Hutch Cancer Center"
28+
orcid: "https://orcid.org/0000-0003-4484-3336"
29+
- family-names: Chamberlain
30+
given-names: Scott
31+
affiliation: "Fred Hutch Cancer Center"
32+
orcid: "https://orcid.org/0000-0003-1444-9135"
33+
- family-names: Minot
34+
given-names: Sam
35+
affiliation: "Fred Hutch Cancer Center"
36+
orcid: "https://orcid.org/0000-0003-1639-3905"
37+
- family-names: Lo
38+
given-names: Chris
39+
affiliation: "Fred Hutch Cancer Center"
40+
- family-names: Nondin
41+
given-names: Caroline
42+
affiliation: "Fred Hutch Cancer Center"
43+
orcid: "https://orcid.org/0009-0009-0955-5954"

0 commit comments

Comments
 (0)