示例#1
0
                    width=size,
                    height=size,
                    margin=go.Margin(l=250, r=100, b=200, t=50, pad=4))
    plot(p,
         filename=OutputFolder + "/PercentIdentity_Heatmaps/" + analysisName +
         ".html",
         auto_open=False,
         config={
             'showLink': False,
             'displayModeBar': False
         })

# Phylogetetic Trees
for name, value in Trees.items():
    Graphs.CreatePhyloGeneticTree(
        value["NewickFile"],
        OutputFolder + "/PhyloGeneticTrees/" + name + "_tree.png",
        Tree_Image_Size)

## Report Items ##

# Orf Bar Plots
''' orfData = []
    layout = None
    #orfAnnotations = {}
    rangeD = {}
    prevousRange = 0
    seqs = []
    vis = True
    for sequence in Sequences.keys():
        if not Sequences[sequence]["Vaccine"]:
            data, layout, annotations = Graphs.StackedSequenceGraph(PercentIdentityData, sequence, AnalysisNames, Sequences,