|
313508cc94
|
Better *Seq* classes but still need work
|
2017-07-05 17:53:46 +02:00 |
|
|
535fc2af83
|
Column rewriter and optimized View getter
|
2017-07-05 17:49:05 +02:00 |
|
|
3bbc2ae469
|
More optimized Column item getter
|
2017-07-05 17:37:19 +02:00 |
|
|
5ee0b3989a
|
Cython API: set_line of Column_multi_elts now accept as values argument
any class where values are referenced by keys with an iterator
|
2017-07-05 17:32:32 +02:00 |
|
|
d10192ab0e
|
C functions to detect IUPAC sequences
|
2017-07-05 17:26:03 +02:00 |
|
|
101f764cce
|
New obi import with rewriting of columns when column type or line
elements (keys) change
|
2017-07-05 17:15:23 +02:00 |
|
|
cb5ad2ed2d
|
Added functions to try to open a DMS if it exists
|
2017-07-05 15:38:22 +02:00 |
|
|
1d2996c6c0
|
Better handling and tracing of Index Errors between C and Cython
|
2017-07-05 14:45:43 +02:00 |
|
|
f6631f3857
|
Removed deprecated declarations
|
2017-07-05 14:42:21 +02:00 |
|
|
3f5fef10b9
|
obi test: minor changes
|
2017-07-05 14:37:27 +02:00 |
|
|
20c72af697
|
Basic obi check command to check DMS and view informations
|
2017-07-05 13:54:19 +02:00 |
|
|
d252131950
|
Basic obi less command
|
2017-07-05 13:44:12 +02:00 |
|
|
ca16ce0bb0
|
Basic obi grep with new Cython API
|
2017-07-05 11:58:10 +02:00 |
|
|
ac94b35336
|
Removed unused import
|
2017-07-05 11:52:31 +02:00 |
|
|
2d65db4ebc
|
Goes with c2af955b : forgotten files for NUC_SEQS views
|
2017-04-21 15:15:12 +02:00 |
|
|
4b037ae236
|
Updated obi test to test NUC_SEQS views and the taxonomy API
|
2017-04-21 12:09:04 +02:00 |
|
|
c2af955b78
|
Cython view API: added NUC_SEQS views and sequence classes + changed
cloning API
|
2017-04-21 12:08:14 +02:00 |
|
|
1725b8b80c
|
Reworked taxonomy Cython API to be a subclass of OBIWrapper
|
2017-04-21 11:54:05 +02:00 |
|
|
ab0d08293e
|
Cython API: removed unnecessary imports
|
2017-04-21 11:51:05 +02:00 |
|
|
b998373be5
|
Cython API: updated the test command for the new API and deactivated the
other commands for now
|
2017-04-14 16:21:33 +02:00 |
|
|
6f780148e2
|
Cython API: added taxonomy API
|
2017-04-14 16:20:30 +02:00 |
|
|
0e08fc486a
|
Cython API: fixed bug when deleting a column from a view where the
Cython wrapper wasn't closed, and fixed the Line selection
materialization
|
2017-04-14 16:19:18 +02:00 |
|
|
2bbee64e57
|
Cython API: fixed problems with Column class
|
2017-04-14 16:14:41 +02:00 |
|
|
693859eec2
|
Cython API: fixed conversion bugs when setting and getting values
(especially NA values) in OBI_CHAR, OBI_STR and OBI_SEQ columns
|
2017-04-14 16:07:23 +02:00 |
|
|
a3fad27190
|
Cython API: automatic importing of column classes now works
|
2017-04-06 15:45:02 +02:00 |
|
|
f351540b0b
|
Merge branch 'Eric_new_Python_API' of git@git.metabarcoding.org:obitools/obitools3.git into Eric_new_Python_API
|
2017-04-06 15:39:52 +02:00 |
|
|
6dccaa0213
|
Patch the registering function : register_all_column_classes
|
2017-04-06 15:37:51 +02:00 |
|
|
5de9e0de51
|
Cython API: now using const char* instead of char* for the type of
values read from OBI_STR columns
|
2017-04-06 15:15:20 +02:00 |
|
|
8cd3e3604f
|
Cython Column API
|
2017-04-06 14:42:11 +02:00 |
|
|
255f3c92ae
|
Cython View API
|
2017-04-06 14:41:58 +02:00 |
|
|
08be4e231d
|
Cython Object API
|
2017-04-06 14:41:43 +02:00 |
|
|
b5b7995411
|
new Cython DMS API
|
2017-04-06 14:41:26 +02:00 |
|
|
0dfb1eb3e6
|
Cython typed columns
|
2017-04-06 14:40:44 +02:00 |
|
|
381194194c
|
Cython API: compiling but not working
|
2017-03-06 16:07:02 +01:00 |
|
|
778acc48cd
|
Added linked lists to handle lists of column pointers in views (not
tested)
|
2017-03-06 16:06:17 +01:00 |
|
|
fc20b83ad1
|
Merging
|
2017-02-20 14:56:04 +01:00 |
|
|
431c1c8c6a
|
Merge branch 'Eric_new_Python_API' of
git@git.metabarcoding.org:obitools/obitools3.git into
Eric_new_Python_API
Conflicts:
python/obitools3/obidms/_obidms.pxd
python/obitools3/obidms/_obidms.pyx
python/obitools3/obidms/_obidmscolumn_bool.pyx
python/obitools3/obidms/_obidmscolumn_str.pyx
python/obitools3/obidms/_obiseq.pxd
python/obitools3/obidms/_obiseq.pyx
python/obitools3/obidms/_obitaxo.pxd
python/obitools3/obidms/_obitaxo.pyx
python/obitools3/obidms/_obiview.pxd
python/obitools3/obidms/_obiview.pyx
python/obitools3/obidms/_obiview_nuc_seq.pxd
python/obitools3/obidms/_obiview_nuc_seq.pyx
python/obitools3/obidms/_obiview_nuc_seq_qual.pxd
python/obitools3/obidms/_obiview_nuc_seq_qual.pyx
python/obitools3/obidms/capi/obialign.pxd
python/obitools3/obidms/capi/obidmscolumn.pxd
python/obitools3/obidms/capi/obitaxonomy.pxd
python/obitools3/obidms/capi/obiview.pxd
|
2017-02-20 14:55:36 +01:00 |
|
|
f23315e26f
|
New Cython API: compile but doesn't work
|
2017-02-17 15:14:06 +01:00 |
|
|
071a3b61ab
|
Merged master fixed conflict.
|
2017-02-14 10:58:43 +01:00 |
|
|
e524041013
|
Views: Files for unfinished views now have the extension
'.obiview_unfinished', renamed to '.obiview' when the view is finished.
|
2017-02-07 17:16:09 +01:00 |
|
|
7e9932f488
|
Fixed a C function declaration
|
2017-02-07 17:12:56 +01:00 |
|
|
e50da64ea1
|
The elements names when a column contains several elements per line are
now formatted with '\0' as separator and handled in a more optimized way
|
2017-01-31 16:48:06 +01:00 |
|
|
c065c1914a
|
Taxonomy: adding, writing and reading preferred names, changed some
function names, and fixed a bug with taxa indices not being properly
initialized
|
2017-01-16 17:28:20 +01:00 |
|
|
cf7f2de016
|
Modify __init__ and close method to deal with registration process
|
2017-01-10 14:26:16 +01:00 |
|
|
4b02ba73ac
|
Add the OBIObject concept
|
2017-01-10 14:07:10 +01:00 |
|
|
4a1d3167a7
|
Last change on my branch
|
2017-01-02 16:46:52 +01:00 |
|
|
2139bfc748
|
refactoring...
|
2017-01-02 13:05:22 +01:00 |
|
|
65f3b16e6d
|
Refactoring ...
|
2016-12-29 18:22:05 +01:00 |
|
|
0526386337
|
first working DMS class
|
2016-12-27 06:17:45 +01:00 |
|
|
62caf1346e
|
temporary remove some files
|
2016-12-26 15:03:24 +01:00 |
|