Documentation ¶
Index ¶
- Constants
- func AX3ParentStrain() *pb.ExistingStrain
- func AX3Summary() string
- func AX4ParentStrain() *pb.ExistingStrain
- func AX4Summary() string
- func GetAnnotationAPIClient() annotation.TaggedAnnotationServiceClient
- func GetContentAPIClient() content.ContentServiceClient
- func GetOrderAPIClient() order.OrderServiceClient
- func GetStockAPIClient() stock.StockServiceClient
- func SetAnnotationAPIClient(ac annotation.TaggedAnnotationServiceClient)
- func SetContentAPIClient(cnt content.ContentServiceClient)
- func SetOrderAPIClient(oc order.OrderServiceClient)
- func SetStockAPIClient(sc stock.StockServiceClient)
Constants ¶
View Source
const ( InvReader = "inv-input" StrainInvOnto = "strain_inventory" StrainPropOnto = "dicty_strain_property" PlasmidInvOntO = "plasmid_inventory" ExistValue = "value" InvExistValue = "value" InvLocationTag = "location" InvPubCommentTag = "public comment" InvPrivCommentTag = "private comment" InvStoredAsTag = "stored as" InvVialCountTag = "number of vials" InvVialColorTag = "color" InvStorageDateTag = "storage date" InvObtainedAsTag = "clear" PlasmidInvTag = "plasmid inventory" StrainInvTag = "strain_inventory" GWDIStrainTag = "REMI-seq" )
View Source
const ( OrderClientKey = "order-client" StockClientKey = "stock-client" StockClient = "stock" AnnotationClientKey = "annotation-client" AnnotationClient = "annotation" ContentClientKey = "content-client" ContentClient = "content" PlasmidIdMapReader = "plasmid-id-map-input" PlasmidAnnotatorReader = "plasmid-annotator-input" PlasmidPubReader = "plasmid-pub-input" PlasmidGeneReader = "plasmid-gene-input" PlasmidReader = "plasmid-input" OrderReader = "order-input" StrainReader = "strain-input" StrainAnnotatorReader = "strain-annotator-input" StrainPubReader = "strain-pub-input" StrainGeneReader = "strain-gene-input" StraincharReader = "strain-char-input" PhenoReader = "pheno-input" GenoReader = "geno-input" StrainpropReader = "strainprop-input" StrainSynReader = "strainsyn-input" DefaultUser = "dictybase@northwestern.edu" DictyAnnoOntology = "dicty_annotation" DictyMutagenesisOntology = "Dd Mutagenesis Method" DictyGeneticmodOntology = "genetic modification" DictyStraincharOntology = "dicty_strain_characteristics" ReadfileReader = "readfile-input" StockDateLayout = "02-Jan-06" GwdiReader = "gwdi-input" )
View Source
const ( AX3ParentID = "DBS0237700" AX4ParentID = "DBS0351471" ParentSpecies = "Dictyostelium discoideum" )
View Source
const ( PhenoOntology = "Dicty Phenotypes" EnvOntology = "Dicty Environment" AssayOntology = "Dictyostelium Assay" LiteratureTag = "pubmed id" NoteTag = "public note" EmptyValue = "novalue" )
Variables ¶
This section is empty.
Functions ¶
func AX3ParentStrain ¶
func AX3ParentStrain() *pb.ExistingStrain
func AX3Summary ¶
func AX3Summary() string
func AX4ParentStrain ¶
func AX4ParentStrain() *pb.ExistingStrain
func AX4Summary ¶
func AX4Summary() string
func GetAnnotationAPIClient ¶
func GetAnnotationAPIClient() annotation.TaggedAnnotationServiceClient
func GetContentAPIClient ¶
func GetContentAPIClient() content.ContentServiceClient
func GetOrderAPIClient ¶
func GetOrderAPIClient() order.OrderServiceClient
func GetStockAPIClient ¶
func GetStockAPIClient() stock.StockServiceClient
func SetAnnotationAPIClient ¶
func SetAnnotationAPIClient(ac annotation.TaggedAnnotationServiceClient)
func SetContentAPIClient ¶
func SetContentAPIClient(cnt content.ContentServiceClient)
func SetOrderAPIClient ¶
func SetOrderAPIClient(oc order.OrderServiceClient)
func SetStockAPIClient ¶
func SetStockAPIClient(sc stock.StockServiceClient)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.