Package 

Class MummerAnalysisMetricsPlugin

  • All Implemented Interfaces:
    java.lang.Runnable , net.maizegenetics.plugindef.Plugin , net.maizegenetics.plugindef.PluginListener , net.maizegenetics.util.ProgressListener

    @Deprecated() 
    public class MummerAnalysisMetricsPlugin
    extends AbstractPlugin
                        

    This method provides summary statistics on mummer output. The ref and assembly fastas are to provide length values. Assumptions: 1. file has been sorted and filtered to contain just 1 chromosome 2. User indicates which chrom name in "query (usually assembly)" and "target (usually ref)" parameters 3. This file is NOT run on bz region fastas. WIll be a problem with db for ref name vs refchrom name in the fasta file - they won't match Dec 20, 2019: I'm deprecating this plugin as it was written to analyze Mummer output when we were deciding which aligner to use. It would still work, though, so I don't want to remove it. - But don't want it listed as a plugin for the PHG paper.