-
Notifications
You must be signed in to change notification settings - Fork 4
Scripts
A list of tools provided by Hagfish
All Hagfish scripts will give you an overview of command line
parameters if you run the script with -h
or --help
.
Hagfish consists of the following scripts:
-
Perform the inital data extraction for hagfish from the input BAM files. Hagfish extract reads the BAM files, estimates the insert size (check this!), and writes per-bam per-sequence coverage plots.
-
Combines the per-bam-per-sequence coverage plots into one coverage plot per sequence subsequent use by Hagfish.
-
Generate a (flat) gff file indicating what regions of a sequence are 'good', 'uncertain' or 'bad'.
-
Generate a simple report and a cumulative coverage plot - indicating the overall coverage of the reference genome.
-
Create stacked pseudo-coverage plots per sequence
-
generate a 'blockplot' - badly named - generates a pseudo-color plot of the hagfish error score showing the quality of the alingment in that specific position
There are a few more scripts - considered experimental. Use at your own risk (well, to be precise - use everything at your own risk)