modulepackage
0.0.0-20200813204019-76ad2ac1e134
Repository: https://github.com/brettwhitty/gobcly.git
Documentation: pkg.go.dev
# README
GoBCLy
POC code for specific streaming demultiplexing applications; contact author for more details.
(Development version of a HIKEEBA tool...)
Requires Go 1.12+, Hyperscan 5.3+ plus dependencies, if statisfied:
git clone https://github.com/brettwhitty/GoBCLy
cd GoBCLy && make
./gobcly.<arch> ## displays help
Brett Whitty [email protected], all rights reserved.
# Structs
DemuxReaders also probably aren't needed.
DemuxRecord probably isn't necessary.
DemuxScratch hyperscan scratch space.
FASTQRecord contains the data from a fasta fastq record.
InputSet = Set of required files for validation purposes.
# Type aliases
GzipWriters for storing pointers to io.Writers.