Skip to content

Releases: applicativesystem/go-pacbiohifi-visualization

v1.0.0

05 Oct 21:24
Compare
Choose a tag to compare

gauavsablok@gauravsablok ~/Desktop/codecreatede/golang/golang-pacbiohifi-visualization ±main⚡ »
./pacbiohifi-visual -h
This pacbiohifi application provides the binning intervals of the sequence classification from the sequencing reads

Usage:
flag [command]

Available Commands:
bam
completion Generate the autocompletion script for the specified shell
fastq
help Help about any command

Flags:
-h, --help help for flag

Use "flag [command] --help" for more information about a command.
gauavsablok@gauravsablok ~/Desktop/codecreatede/golang/golang-pacbiohifi-visualization ±main⚡ »
./pacbiohifi-visual fastq -h
Analyzes the fastq files

Usage:
flag fastq [flags]

Flags:
-h, --help help for fastq
-i, --inputfile string pacbiohifi reads file (default "inputfile for the fastq reads")
gauavsablok@gauravsablok ~/Desktop/codecreatede/golang/golang-pacbiohifi-visualization ±main⚡ »
./pacbiohifi-visual bam -h
Analyzes the bam files

Usage:
flag bam [flags]

Flags:
-b, --bamfile string pacbiohifi bam file or the folder containing the bam files along with the pbi files (default "inputfile should be bam")
-h, --help help for bam
gauavsablok@gauravsablok ~/Desktop/codecreatede/golang/golang-pacbiohifi-visualization ±main⚡ »
./pacbiohifi-visual fastq -i ./sample-files/samplepacbiohifi.fastq