diff --git a/.github/workflows/zenodo_release.yml b/.github/workflows/zenodo_release.yml index 51668e8..b4fc07a 100644 --- a/.github/workflows/zenodo_release.yml +++ b/.github/workflows/zenodo_release.yml @@ -24,4 +24,5 @@ jobs: token: ${{ secrets.ZENODO_TOKEN }} version: ${{ github.event.release.tag_name }} zenodo_json: .zenodo.json # required - archive: ${{ env.archive }} \ No newline at end of file + archive: ${{ env.archive }} + doi: '10.5281/zenodo.11068736' \ No newline at end of file diff --git a/.zenodo.json b/.zenodo.json index 36d4ad2..d48d7e5 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,7 +1,7 @@ { "upload_type": "software", - "description": "This is a GitHub action for releasing to Zenodo without giving webhook admin access", - "title": "Zenodo Release Action", + "description": "v0.6.1 Release. See https://github.com/TheJacksonLaboratory/cs-nf-pipelines/wiki", + "title": "cs-nf-pipelines", "creators": [ { "affiliation": "The Jackson Laboratory", @@ -41,6 +41,6 @@ "name": "Anuj Srivastava" } ], - "keywords": ["zenodo", "release", "archive"], + "keywords": ["zenodo", "release", "archive", "nextflow"], "license": "MIT" } \ No newline at end of file diff --git a/README.md b/README.md index e013286..7946bd1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.11068737.svg)](https://doi.org/10.5281/zenodo.11068737) + # JAX NGS Operations Nextflow DSL2 Pipelines This repository contains production bioinformatic analysis pipelines.