-
Notifications
You must be signed in to change notification settings - Fork 28
/
ChangeLog
96 lines (61 loc) · 2.85 KB
/
ChangeLog
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
2015-04-12 Camille Scott <[email protected]>
* Make use of LAST's parallel-fasta script to
efficiently parallelize both lastal and hmmscan.
* Update installation docs.
2015-03-25 Camille Scott <[email protected]>
* Add handling for non-RNA bases in transcriptome stats task (#49)
* Fix broken verbosity argument
* Fix typo breaking blast remap (#51)
* Add better tests for --user-databases (#51)
2015-03-03 Camille Scott <[email protected]>
* Unify internal coordinates as 0-based half-open.
* First iteration of refactored parsers, MafParser.
* Switch to using ali_coord for HMMER.
* Fix the TaskError associated with HMMER remapping
once and for all.
2015-02-25 Camille Scott <[email protected]>
* Add missing acceptance test data.
* Remove test transeq task, which isn't tested for.
2015-02-17 Camille Scott <[email protected]>
* Refactor DependencyHandler to allow adding additional dependencies.
* Add a version check for LAST.
2016-02-01 Camille Scott <[email protected]>
* Temporarily fix a coordinate translation error.
2015-12-15 Camille Scott <[email protected]>
* Remap hmmscan coordinates with respect to the
original transcripts.
* Update test data.
* Increment version 0.2.3.
2015-12-10 Camille Scott <[email protected]>
* Fix error with output directory creation.
2015-12-10 Camille Scott <[email protected]>
* Make BUSCO output dir database-specific.
* Add new _init_filenames() method to AnnotateHandler to
better organize class and allow multiple constructors in
the future.
2015-12-10 Camille Scott <[email protected]>
* Update requirements to include numexpr.
* Change the names file to the form
<transcriptome>.dammit.names.csv, to keep in line
with the naming convention.
2015-12-09 Camille Scott <[email protected]>
* Add a --evalue flag to filter hits.
2015-12-09 Camille Scott <[email protected]>
* Add a --name flag for transcript renaming.
2015-12-04 Camille Scott <[email protected]>
* Add FASTA annotation output.
2015-12-02 Camille Scott <[email protected]>
* Add separate pip, Ubuntu, and Anaconda install instructions
to documentation.
* Fix remaining issues with the README and documenation install
instructions and test on EC2.
2015-12-02 Camille Scott <[email protected]>
* Additional fixes to installation documentation.
* Removed unused taxonomy module.
2015-12-02 Camille Scott <[email protected]>
* Fix requirements and installation documentation.
2015-11-25 Camille Scott <[email protected]>
* Fix bug when running from different directory.
* Fix syntax error in GFF3 merge task.
2015-11-20 Camille Scott <[email protected]>
* Add option to use DAMMIT_DB_DIR environment variable.