diff --git a/CHANGELOG.md b/CHANGELOG.md index e5bc67e..84e03c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## CHARLIE development version +## CHARLIE 0.11.0 + - Major updates to convert CHARLIE from a biowulf-specific to a platform-agnostic pipeline (#102, @kelly-sovacool): - All rules now use containers instead of envmodules. - Default config and cluster config files are provided for use on biowulf and FRCE. diff --git a/CITATION.cff b/CITATION.cff index 3d35d31..dd95078 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,24 +1,26 @@ cff-version: 1.2.0 message: Please cite CHARLIE as below. authors: -- family-names: Koparde - given-names: Vishal - orcid: https://orcid.org/0000-0001-8978-8495 - affiliation: Advanced Biomedical Computational Science, Frederick National Laboratory - for Cancer Research, Frederick, MD 21702, USA -- family-names: Sovacool - given-names: Kelly - orcid: https://orcid.org/0000-0003-3283-829X - affiliation: Advanced Biomedical Computational Science, Frederick National Laboratory - for Cancer Research, Frederick, MD 21702, USA -title: 'CHARLIE: Circrnas in Host And viRuses anaLysis pIpEline' + - family-names: Koparde + given-names: Vishal + orcid: https://orcid.org/0000-0001-8978-8495 + affiliation: + Advanced Biomedical Computational Science, Frederick National Laboratory + for Cancer Research, Frederick, MD 21702, USA + - family-names: Sovacool + given-names: Kelly + orcid: https://orcid.org/0000-0003-3283-829X + affiliation: + Advanced Biomedical Computational Science, Frederick National Laboratory + for Cancer Research, Frederick, MD 21702, USA +title: "CHARLIE: Circrnas in Host And viRuses anaLysis pIpEline" url: https://ccbr.github.io/CHARLIE/ repository-code: https://github.com/CCBR/CHARLIE license: MIT type: software identifiers: -- description: Archived snapshots of all versions - type: doi - value: 10.5281/zenodo.10516079 -version: v0.10.1 -date-released: 2023-12-23 + - description: Archived snapshots of all versions + type: doi + value: 10.5281/zenodo.10516079 +version: v0.11.0 +date-released: "2024-09-16" diff --git a/VERSION b/VERSION index 539f9fc..eb1336c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.1-dev +0.11.0-dev