Module dentist.commands.output
This is the output
command of DENTIST.
Command Summary
Generate the output assembly by closing gaps .
Functions
Name | Description |
---|---|
execute(options)
|
Execute the output command with options .
|
fixCropping(scaffold)
|
Remove contig cropping where no new sequence is to be inserted and adjust cropping where cropped regions overlap. |
insertionToSimpleJson(insertion)
|
Converts the pileup into a simple JSON object for diagnostic purposes. |
transferCroppingFromIncidentJoins(contigJoin, incidentEdgesCache)
|
Classes
Name | Description |
---|---|
AssemblyWriter
|
Enums
Name | Description |
---|---|
AGPComponentType
|
|
AGPLinkageEvidence
|
Aliases
Name | Type | Description |
---|---|---|
Options
|
OptionsFor!(16)
|
Options for the output command.
|