Skip to content

Commit aaa1146

Browse files
committed
Update for release
1 parent 24fbd60 commit aaa1146

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project follows to [Calendar Versioning](https://calver.org/).
77

8-
## v25.03: Historic Centre of Cordoba [Unreleased]
8+
## v25.03: Historic Centre of Cordoba
99

1010
### Added
1111

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![Release DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3980833.svg)](https://doi.org/10.5281/zenodo.3980833)
1010
![check_dataset](https://github.com/spaam-community/AncientMetagenomeDir/workflows/check_dataset/badge.svg)
1111
[![Joins us on Slack](https://img.shields.io/badge/slack-ancientmetagenomedir-blueviolet)](https://spaam-community.slack.com/channels/ancientmetagenomedir)
12-
[![latest_release](https://img.shields.io/badge/Latest%20Release-v24.12.0-yellow)](https://github.com/spaam-community/AncientMetagenomeDir/releases)
12+
[![latest_release](https://img.shields.io/badge/Latest%20Release-v25.03.0-yellow)](https://github.com/spaam-community/AncientMetagenomeDir/releases)
1313

1414
AncientMetagenomeDir is a community curated resource of lists of all published
1515
**shotgun**-sequenced ancient metagenome or microbial genome-level enriched samples and libraries.

assets/analysis/release-stats-statement-generator.R

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
suppressPackageStartupMessages(library(tidyverse))
22

3-
previous_tag <- "v24.09.0"
3+
previous_tag <- "v24.12.0"
44
release_tag <- "master"
5-
new_release <- "v24.12.0"
5+
new_release <- "v25.03.0"
66

77
## SAMPLES
88

@@ -67,17 +67,17 @@ cat(
6767
adds_single_samples, "new ancient microbial genomes, and",
6868
adds_env_samples, "new ancient environmental samples.",
6969
"This brings the repository to a total of",
70-
tot_pubs_samples, "publications,",
71-
tot_microb_samples, "ancient host-associated metagenome samples,",
72-
tot_single_samples, "ancient microbial genomes, and",
73-
tot_env_samples, "ancient environmental samples\n\nFurthermore, this release adds",
70+
format(tot_pubs_samples, big.mark = ","), "publications,",
71+
format(tot_microb_samples, big.mark = ","), "ancient host-associated metagenome samples,",
72+
format(tot_single_samples, big.mark = ","), "ancient microbial genomes, and",
73+
format(tot_env_samples, big.mark = ","), "ancient environmental samples\n\nFurthermore, this release adds",
7474
adds_microb_libraries, "new ancient host-associated metagenome libraries,",
7575
adds_single_libraries, "new ancient microbial genome libraries, and",
7676
adds_env_libraries, "new ancient environmental libraries.",
7777
"This brings the repository to a total of",
78-
tot_microb_libraries, "ancient host-associated metagenome libraries,",
79-
tot_single_libraries, "ancient microbial genomes libraries, and",
80-
tot_env_libraries, "ancient environmental libraries.\n\n"
78+
format(tot_microb_libraries, big.mark = ","), "ancient host-associated metagenome libraries,",
79+
format(tot_single_libraries, big.mark = ","), "ancient microbial genomes libraries, and",
80+
format(tot_env_libraries, big.mark = ","), "ancient environmental libraries.\n\n"
8181
)
8282

8383
## TWITTER

0 commit comments

Comments
 (0)