File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 44Command line interface
55======================
66
7+ .. warning ::
8+
9+ The command line interface only supports the deprecated SampleData format
10+ used in tsinfer<0.4.0.
11+
712The command line interface in ``tsinfer `` is intended to provide a convenient
813interface to the high-level :ref: `API functionality <sec_api >`. There are two
914equivalent ways to invoke this program:
@@ -25,7 +30,7 @@ form is useful when multiple versions of Python are installed or if the
2530The :command: `tsinfer ` program has five subcommands: :command: `list ` prints a
2631summary of the data held in one of tsinfer's :ref: `file formats <sec_file_formats >`;
2732:command: `infer ` runs the complete :ref: `inference process <sec_inference >` for a given
28- input VCF Zarr dataset ; and
33+ input SampleData file ; and
2934:command: `generate-ancestors `, :command: `match-ancestors ` and
3035:command: `match-samples ` run the three parts of this inference
3136process as separate steps. Running the inference as separate steps like this
You can’t perform that action at this time.
0 commit comments