Modules§
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§
Enums§
- Dependency
Error - A collection of custom errors relating to the working with files for this package.
Traits§
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