diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000000000000000000000000000000000000..e483e2711569780c959bc9ba3017e6861aaa1e7c --- /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" + } + } + ] +}