heatitup-complete-0.5.3.3: Find and annotate ITDs with assembly or read pair joining.

Safe HaskellNone
LanguageHaskell2010

Blast

Synopsis

Documentation

filterBlastBamRows :: Int -> Command -> Maybe Args -> Subject -> Query -> [BamRow] -> Shell [BamRow] Source #

Filter out BamRows that do not successfully align to the reference.

blastBamToFasta :: BamRow -> [Text] Source #

Convert a bam row to fasta for a quick blast check.