#include <genome_state.hpp>
◆ ~ReplaceSnarlHaplotypeCommand()
virtual vg::ReplaceSnarlHaplotypeCommand::~ReplaceSnarlHaplotypeCommand |
( |
| ) |
|
|
virtualdefault |
◆ execute()
Execute this command on the given state and return the reverse command. Generally ends up calling a command-type-specific method on the GenomeState that does the actual work.
Implements vg::GenomeStateCommand.
◆ haplotype
vector<handle_t> vg::ReplaceSnarlHaplotypeCommand::haplotype |
What fully specified haplotype should we replace it with? This gets around any problems to do with increases or decreases in the copy numbers of child snarls being underspecified.
◆ lane
size_t vg::ReplaceSnarlHaplotypeCommand::lane |
Which lane in the snarl are we changing?
◆ snarl
const Snarl* vg::ReplaceSnarlHaplotypeCommand::snarl |
Which snarl are we working on?
The documentation for this struct was generated from the following files: