Skip to content

Commit 3198841

Browse files
committed
added some more links as requested by @stschiff
1 parent 184c167 commit 3198841

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Diff for: archive_overview.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ We, so the [Department of Archaeogenetics](https://www.eva.mpg.de/archaeogenetic
44

55
At the moment there are three archives, which are described below:
66

7-
| Archive Name | Short | <i class="fab fa-github" aria-hidden="true"></i> GitHub Repository |
8-
|-----------------------------------------------------------------------|-------|--------------------------------------------------------------------------------|
9-
| [The Poseidon Community Archive](#the-poseidon-community-archive-pca) | PCA | [`community-archive`](https://github.com/poseidon-framework/community-archive) |
10-
| [The Poseidon Minotaur Archive](#the-poseidon-minotaur-archive-pma) | PMA | [`minotaur-archive`](https://github.com/poseidon-framework/minotaur-archive) |
11-
| [The Poseidon AADR Archive](#the-poseidon-aadr-archive-paa) | PAA | [`aadr-archive`](https://github.com/poseidon-framework/aadr-archive) |
7+
| Archive Name | Short | <i class="fab fa-github" aria-hidden="true"></i> GitHub Repository | <i class="fas fa-globe-europe" aria-hidden="true"></i> Archive Explorer |
8+
|--------------------------------|-------|--------------------------------------------------------------------|----------------------------------------------------------------------------|
9+
| The Poseidon Community Archive | PCA | [GitHub](https://github.com/poseidon-framework/community-archive) | [Explorer](https://server.poseidon-adna.org/explorer/community-archive) |
10+
| The Poseidon Minotaur Archive | PMA | [GitHub](https://github.com/poseidon-framework/minotaur-archive) | [Explorer](http://server.poseidon-adna.org:3000/explorer/minotaur-archive) |
11+
| The Poseidon AADR Archive | PAA | [GitHub](https://github.com/poseidon-framework/aadr-archive) | [Explorer](https://server.poseidon-adna.org/explorer/aadr-archive) |
1212

1313
We opted to maintain these archives with [Git](https://git-scm.com) on [GitHub](https://github.com/poseidon-framework) to ensure clean version management on the file level. The context data in a Poseidon package is text data that can be stored and maintained easily with line-wise version control. Unfortunately that does not hold true for the large genotype data files. They are not suitable to be handled in Git directly. Instead we rely on GitHub's [large file storage system](https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github), which comes with a number of technical drawbacks both for developers and users of the Poseidon archives.
1414

@@ -22,6 +22,8 @@ We do recommend that you work through GitHub, though, if you want to report an i
2222

2323
## The Poseidon Community Archive (PCA)
2424

25+
<i class="fas fa-arrow-right"></i> [<i class="fab fa-github" aria-hidden="true"></i> GitHub](https://github.com/poseidon-framework/community-archive) | [<i class="fas fa-globe-europe" aria-hidden="true"></i> Explorer](https://server.poseidon-adna.org/explorer/community-archive)
26+
2527
The Poseidon Community Archive is the oldest and arguably the most important public archive. It stores publication-wise packages, so one package for the genotype data released with one paper.
2628

2729
**The PCA focusses on author submissions**, so Poseidon packages prepared by the authors of the packaged publication, containing exactly the genotype data used for the analysis in the paper. This ensures a high degree of computational reproducibility. Author submissions are also ideal for the context data in the .janno file, because the respective domain-experts are generally most knowledgable on the spatiotemporal origin of their samples.
@@ -30,10 +32,14 @@ For historical reasons the PCA does not only contain author submissions, though.
3032

3133
## The Poseidon Minotaur Archive (PMA)
3234

35+
<i class="fas fa-arrow-right"></i> [<i class="fab fa-github" aria-hidden="true"></i> GitHub](https://github.com/poseidon-framework/minotaur-archive) | [<i class="fas fa-globe-europe" aria-hidden="true"></i> Explorer](https://server.poseidon-adna.org/explorer/minotaur-archive)
36+
3337
The Poseidon Minotaur Archive mirrors the PCA in that it features publication-wise packages, sometimes even the very same as the PCA. To distinguish them clearly, package titles and sample-wise Poseidon_IDs in the PMA carry the suffix `_MNT` (for "MiNoTaur").
3438

3539
**Packages in the PMA include consistently reprocessed genotype data**, run through the [Minotaur workflow](minotaur). Consitent bioinformatic processing across publications is an important quality for meta-analysis. So while the context information in the .janno file between PCA and PMA overlaps, the PMA packages are adjusted for data reuse beyond paper-wise reproducibility.
3640

3741
## The Poseidon AADR Archive (PAA)
3842

43+
<i class="fas fa-arrow-right"></i> [<i class="fab fa-github" aria-hidden="true"></i> GitHub](https://github.com/poseidon-framework/aadr-archive) | [<i class="fas fa-globe-europe" aria-hidden="true"></i> Explorer](https://server.poseidon-adna.org/explorer/aadr-archive)
44+
3945
The Poseidon AADR Archive is the conceptionally most simple archive. It features **"poseidonized" versions of releases of the [Allen Ancient DNA Resource (AADR)](https://reich.hms.harvard.edu/allen-ancient-dna-resource-aadr-downloadable-genotypes-present-day-and-ancient-dna-data)**. The code and decisions for the cleaning and packaging process are documented [here](https://github.com/poseidon-framework/aadr2poseidon). Due to file size limitations of GitHub's LFS system each AADR dataset is split into smaller sub-packages by data type and geographic origin.

0 commit comments

Comments
 (0)