RNAlien-1.0.0: RNAlien.cabal
-- Initial RNAlien.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: RNAlien
version: 1.0.0
synopsis: Unsupervized construction of RNA family models
description: RNAlien is a tool for automatic construction of RNAfamily models from a single sequence.
.
It is available as a commandline tool, for testing or construction of few sequences the webservice can be used.
.
The source code of RNAlien, as well as the webserver is open source and available via GitHub (License GPL-3):
.
* <https://github.com/eggzilla/RNAlien RNAlien>
.
* <https://github.com/eggzilla/AlienServer AlienServer>
.
TaxonomyTools which can be used to visualise the organisms included in a RNAlien result can be found here (License GPL-3):
.
* <https://github.com/eggzilla/TaxonomyTools TaxonomyTools-Github>
.
* <https://hackage.haskell.org/package/Taxonomy TaxonomyTools-Hackage>
.
For instruction how to use RNAlien please see the <http://rna.tbi.univie.ac.at/rnalien/help Help page>.
.
Dependencies:
.
* <http://infernal.janelia.org/ Infernal>
.
* <http://www.clustal.org/omega/#Download clustal-omega>
.
* <http://www.bioinf.uni-freiburg.de/Software/LocARNA/#download Locarna>
.
* <https://www.tbi.univie.ac.at/~wash/RNAz/ RNAz>
.
* <http://www.tbi.univie.ac.at/RNA/index.html#download ViennaRNA package>
.
Installation via cabal-install:
.
> cabal install RNAlien
license: GPL-3
license-file: LICENSE
author: Florian Eggenhofer
maintainer: egg@tbi.univie.ac.at
-- copyright:
category: Bioinformatics
build-type: Simple
cabal-version: >=1.8
executable RNAlien
Hs-Source-Dirs: ./src/Bio/
main-is: RNAlien.hs
ghc-options: -Wall -O2
build-depends: base >=4.5 && <5, cmdargs, directory, biofasta, random, biocore, containers, RNAlien, time, either-unwrap, filepath
executable RNAlienStatistics
Hs-Source-Dirs: ./src/Bio/
main-is: RNAlienStatistics.hs
ghc-options: -Wall -O2
build-depends: base >=4.5 && <5, cmdargs, cassava, vector, process, bytestring, either-unwrap, RNAlien, directory, biofasta, biocore, split, filepath, ViennaRNAParser
executable SelectSequences
Hs-Source-Dirs: ./src/Bio/
main-is: SelectSequences.hs
ghc-options: -Wall -O2
build-depends: base >=4.5 && <5, cmdargs, either-unwrap, RNAlien
Library
Hs-Source-Dirs: ./src/
ghc-options: -Wall -O2 -fno-warn-unused-do-bind
build-depends: base >=4.5 && <5, cmdargs, ViennaRNAParser>=1.2.6, process, directory, blastxml>=0.3.2, biofasta, parsec, random, BlastHTTP, biocore, bytestring, Taxonomy >= 1.0.1, either-unwrap, containers, ClustalParser>=1.1.0, EntrezHTTP>=1.0.0, split, vector, edit-distance, cassava, matrix, hierarchical-clustering, filepath, HTTP
Exposed-Modules: Bio.RNAlienData
Bio.RNAlienLibrary