Crate drprg

Source

Modules§

filter
interval

Macros§

unwrap_or_continue
A macro that will unwrap and return the value of a Result if Ok or cause a loop to continue if the Result is an Err

Structs§

Bcftools
MakePrg
MultipleSeqAligner
Pandora

Enums§

DependencyError
A collection of custom errors relating to the working with files for this package.

Traits§

GffExt
PathExt
VcfExt

Functions§

deduplicate_fasta
dependency_dir
find_prg_index_in
has_single_component
CHecks whether a string contains a path separator - https://stackoverflow.com/a/69079442/5299417
index_fasta
https://github.com/samtools/htslib/blob/3c6f83f11e6e99cdcbed3541ae7d8d5f7786578d/htslib/faidx.h#L101
index_vcf
is_executable
Checks whether the program is executable. If it is, it returns the full path to the executable file
revcomp
Reverse complement a DNA sequence