-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial CITATION.cff file to point to Zenodo DOI for version 1.0.2.
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: RnaChipIntegrator | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Peter | ||
family-names: Briggs | ||
email: peter.briggs@manchester.ac.uk | ||
affiliation: University of Manchester | ||
- given-names: Ian | ||
family-names: Donaldson | ||
affiliation: University of Manchester | ||
email: ian.donaldson@manchester.ac.uk | ||
- given-names: Leo | ||
family-names: Zeef | ||
email: leo.zeef@manchester.ac.uk | ||
affiliation: University of Manchester | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.60362 | ||
description: The URL of version 1.0.2 of the software | ||
repository-code: >- | ||
https://github.com/fls-bioinformatics-core/RnaChipIntegrator | ||
url: >- | ||
https://rnachipintegrator.readthedocs.io/en/latest/index.html | ||
abstract: >- | ||
RnaChipIntegrator is a software utility that performs | ||
integrated analyses of 'gene' data (a set of genes or | ||
other genomic features) with 'peak' data (a set of | ||
regions, for example ChIP peaks) to identify the genes | ||
nearest to each peak, and vice versa. |