|
99a397b842
|
obi uniq: various improvements and fixes #66
|
2019-08-27 20:27:36 +02:00 |
|
|
580db2f710
|
minor comment
|
2019-08-27 20:25:54 +02:00 |
|
|
3d1b2e8ed9
|
Better handling of column lines with all values at NA
|
2019-08-27 20:20:26 +02:00 |
|
|
66441e0aef
|
Fixed a bug when sending a DMS path to a C function from Cython
|
2019-08-18 19:43:51 +02:00 |
|
|
d99702f56f
|
ngsfilter and alignpairedend: paired-end reads are now correctly
reversed and labeled to be aligned correctly by alignpairedend
|
2019-07-23 18:56:51 +02:00 |
|
|
ac47bdce5d
|
history: fixed DMS history when multiple inputs
|
2019-03-31 15:44:20 +02:00 |
|
|
3445579251
|
remove all the no more needed .cfiles
|
2019-03-29 16:56:58 +01:00 |
|
|
5007b02cbc
|
cleaning stage 2
|
2019-03-29 16:46:17 +01:00 |
|
|
cdd5975e8b
|
Cleaning first stage
|
2019-03-29 16:40:36 +01:00 |
|
|
ee9947217c
|
alignpairedend: fixed the worst memory leak and the handling of the case
where 0 common kmers are found
|
2019-03-29 11:16:25 +01:00 |
|
|
d8a7bd42bd
|
Cython API, taxonomy: fixed parental tree iterator (skipped second to
last taxon, in OBI1 too)
|
2019-03-26 14:08:54 +01:00 |
|
|
3abe1b7ace
|
obi_errno_to_exception function now properly reads obi_errno global
variable directly
|
2019-03-20 11:43:12 +01:00 |
|
|
bb045c3ae9
|
added TAXID_COLUMN to C API declarations for Cython
|
2019-03-15 11:40:06 +01:00 |
|
|
49d5f6fb1e
|
removed deprecated comment
|
2019-03-13 11:17:04 +01:00 |
|
|
b45c2ee653
|
Cython API: cleaner column rewriting API
|
2019-03-13 11:13:55 +01:00 |
|
|
6afd1294a7
|
Cython API: Views: fixed a bug when rewriting a column with different
attributes (last line is not written anymore)
|
2019-03-12 16:40:30 +01:00 |
|
|
2a1ab9db29
|
Cython API, Views: guessing an obitype from a python value is now done
through the corresponding functions in utils
|
2019-03-07 13:57:37 +01:00 |
|
|
29c56572cf
|
Add cfiles everywhere ;-)
|
2019-02-19 15:04:30 +01:00 |
|
|
de3d12af17
|
Renamed CAPI file
|
2019-02-19 14:50:30 +01:00 |
|
|
e026e9ec83
|
Fixed the new alignpaired end to work after ngsfilter with the 9879847
possible cases
|
2019-02-17 18:32:35 +01:00 |
|
|
04a3682307
|
Cython API: added API to use apat (pattern search) C library
|
2019-02-06 18:12:49 +01:00 |
|
|
8f18907566
|
Cython API: changed revcomp attribute of Nuc_Seq class to is_revcomp to
be more explicit
|
2019-02-06 18:09:11 +01:00 |
|
|
c7f5b8d980
|
Alignpairedend: added alignment using shifting with best kmer similarity
(low level layer in C and Cython API)
|
2019-01-21 17:30:46 +01:00 |
|
|
c437931a35
|
Cython: fixed history dot graph for all views, and fixed history
recording for build_ref_db and ecotag
|
2018-12-10 17:09:00 +01:00 |
|
|
eb586b2f53
|
New command and C functions: obi ecotag
|
2018-12-09 19:19:32 +01:00 |
|
|
6acb21712a
|
Missing commit for build_ref_db: C API file for cython
|
2018-12-09 19:11:59 +01:00 |
|
|
6f27734d71
|
Cython: fxed a bug in INT tuple columns where values were converted to
double instead of int
|
2018-11-27 16:14:56 +01:00 |
|
|
ece942e771
|
new command: build_ref_db to build a reference database with metadata
for the taxonomic assignment of sequences
|
2018-11-27 16:11:18 +01:00 |
|
|
b0da36cb48
|
New command: obi align, except it's called obi pouic for now because of
a Cython compilation bug
|
2018-11-07 16:05:48 +01:00 |
|
|
d09aa43133
|
Cython API: added a function to get the full path to the DMS directory
|
2018-10-31 14:46:25 +01:00 |
|
|
320561a582
|
Views: Added argument to not automatically create default columns in
typed views, a function to delete a view and fixed view history bug
|
2018-10-31 14:38:05 +01:00 |
|
|
d53323e7f4
|
Fixed comments bug with obi head and obi tail
|
2018-10-21 17:39:17 +02:00 |
|
|
e18b762d81
|
Weird buggy Eclipse commit with nothing changed
|
2018-10-21 17:35:18 +02:00 |
|
|
0a0f0682a9
|
Better handling of errors and exceptions when new view name already
exists
|
2018-10-17 19:47:40 +02:00 |
|
|
4802e32f72
|
Cython: Sequence objects: repr() method now returns a Fasta or Fastq
formatted string
|
2018-10-17 16:53:42 +02:00 |
|
|
da76f911db
|
Cython: Views: improved repr() method
|
2018-10-17 15:54:03 +02:00 |
|
|
6a8670d24a
|
Cython: minor fixes
|
2018-10-17 11:26:13 +02:00 |
|
|
11032ec90b
|
Cython: Sequence objects: Quality strings are now returned as bytes
instead of str
|
2018-10-17 11:24:44 +02:00 |
|
|
8a9ba8b0a8
|
Cython: Added Column line methods to get a Column line as a str or
bytes, and elements (keys, values) with None values are not returned
anymore
|
2018-10-17 11:23:07 +02:00 |
|
|
35cf2962cc
|
Cython: DMS: JSON formatted comments and history handling
|
2018-10-07 19:06:59 +02:00 |
|
|
74be3c39f0
|
Cython: Views: JSON formatted comments and history handling
|
2018-10-07 19:06:23 +02:00 |
|
|
c6ee0bade9
|
Cython: Columns: goes with handling of JSON formatted comments
|
2018-10-07 19:04:50 +02:00 |
|
|
704d9b0474
|
Cython: Columns: added support for JSON formatted comments
|
2018-10-07 18:59:43 +02:00 |
|
|
3847850a9d
|
Taxonomy Cython API: added is_ancestor() function
|
2018-08-14 17:09:40 +02:00 |
|
|
080a97cccf
|
Cython API: more explicit "Can't guess type" exception
|
2018-08-08 19:50:26 +02:00 |
|
|
9c9aec2556
|
Cython API: the associated sequence column for a quality column can now
be specified at the Python level
|
2018-08-08 19:49:56 +02:00 |
|
|
2ba6d16147
|
New command: obi ecopcr
|
2018-07-28 17:13:45 +02:00 |
|
|
b98880b7fa
|
Various non-important fixes and comments
|
2018-07-28 17:07:17 +02:00 |
|
|
7f6d1597fc
|
Taxonomy: added functions to check if a taxonomy already exists in a
DMS, and added taxdump import from a compressed file
|
2018-07-28 16:48:11 +02:00 |
|
|
6911bf4d70
|
obi clean: first version
|
2018-05-18 14:26:54 +02:00 |
|