ViennaRNAParser-1.3.2: Libary for parsing ViennaRNA package output

Safe HaskellSafe
LanguageHaskell98

Bio.RNAupParser

Description

Parse RNAup interaction_first output For more information on RNAup consult: http://www.tbi.univie.ac.at/RNA/RNAup.html

Synopsis

Documentation

parseRNAup :: [Char] -> Either ParseError [RNAupInteraction] Source #

parse RNAupOutput from input string

readRNAup :: String -> IO (Either ParseError [RNAupInteraction]) Source #

parse from input filePath