Skip to content

Commit df63138

Browse files
committed
update of trident documentation for v1.6.7.1
1 parent 6866e88 commit df63138

File tree

4 files changed

+1143
-8
lines changed

4 files changed

+1143
-8
lines changed

pdf_conversion/pdf_conversion_list.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ trident_guide_archive/trident_guide_1.4.0.2_to_1.4.0.3.md trident_guide_archive/
1313
trident_guide_archive/trident_guide_1.4.1.0_to_1.5.0.1.md trident_guide_archive/trident_guide_1.4.1.0_to_1.5.0.1.pdf
1414
trident_guide_archive/trident_guide_1.5.4.0.md trident_guide_archive/trident_guide_1.5.4.0.pdf
1515
trident_guide_archive/trident_guide_1.5.7.0_to_1.5.7.3.md trident_guide_archive/trident_guide_1.5.7.0_to_1.5.7.3.pdf
16+
trident_guide_archive/trident_guide_1.6.2.1.md trident_guide_archive/trident_guide_1.6.2.1.pdf
1617
xerxes_guide_archive/xerxes_guide_0.2.0.0.md xerxes_guide_archive/xerxes_guide_0.2.0.0.pdf
1718
xerxes_guide_archive/xerxes_guide_1.0.0.2.md xerxes_guide_archive/xerxes_guide_1.0.0.2.pdf
1819
janno_details.md janno_details.pdf

trident.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ On GitHub you will also find [older release versions](https://github.com/poseido
3030

3131
With `trident --help` and `trident <subcommand> --help` you can get information about each subcommand and parameter directly on the command line. The guide below explains the subcommands in more detail. It is available in .pdf format for the current and previous versions here:
3232

33-
- [🗎 Guide for trident v1.6.2.1](https://github.com/poseidon-framework/poseidon-framework.github.io/blob/master/trident.pdf) (shown below)
33+
- [🗎 Guide for trident v1.6.7.1](https://github.com/poseidon-framework/poseidon-framework.github.io/blob/master/trident.pdf) (shown below)
34+
- [🗎 Guide for trident v1.6.2.1](https://github.com/poseidon-framework/poseidon-framework.github.io/blob/master/trident_guide_archive/trident_guide_1.6.2.1.pdf)
3435
- [🗎 Guide for trident v1.5.7.0 to v1.5.7.3](https://github.com/poseidon-framework/poseidon-framework.github.io/blob/master/trident_guide_archive/trident_guide_1.5.7.0_to_1.5.7.3.pdf)
3536
- [🗎 Guide for trident v1.5.4.0](https://github.com/poseidon-framework/poseidon-framework.github.io/blob/master/trident_guide_archive/trident_guide_1.5.4.0.pdf)
3637
- [🗎 Guide for trident v1.4.1.0 to v1.5.0.1](https://github.com/poseidon-framework/poseidon-framework.github.io/blob/master/trident_guide_archive/trident_guide_1.4.1.0_to_1.5.0.1.pdf)
@@ -46,7 +47,7 @@ With `trident --help` and `trident <subcommand> --help` you can get information
4647
- [🗎 Guide for trident v0.29.0](https://github.com/poseidon-framework/poseidon-framework.github.io/blob/master/trident_guide_archive/trident_guide_0.29.0.pdf)
4748
- [🗎 Guide for trident v0.28.0](https://github.com/poseidon-framework/poseidon-framework.github.io/blob/master/trident_guide_archive/trident_guide_0.28.0.pdf)
4849

49-
# Guide for trident v1.6.2.1
50+
# Guide for trident v1.6.7.1
5051

5152
## Installation
5253

@@ -445,8 +446,8 @@ Available options:
445446
do not have a SNP that is present in another package.
446447
With this option set, the forged dataset will
447448
typically have fewer SNPs, but less missingness.
448-
--outFormat FORMAT The format of the output genotype data: EIGENSTRAT or
449-
PLINK. (default: "PLINK")
449+
--outFormat FORMAT The format of the output genotype data: EIGENSTRAT,
450+
PLINK or VCF. (default: PLINK)
450451
--onlyGeno Should only the resulting genotype data be returned?
451452
This means the output will not be a Poseidon package.
452453
--minimal Should the output Poseidon package be reduced to a
@@ -761,8 +762,8 @@ Available options:
761762
packages in a -d|--baseDir already have this
762763
information in their respective POSEIDON.yml files.
763764
(default: Other)
764-
--outFormat FORMAT the format of the output genotype data: EIGENSTRAT or
765-
PLINK.
765+
--outFormat FORMAT the format of the output genotype data: EIGENSTRAT,
766+
PLINK or VCF.
766767
-o,--outPackagePath DIR Path for the converted genotype files to be written
767768
to. If a path is provided, only the converted
768769
genotype files are written out, with no change of the
@@ -945,7 +946,7 @@ As `rectify` reads and rewrites POSEIDON.yml files, it may change their inner or
945946
```default
946947
Usage: trident list ((-d|--baseDir DIR) | --remote [--remoteURL URL]
947948
[--archive STRING])
948-
(--packages | --groups | --individuals
949+
(--packages [--fullOutput] | --groups | --individuals
949950
[--fullJanno | [-j|--jannoColumn COLNAME]] |
950951
--bibliography [--fullBib | [-b|--bibField BIB-FIELD]])
951952
[--raw] [--onlyLatest]
@@ -968,6 +969,8 @@ Available options:
968969
a list of archives currently available from the
969970
official Poseidon Web API. (default: Nothing)
970971
--packages List all packages.
972+
--fullOutput extend the output to include information contained
973+
the POSEIDON.yml file
971974
--groups List all groups, ignoring any group names after the
972975
first as specified in the .janno-file.
973976
--individuals List all individuals/samples.
@@ -998,7 +1001,7 @@ To list packages from your local repositories, as seen above you can run
9981001
trident list -d ... -d ... --packages
9991002
```
10001003

1001-
This will yield a nicely formatted table of all packages, their version and the number of individuals in them.
1004+
This will yield a nicely formatted table of all packages, their version and the number of individuals in them. With `--fullOutput` the table includes additional fields from the packages' POSEIDON.yml files.
10021005

10031006
You can use `--remote` to show packages on the remote server. For example
10041007

0 commit comments

Comments
 (0)