-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsegseq.cabal
21 lines (19 loc) · 981 Bytes
/
segseq.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: segseq
version: 1.0.0
description: Useful tool to segment sequences for gene prediction training
license: GPL
license-file: LICENSE
author: Andre Yoshiaki Kashiwabara
maintainer: [email protected]
build-Type: Simple
cabal-version: >= 1.2
library
exposed-modules: SegSeq.FastaDB SegSeq.GTF SegSeq.SegSequence SegSeq.SequenceAnnotation
executable segseq
Main-is: segseq.hs
other-modules: SegSeq.FastaDB SegSeq.GTF SegSeq.SegSequence SegSeq.SequenceAnnotation
Build-Depends: base >= 4, parsec, directory >= 1.2, deepseq, process, bytestring, split, unix, filepath, HDBC-sqlite3, HDBC
executable segseq-reindex
Main-is: segseq-reindex.hs
other-modules: SegSeq.FastaDB SegSeq.GTF SegSeq.SegSequence SegSeq.SequenceAnnotation
Build-Depends: base >= 4, parsec, directory >= 1.2, deepseq, process, bytestring, split, unix, filepath, HDBC-sqlite3, HDBC