|
e114a3c9cb
|
fixed a critical bug where data size was not calculated correctly and
column directory is now closed when column is closed
|
2015-10-09 10:25:40 +02:00 |
|
|
ebc9f6f512
|
fixed a bug where Cython was casting doubles in floats
|
2015-10-08 15:28:30 +02:00 |
|
|
2b3f03ec28
|
Removed deprecated script
|
2015-10-08 10:46:46 +02:00 |
|
|
8fd9c06be2
|
Fixed missing file for documentation compilation
|
2015-10-08 10:45:54 +02:00 |
|
|
b553eef781
|
Method to close a DMS is uncommented but not complete yet (columns have
to be closed separately)
|
2015-10-08 10:44:13 +02:00 |
|
|
ee4c513fd4
|
Fixed a bug where cloning a column would fail if the data was empty
|
2015-10-08 10:36:02 +02:00 |
|
|
c013e6ad33
|
fixed typo in doxygen doc
|
2015-10-08 10:33:19 +02:00 |
|
|
c98d567e2f
|
Updated the documentation and restructured a bit because it wasn't
compiling (note: Breathe not working)
|
2015-10-06 11:09:01 +02:00 |
|
|
392f110c8d
|
new functions in the OBIDMS_column class to raise NotImplementedError
exceptions and to get the creation date of a column
|
2015-10-02 13:51:26 +02:00 |
|
|
6ced3c4896
|
new functions to get the creation date of a column
|
2015-10-02 13:47:53 +02:00 |
|
|
4b8bf41a71
|
closes #13, obi_errno is initialized to 0
|
2015-10-02 13:46:34 +02:00 |
|
|
c59a244e9d
|
Fixed little typo
|
2015-09-30 12:07:13 +02:00 |
|
|
4b7f2d268b
|
Doxygen documentation corrected and completed.
|
2015-09-30 12:03:46 +02:00 |
|
|
45af8396b8
|
minor change in variable name for better coherence
|
2015-09-28 13:52:41 +02:00 |
|
|
eeebbc77c3
|
missing __init__ file in previous commit
|
2015-09-28 13:52:13 +02:00 |
|
|
72155c3b73
|
entirely reworked cython wrapper
|
2015-09-28 13:51:35 +02:00 |
|
|
9aaf2d264a
|
test
|
2015-09-25 11:29:17 +02:00 |
|
|
0951934f77
|
test
|
2015-09-25 11:28:23 +02:00 |
|
|
68b6ab3224
|
working on the cython wrapper. This doesn't compile
|
2015-09-24 11:32:09 +02:00 |
|
|
b0570ee486
|
fixed permissions when creating files
|
2015-09-22 15:52:07 +02:00 |
|
|
72105b2aed
|
fixed the computation of the data size when cloning a column
|
2015-09-22 10:27:17 +02:00 |
|
|
9ab8a42340
|
fixed the mkdir permission mode that forced the user to use sudo to
write in the created directories
|
2015-09-21 15:48:02 +02:00 |
|
|
7b606c0477
|
Column files now always have a size that is a multiple of the page size,
and the function that enlarges mapped column files tries mapping on next
byte before unmapping/mapping again
|
2015-09-21 15:42:29 +02:00 |
|
|
7d7dbb1bf9
|
Handling of single char columns
|
2015-09-18 15:49:15 +02:00 |
|
|
34a3717fb9
|
The cython function to open a column is now a method of the OBIDMS class
|
2015-09-17 11:23:50 +02:00 |
|
|
2698022aaf
|
New OBIDMS method to list the columns of an OBIDMS
|
2015-09-15 17:09:31 +02:00 |
|
|
90bf15186e
|
Method to get a column's number of lines used
|
2015-09-14 17:33:40 +02:00 |
|
|
5c3bc03bd2
|
Added the handling of errors with the functions to get a value in a
column
|
2015-09-14 17:04:29 +02:00 |
|
|
0e50fbf706
|
Merge branch 'master' of git@git.metabarcoding.org:obitools/obitools3.git
|
2015-09-03 08:38:57 -04:00 |
|
|
f2231770f1
|
If an error occurs when cloning a column, the new cloned file is now
deleted
|
2015-09-02 13:06:21 +02:00 |
|
|
f5937ec019
|
Deplacement des sources de la doc...
|
2015-09-02 04:50:50 -04:00 |
|
|
52e3f2ce4a
|
Columns that are cloned are now closed after cloning
|
2015-09-02 10:36:00 +02:00 |
|
|
f0dffaff13
|
Merge branch 'master' of git@git.metabarcoding.org:obitools/obitools3.git
|
2015-09-02 10:15:18 +02:00 |
|
|
f31d8983bb
|
Columns are now enlarged if needed when setting a value
|
2015-09-01 17:38:08 +02:00 |
|
|
a6395ebaf2
|
Transfert the distutil.ext from the org.asm project
|
2015-08-27 16:12:19 -04:00 |
|
|
3b7536c0df
|
The number of lines used is updated in the header when a value is set,
and the iteration on the values of a column is done on the number of
lines used (instead of on the total line count).
|
2015-08-26 17:25:15 +02:00 |
|
|
34ade161de
|
added an obidebug() line
|
2015-08-26 17:05:37 +02:00 |
|
|
48d10ea17c
|
Functions to truncate and/or close a column
|
2015-08-26 17:01:54 +02:00 |
|
|
fdc3b96beb
|
Added cython subclasses for columns with _writable or _read for each
data type. Trying to set a value on a _read subclass raises an
exception.
|
2015-08-26 15:34:12 +02:00 |
|
|
95dbeb25a0
|
Added functions to get and set values in columns using the element name
(for columns with lines made of vectors of elements), for all data types
|
2015-08-26 15:05:23 +02:00 |
|
|
9d91e907e5
|
When a column is created, its data is initialized to the NA value of the
obitype
|
2015-08-26 12:00:38 +02:00 |
|
|
3f81dc0173
|
Changed the variable name 'nb_elements' to 'nb_lines' for better clarity
|
2015-08-26 10:52:19 +02:00 |
|
|
8ff3488926
|
Fix: The number of lines used is set when cloning a column with its data
|
2015-08-26 10:38:07 +02:00 |
|
|
611699252e
|
Files and functions for columns with the data type OBIChar_t, working
but using char* (needs to be changed)
|
2015-08-26 10:31:56 +02:00 |
|
|
9ad31fddff
|
Added the possibility to clone a column, with or without its data
|
2015-08-26 10:29:07 +02:00 |
|
|
e6d96d999a
|
Activated the html annotated files output in setup.py
|
2015-08-12 15:47:13 +02:00 |
|
|
eaca9c85f1
|
Files and functions for OBIDMS columns with the data type OBI_BOOL
|
2015-08-11 11:00:59 +02:00 |
|
|
bc2ca89088
|
Basis for OBIDMS columns with the type OBI_IDX
|
2015-08-10 16:30:55 +02:00 |
|
|
a5ed8f0ef0
|
A basic obicount for testing purposes
|
2015-08-10 16:06:05 +02:00 |
|
|
3b3267db9a
|
Removed a useless #include
|
2015-08-10 16:05:34 +02:00 |
|