|
1 | 1 | suppressPackageStartupMessages(library(tidyverse))
|
2 | 2 |
|
3 |
| -previous_tag <- "v24.09.0" |
| 3 | +previous_tag <- "v24.12.0" |
4 | 4 | release_tag <- "master"
|
5 |
| -new_release <- "v24.12.0" |
| 5 | +new_release <- "v25.03.0" |
6 | 6 |
|
7 | 7 | ## SAMPLES
|
8 | 8 |
|
|
67 | 67 | adds_single_samples, "new ancient microbial genomes, and",
|
68 | 68 | adds_env_samples, "new ancient environmental samples.",
|
69 | 69 | "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", |
74 | 74 | adds_microb_libraries, "new ancient host-associated metagenome libraries,",
|
75 | 75 | adds_single_libraries, "new ancient microbial genome libraries, and",
|
76 | 76 | adds_env_libraries, "new ancient environmental libraries.",
|
77 | 77 | "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" |
81 | 81 | )
|
82 | 82 |
|
83 | 83 | ## TWITTER
|
|
0 commit comments