-- | Moved to GeneOnthology - this is for backwards compatibility. module Bio.Sequence.GOA {-# DEPRECATED "Moved to Bio.Sequence.GeneOntology, use that instead." #-}(module GO,readGO) where import Bio.Sequence.GeneOntology as GO readGO :: FilePath -> IO [GoDef] readGO = GO.readTerms