Skip to content

Commit 01b84fd

Browse files
committed
add CITATION.cff
1 parent 2a6bf4d commit 01b84fd

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

CITATION.cff

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# This CITATION.cff file was generated with cffinit.
2+
# Visit https://bit.ly/cffinit to generate yours today!
3+
4+
cff-version: 1.2.0
5+
title: >-
6+
RNA-seq Data Processing, Quantification & Annotation
7+
Pipeline
8+
message: >-
9+
If you use this software, please cite it using the
10+
metadata from this file.
11+
type: software
12+
authors:
13+
- affiliation: CeMM Research Center for Molecular Medicine
14+
given-names: Stephan
15+
family-names: Reichl
16+
orcid: 'https://orcid.org/0000-0001-8555-7198'
17+
- given-names: Christoph
18+
family-names: Bock
19+
orcid: 'https://orcid.org/0000-0001-6091-3088'
20+
affiliation: CeMM Research Center for Molecular Medicine
21+
repository-code: 'https://github.com/epigen/rnaseq_pipeline'
22+
url: 'https://epigen.github.io/rnaseq_pipeline/'
23+
abstract: >-
24+
A Snakemake Workflow for RNA-seq Data Processing,
25+
Quantification and Annotation and MrBiomics Module.
26+
keywords:
27+
- Bioinformatics
28+
- RNA-seq
29+
- Transcriptomics
30+
- Workflow
31+
- Snakemake
32+
license: MIT
33+
references:
34+
- authors:
35+
- family-names: "Köster"
36+
given-names: "Johannes"
37+
title: "RNA-seq STAR DESeq2 workflow"
38+
type: software
39+
doi: "10.5281/zenodo.4737358"
40+
notes: "If you use this workflow, please also cite this workflow as some structure and code were adapted from it."

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-cayman

0 commit comments

Comments
 (0)