From a8fc26c88b98199d82cd749e4d9d18b9fedaf4c8 Mon Sep 17 00:00:00 2001 From: Erik Danielsson Date: Mon, 11 Jul 2022 18:58:16 +0200 Subject: [PATCH 1/3] Add CITATION.cff for the nf-core publication --- CITATION.cff | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..4533e2f28c --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,56 @@ +cff-version: 1.2.0 +message: "If you use `nf-core tools` in your work, please cite the `nf-core` publication" +authors: + - family-names: Ewels + given-names: Philip + - family-names: Peltzer + given-names: Alexander + - family-names: Fillinger + given-names: Sven + - family-names: Patel + given-names: Harshil + - family-names: Alneberg + given-names: Johannes + - family-names: Wilm + given-names: Andreas + - family-names: Ulysse Garcia + given-names: Maxime + - family-names: Di Tommaso + given-names: Paolo + - family-names: Nahnsen + given-names: Sven +title: "The nf-core framework for community-curated bioinformatics pipelines." +version: 2.4.1 +doi: 10.1038/s41587-020-0439-x +date-released: 2022-05-16 +url: https://github.com/nf-core/tools +prefered-citation: + type: article + authors: + - family-names: Ewels + given-names: Philip + - family-names: Peltzer + given-names: Alexander + - family-names: Fillinger + given-names: Sven + - family-names: Patel + given-names: Harshil + - family-names: Alneberg + given-names: Johannes + - family-names: Wilm + given-names: Andreas + - family-names: Ulysse Garcia + given-names: Maxime + - family-names: Di Tommaso + given-names: Paolo + - family-names: Nahnsen + given-names: Sven + doi: 10.1038/s41587-020-0439-x + journal: nature biotechnology + start: 276 + end: 278 + title: "The nf-core framework for community-curated bioinformatics pipelines." + issue: 3 + volume: 38 + year: 2020 + url: https://dx.doi.org/10.1038/s41587-020-0439-x From c5a4cb9cf0e7fc9b6db68ea1cf1224a771349b56 Mon Sep 17 00:00:00 2001 From: Erik Danielsson Date: Tue, 12 Jul 2022 08:26:31 +0200 Subject: [PATCH 2/3] Update .editorconfig for .cff files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c29b6c7eee..014c2383bd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,5 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space -[*.{md,yml,yaml,html,css,scss,js}] +[*.{md,yml,yaml,html,css,scss,js,cff}] indent_size = 2 From 43e5c2c35b4920fa3ca9b07d14bf768c5f3b3368 Mon Sep 17 00:00:00 2001 From: Erik Danielsson Date: Tue, 12 Jul 2022 09:21:11 +0200 Subject: [PATCH 3/3] Reformat with prettier. --- CITATION.cff | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4533e2f28c..8275ec9b34 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ cff-version: 1.2.0 -message: "If you use `nf-core tools` in your work, please cite the `nf-core` publication" +message: 'If you use `nf-core tools` in your work, please cite the `nf-core` publication' authors: - family-names: Ewels given-names: Philip @@ -19,7 +19,7 @@ authors: given-names: Paolo - family-names: Nahnsen given-names: Sven -title: "The nf-core framework for community-curated bioinformatics pipelines." +title: 'The nf-core framework for community-curated bioinformatics pipelines.' version: 2.4.1 doi: 10.1038/s41587-020-0439-x date-released: 2022-05-16 @@ -49,7 +49,7 @@ prefered-citation: journal: nature biotechnology start: 276 end: 278 - title: "The nf-core framework for community-curated bioinformatics pipelines." + title: 'The nf-core framework for community-curated bioinformatics pipelines.' issue: 3 volume: 38 year: 2020