From 14d5b6b45e3d341165e7679ff5e287366fa95c72 Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Mon, 22 Nov 2021 15:12:52 +0100 Subject: [PATCH] Adding codemeta.json. It has been generated using https://codemeta.github.io/codemeta-generator/, and is meant to help submission to Software Heritage. --- codemeta.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 codemeta.json diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..e483e27 --- /dev/null +++ b/codemeta.json @@ -0,0 +1,38 @@ +{ + "@context": "https://doi.org/10.5063/schema/codemeta-2.0", + "@type": "SoftwareSourceCode", + "license": "https://spdx.org/licenses/GPL-3.0-or-later", + "codeRepository": "git+https://gitlab.pasteur.fr/bli/bioinfo_utils.git", + "dateCreated": "2016-07-01", + "name": "Pipelines used in Germano Cecere's Team at Institut Pasteur", + "description": "This repository contains snakemake workflows to deal with (mainly C. elegans) high throughput sequencing data.", + "applicationCategory": "Bioinformatics", + "referencePublication": "https://doi.org/10.1038/s41556-020-0462-7", + "keywords": [ + "high-throughput sequencing data", + "C. elegans", + "snakemake" + ], + "programmingLanguage": [ + "Python 3" + ], + "operatingSystem": [ + "Linux" + ], + "softwareRequirements": [ + "Singularity" + ], + "author": [ + { + "@type": "Person", + "@id": "https://orcid.org/0000-0003-3080-1899", + "givenName": "Blaise", + "familyName": "Li", + "email": "blaise.li__git@nsup.org", + "affiliation": { + "@type": "Organization", + "name": "Hub de Bioinformatique et Biostatistique, Institut Pasteur" + } + } + ] +} -- GitLab