|
69c50ff922
|
Cython API: added a Column subclass to allow direct access to indexes
for columns that store indexes referring to other data
|
2017-07-27 19:29:10 +02:00 |
|
|
c91969126b
|
Cython C API declarations to go with previous commit
|
2017-07-27 19:26:59 +02:00 |
|
|
15d383fa8b
|
Added possibility to specify the offset for encoding and decoding
sequence quality character strings
|
2017-07-27 19:24:41 +02:00 |
|
|
99ceed5fff
|
Cython API: renamed OBI_Taxonomy to Taxonomy and OBI_Taxon to Taxon
|
2017-07-27 19:21:45 +02:00 |
|
|
df2ad41150
|
Cython APi: Added a width property to views, corresponding to their
column count
|
2017-07-11 11:46:32 +02:00 |
|
|
f8895e879d
|
Cython API: Added a function to get a column from its index in the view
|
2017-07-11 11:36:42 +02:00 |
|
|
b94ec9557f
|
Cython API: None values aren't inclued anymore in the dictionary
returned when getting a line from a column with multiple elements per
line, and reworked that function to be more optimized
|
2017-07-07 17:28:53 +02:00 |
|
|
143bddf1d1
|
Cython API: Added an __iter__ method to the class Column_line (iterating
on the elements names) (previously an iteration would work but with
unexpected results)
|
2017-07-07 15:41:10 +02:00 |
|
|
a718081ebd
|
Bug with error handling: for now obi_errno needs to be passed to the
function handling errors and exceptions, as it can't read the right
value of the global obi_errno (Cython configuration problem?)
|
2017-07-07 15:36:11 +02:00 |
|
|
717ee46f08
|
Commented a loose print
|
2017-07-05 18:02:18 +02:00 |
|
|
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 |
|
|
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 |
|
|
2d65db4ebc
|
Goes with c2af955b : forgotten files for NUC_SEQS views
|
2017-04-21 15:15:12 +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 |
|
|
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 |
|
|
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 |
|
|
3ac6e85fb3
|
Big refactoring 4
|
2016-12-26 14:58:03 +01:00 |
|
|
5156f6bb9e
|
Big refactoring 3
|
2016-12-26 14:18:01 +01:00 |
|
|
e6db2086d5
|
Big refactoring 2
|
2016-12-26 13:56:31 +01:00 |
|
|
daacd0df76
|
Strong refactoring 1
|
2016-12-26 13:35:31 +01:00 |
|