Skip to content

Commit

Permalink
Update CANGELOG for release and tweaks to validation and stats genera…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
jfy133 committed Mar 31, 2023
1 parent 0b0d19c commit e6d7e45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project follows to [Calendar Versioning](https://calver.org/).

## v23.03: Rocky Necropolis of Pantalica [unreleased]
## v23.03.0: Rocky Necropolis of Pantalica

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3980833.svg)](https://doi.org/10.5281/zenodo.3980833)
![check_dataset](https://github.com/spaam-community/AncientMetagenomeDir/workflows/check_dataset/badge.svg)
[![Joins us on Slack](https://img.shields.io/badge/slack-ancientmetagenomedir-blueviolet)](https://spaam-community.slack.com/channels/ancientmetagenomedir)
[![latest_release](https://img.shields.io/badge/Latest%20Release-v22.12-yellow)](https://github.com/spaam-community/AncientMetagenomeDir/releases)
[![latest_release](https://img.shields.io/badge/Latest%20Release-v23.03.0-yellow)](https://github.com/spaam-community/AncientMetagenomeDir/releases)

AncientMetagenomeDir is a community curated resource of lists of all published
**shotgun**-sequenced ancient metagenome or microbial genome-level enriched samples and libraries.
Expand Down
6 changes: 3 additions & 3 deletions assets/analysis/prerelease-validation-withintable.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ shos_dups <-
print(n = 1000)

## Exception allowed: Schuenemann2018/KrauseKyora2018b [resequencing], Krause-Kyora/Lugli [reanalysis],
## DeDios2020 [multi-species], Devault2017 [multi-species], Austin2022 [multi species],
## Guellil2022 [Multispecies]
ssin_dup_exceptions <-c("ERS942272","ERS942281","ERS942282","ERS4278128","ERS4278129","ERS4278130","ERS942276","SRS1779840","SRS1779841","SRS1779844","SRS1779846", "SRS13524932", "ERS8968539")
## DeDios2020 [multi-species], Devault2017 [multi-species], Austin2022 [multi-species],
## Guellil2022 [multi-species], Bonczarowska2022 [multi-species]
ssin_dup_exceptions <-c("ERS942272","ERS942281","ERS942282","ERS4278128","ERS4278129","ERS4278130","ERS942276","SRS1779840","SRS1779841","SRS1779844","SRS1779846", "SRS13524932", "ERS8968539", "ERS9069041", "ERS9069042")

ssin_dups <-
ssin$archive_accession %>%
Expand Down
6 changes: 3 additions & 3 deletions assets/analysis/release-stats-statement-generator.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
suppressPackageStartupMessages(library(tidyverse))

previous_tag <- "v22.09"
previous_tag <- "v22.12.0"
release_tag <- "master"
new_release <- "v22.12"
new_release <- "v23.03.0"

## SAMPLES

Expand Down Expand Up @@ -56,7 +56,7 @@ cat("\nRelease", new_release,
adds_single_samples, "new ancient microbial genomes, and",
adds_env_samples, "new ancient environmental samples.",
"This brings the repository to a total of",
tot_pubs_samples, " publications,",
tot_pubs_samples, "publications,",
tot_microb_samples, "ancient host-associated metagenome samples,",
tot_single_samples, "ancient microbial genomes, and",
tot_env_samples, "ancient environmental samples\n\nFurthermore, this release adds",
Expand Down

0 comments on commit e6d7e45

Please sign in to comment.