result

package
v0.0.0-...-0778f37 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

contains the definition of an Result

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	// name of the assembly performed to obtain the contigs
	AssemblyName string
	// slice of assembly contigs
	Sequences []seq.Sequence
}

Result represents the result that the parser function returns and is used by reporting component of genoassist

func New

func New(assemblyName string, sequences []seq.Sequence) *Result

New creates a new result struct and returns it

Jump to

Keyboard shortcuts

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