DiamondCommand

Enum of DIAMOND commands.

DIAMOND Docs:

Commands are issued as the first parameter on the command line and set the task to be run by the program.

Since

v1.0.0

Entries

Link copied to clipboard

Create a DIAMOND formatted reference database from a FASTA input file.

Link copied to clipboard

Prepare BLAST database for use with Diamond. This call requires the path to the BLAST database (option -d) and will write a number of small auxiliary files into the database directory.

Link copied to clipboard

Align protein query sequences against a protein reference database.

Link copied to clipboard

Align translated DNA query sequences against a protein reference database.

Link copied to clipboard

Generate formatted output from DAA files.

Link copied to clipboard

Print information about a database file.

Link copied to clipboard

Print version information.

Link copied to clipboard

Print help message.

Link copied to clipboard

Run a series of test cases and verify the output against reference hashes.

Link copied to clipboard

Cluster protein sequences

Link copied to clipboard

Cluster protein sequences in linear time

Link copied to clipboard

Realign clustered sequences against their centroids

Link copied to clipboard

Recompute clustering to fix errors

Link copied to clipboard

Reassign clustered sequences to the closest centroid

Link copied to clipboard

Merge DAA files

Link copied to clipboard

Retrieve sequences from a DIAMOND database file

Link copied to clipboard

Make database index

Link copied to clipboard

Compute greedy vertex cover

Link copied to clipboard

???

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Align DNA query sequences against a DNA reference database.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.