Skip to content

v1.0.0.0

Latest
Compare
Choose a tag to compare
@codecreatede codecreatede released this 24 Sep 12:23
· 4 commits to main since this release
8682d41
[gauravsablok@ultramarine]~/Desktop/codecreatede/golang/go-pacbiohifi% \
./go-pacbiohifi -h
This is a pacbiohifi streamline reader, which will tell you about how your sequencing pacbiohifi looks. You can give the reads from the fastq or you can give the pacbio bam file from the sequencing

Usage:
  flags [flags]

Flags:
  -h, --help               help for flags
  -i, --inputfile string   inputfile path to be given (default "path to the inputfile")
  -k, --kmer int           kmer to be used for the analysis (default 4)
  -d, --kmerremove float   kmer with this compositon to be removed (default 0.3)
  -o, --ouputfile string   outputfile to be given (default "path to the outputfile")
[gauravsablok@ultramarine]~/Desktop/codecreatede/golang/go-pacbiohifi% \
go run main.go -i ./sample-files/samplepacbiohifi.fastq -k 5 -d 0.5