Skip to content

Add warning nodes not exist #73

@CarolineOhrman

Description

@CarolineOhrman

When updating a database with command below there will be no WARNING or error if the nodenames in genome_id_map does not match the tree_parent_child_relations file. No warnings when creating the kraken database either. I think these genomes and nodes will be skipped?! Cannot find these genomes when i dump the database (flextaxd -db mydatabse.fdb -o flextaxd_out --dump_genome_annotations --dump_genomes)

flextaxd --db mydatabase.fdb \
  --mod_file tree_parent_child_relations.tsv \
  --genomeid2taxid genome_id_map.tsv \
  --parent "${genus}" \
  --replace; \

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions