Skip to content

Commit

Permalink
Merged in zenodo (pull request #190)
Browse files Browse the repository at this point in the history
Zenodo
  • Loading branch information
MikeWLloyd committed Apr 25, 2024
2 parents a87574e + 2a2bb99 commit 4b4683c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/zenodo_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
token: ${{ secrets.ZENODO_TOKEN }}
version: ${{ github.event.release.tag_name }}
zenodo_json: .zenodo.json # required
archive: ${{ env.archive }}
archive: ${{ env.archive }}
doi: '10.5281/zenodo.11068736'
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -41,6 +41,6 @@
"name": "Anuj Srivastava"
}
],
"keywords": ["zenodo", "release", "archive"],
"keywords": ["zenodo", "release", "archive", "nextflow"],
"license": "MIT"
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4b4683c

Please sign in to comment.