-
Notifications
You must be signed in to change notification settings - Fork 6
csubst dataset
Kenji Fukushima edited this page Jun 3, 2026
·
1 revision
csubst dataset copies bundled example datasets into the current working
directory. Use it to check an installation, reproduce wiki examples, or create
a small input set before trying a new workflow.
csubst dataset --name PGKAvailable datasets:
-
PGK: a compact test dataset used in many basic examples -
PEPC: a larger example with foreground formats useful for advanced tests
The command writes dataset files into the current directory. FASTA files are written as gzip-compressed files, for example:
alignment.fa.gzuntrimmed_cds.fa.gztree.nwkforeground.txt
Some datasets also include additional foreground tables such as
foreground.tsv.
Bundled IQ-TREE intermediate files are copied under csubst_iqtree/ by
default. Use --iqtree_outdir PATH to place them elsewhere.
Run input validation:
csubst doctor \
--alignment_file alignment.fa.gz \
--rooted_tree_file tree.nwk \
--foreground foreground.txtThen run the main search:
csubst search \
--alignment_file alignment.fa.gz \
--rooted_tree_file tree.nwk \
--foreground foreground.txt