From 1ccf8e397a5fbf51e1cae0eb06f5ccf69916accf Mon Sep 17 00:00:00 2001 From: Emilio Palumbo Date: Fri, 9 Jun 2023 12:11:04 +0200 Subject: [PATCH] [ci skip] Add CFF file for citattion - resolve #75 --- CITATION.cff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..eb0af57 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +message: >- + If you use this software, please cite it using the + metadata from this file. +title: grape-nf +abstract: An automated Nextflow pipeline for RNA-seq data +authors: + - given-names: Emilio + family-names: Palumbo + affiliation: Centre for Genomic Regulation + orcid: https://orcid.org/0000-0003-4599-8161 +keywords: + - guigolab + - nextflow + - ngs + - rnaseq +version: 1.1.4 +date-released: '2023-05-16' +license: GPL-3.0 +repository-code: 'https://github.com/guigolab/grape-nf'