CLICommands

lineage

snug lineage <COMMAND>

Breeding and trait inheritance.

Subcommands

CommandWhat it does
traitsTrait definition management
speciesSpecies definition management
genome-registerRegister a founder genome for an entity
previewPreview the probability distribution of a prospective breeding
breedBreed parents to produce offspring
pedigreeShow the ancestry tree of an entity
genomeShow the genome of an entity
provenanceShow provenance and seedling anchor verification of an entity
recordsList breeding records

Run snug lineage <command> --help for that command's own options. The global options apply everywhere.

Examples

snug lineage traits create --file ./coat_color.json
snug lineage traits list
snug lineage traits get --trait-id trait_coat_color
snug lineage traits update --trait-id trait_coat_color --file ./coat_color.json
snug lineage traits delete --trait-id trait_coat_color
snug lineage species create --file ./ember_fox.json
snug lineage species list
snug lineage species get --species-id species_ember_fox
snug lineage species update --species-id species_ember_fox --file ./ember_fox.json
snug lineage species delete --species-id species_ember_fox
snug lineage genome-register --file ./founder.json
snug lineage preview --species species_ember_fox --parents ent_fox_a81,ent_fox_c22
snug lineage preview --species species_ember_fox --parents ent_fox_a81,ent_fox_c22 --exact
snug lineage breed --species species_ember_fox --parents ent_fox_a81,ent_fox_c22
snug lineage breed --species species_ember_fox --parents ent_fox_a81,ent_fox_c22 --seed 0x9f31aa07
snug lineage pedigree --entity-id ent_fox_f4d --depth 4
snug lineage genome --entity-id ent_fox_f4d
snug lineage genome --entity-id ent_fox_f4d --full
snug lineage provenance --entity-id ent_fox_f4d
snug lineage records --species species_ember_fox --parent ent_fox_a81

Next

On this page