You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: trident.md
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,8 @@ On GitHub you will also find [older release versions](https://github.com/poseido
30
30
31
31
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:
32
32
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)
34
35
-[🗎 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)
35
36
-[🗎 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)
36
37
-[🗎 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
46
47
-[🗎 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)
47
48
-[🗎 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)
48
49
49
-
# Guide for trident v1.6.2.1
50
+
# Guide for trident v1.6.7.1
50
51
51
52
## Installation
52
53
@@ -445,8 +446,8 @@ Available options:
445
446
do not have a SNP that is present in another package.
446
447
With this option set, the forged dataset will
447
448
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)
450
451
--onlyGeno Should only the resulting genotype data be returned?
451
452
This means the output will not be a Poseidon package.
452
453
--minimal Should the output Poseidon package be reduced to a
@@ -761,8 +762,8 @@ Available options:
761
762
packages in a -d|--baseDir already have this
762
763
information in their respective POSEIDON.yml files.
763
764
(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.
766
767
-o,--outPackagePath DIR Path for the converted genotype files to be written
767
768
to. If a path is provided, only the converted
768
769
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
945
946
```default
946
947
Usage: trident list ((-d|--baseDir DIR) | --remote [--remoteURL URL]
--fullOutput extend the output to include information contained
973
+
the POSEIDON.yml file
971
974
--groups List all groups, ignoring any group names after the
972
975
first as specified in the .janno-file.
973
976
--individuals List all individuals/samples.
@@ -998,7 +1001,7 @@ To list packages from your local repositories, as seen above you can run
998
1001
trident list -d ... -d ... --packages
999
1002
```
1000
1003
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.
1002
1005
1003
1006
You can use `--remote` to show packages on the remote server. For example
0 commit comments