project

package
v0.0.0-...-639af57 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 7, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Distance

type Distance struct {
	Method string `yaml: "method"`
	Output string `yaml: "output"`
}

type Input

type Input struct {
	Format  string `yaml: "format"`
	Aligned bool   `yaml: "aligned"`
	File    string `yaml: "file"`
}

type Project

type Project struct {
	Name      string       `yaml: "name"`
	Inputs    []Input      `yaml: "inputs"`
	Distances []Distance   `yaml: "distances"`
	Trees     []tree.Input `yaml: "trees"`
	Directory string
	Filepath  string
	Pools     []seq.DNAPool
	DistMats  []dist.DistMat
}

func ParseProject

func ParseProject(file string) (Project, error)

func (*Project) RunDist

func (project *Project) RunDist()

func (*Project) RunInput

func (project *Project) RunInput()

func (*Project) RunProject

func (project *Project) RunProject()

func (*Project) RunTree

func (project *Project) RunTree()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL