-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmeta.yaml
68 lines (68 loc) · 1.46 KB
/
meta.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
package:
name: tectool
version: "0.4"
source:
git_url: https://github.com/zavolanlab/TECtool.git
build:
# If the installation is complex, or different between Unix and Windows, use
# separate bld.bat and build.sh files instead of this key. Add the line
skip: True # [py<34]
# "skip: True # [not win]" to limit to Windows.
script: python setup.py install --single-version-externally-managed --record=record.txt
number: 0
channels:
- conda-forge
- bioconda
- fgypas
requirements:
build:
- python 3.6.2
run:
- python
- htseq 0.9.1
- bedtools 2.26.0
- pybedtools 0.7.10
- bzip2
- pyfasta 0.5.2
- scikit-learn 0.19.0
- pandas 0.20.3
- matplotlib 2.0.2
- progress 1.3
test:
imports:
- sys
- HTSeq
- os
- math
- argparse
- itertools
- collections
- pybedtools
- pyfasta
- pandas
- matplotlib
- sklearn
- scipy
- random
- string
- numpy
- copy
- csv
- functools
- progress
- tectool
- tectool.analysis_unit
- tectool.annotation
- tectool.bayes_classifier
- tectool.detailed_alignment
- tectool.exon
- tectool.feature_counts
- tectool.gene
- tectool.machine_learning_unit
- tectool.split_event
- tectool.transcript
about:
home: http://tectool.unibas.ch/
summary: TECtool is a method that uses mRNA and 3' end sequencing data to identify novel terminal exons.
license: MIT
license_file: LICENSE