Skip to content

Commit a64992d

Browse files
committed
superficial changes to the .ssf documentation
1 parent 83b7eb5 commit a64992d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ssf_details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# .ssf file details
22

3-
Poseidon 2.7.0 added an option to specify sequencing source data. This is a tab-separated table, much like the Janno file, but following [a different schema](https://github.com/poseidon-framework/poseidon-schema/blob/master/ssf_columns.tsv), typically with file ending `*.ssf` for "Sequencing Source File". The primary entities in this table are Sequencing entities (typically corresponding to DNA libraries or even multiple runs/lanes of the same library). The link to the Individuals listed in the Janno-file are made through a foreign-key relationship from the column `poseidon_IDs` in this file to `Poseidon_ID` in the Janno-file. The relationship is many-to-many, so each row in the SSF file can contain multiple Poseidon_IDs, and multiple rows can link to the same Poseidon_ID.
3+
Poseidon v2.7.0 added an option to specify sequencing source data. This is a tab-separated table, much like the `.janno` file, but following [a different schema](https://github.com/poseidon-framework/poseidon-schema/blob/master/ssf_columns.tsv), typically with file ending `.ssf` for "Sequencing Source File". The primary entities in this table are sequencing entities (typically corresponding to DNA libraries or even multiple runs/lanes of the same library). The link to the samples listed in the `.janno` file are made through a foreign-key relationship from the column `poseidon_IDs` in this file to `Poseidon_ID` in the Janno-file. The relationship is many-to-many, so each row in the SSF file can contain multiple Poseidon_IDs, and multiple rows can link to the same Poseidon_ID.
44

55
Here is an example for such a file:
66

0 commit comments

Comments
 (0)