|
a32920e401
|
Relative paths when creating or opening a DMS now work
|
2016-04-29 17:46:36 +02:00 |
|
|
31cf27d676
|
Added indexer function that returns the name of the indexer
|
2016-04-29 16:18:56 +02:00 |
|
|
baba2d742e
|
commenting _obidms.pyx
|
2016-04-29 16:07:03 +02:00 |
|
|
5bd12079ae
|
Added comments about listing columns and indexers in obidms functions
|
2016-04-29 16:06:01 +02:00 |
|
|
9fe21316ff
|
Refixed line breaks in README file
|
2016-04-29 15:39:46 +02:00 |
|
|
3dc3aaa46b
|
Fixed line breaks in README file
|
2016-04-29 15:36:58 +02:00 |
|
|
b371030edd
|
Adding README file
|
2016-04-29 15:35:08 +02:00 |
|
|
b3976fa461
|
Merge branch 'luke_tests'
|
2016-04-28 11:17:24 +02:00 |
|
|
6ea2cfb9ca
|
Merging luke_tests branch without the commit turning inline functions in macros
|
2016-04-28 11:17:18 +02:00 |
|
|
0eca86107e
|
Pseudo obihead for tests
|
2016-04-27 14:27:28 +02:00 |
|
|
0de953a3ef
|
pseudo obigrep for tests
|
2016-04-27 14:19:55 +02:00 |
|
|
f3b20b809d
|
Fixed bug with indexer names being defined and generating seg fault if
creating a column not using indexers
|
2016-04-27 14:01:36 +02:00 |
|
|
d159b921eb
|
Fixed obi import trying to print all lines at the end (source of
segfault?)
|
2016-04-27 13:14:19 +02:00 |
|
|
4e4cf46b16
|
Added all C files as source files for all cython files to stop having
that kind of problem with linux systems
|
2016-04-27 10:44:24 +02:00 |
|
|
6b61533650
|
Added more C source files for _obiseq
|
2016-04-27 10:41:00 +02:00 |
|
|
419885485b
|
Added files in _obitaxo C sources for cython
|
2016-04-27 10:30:16 +02:00 |
|
|
0c8504b6db
|
Commented #ifdef directive for detect_bucket_size function because it
causes errors
|
2016-04-27 10:24:40 +02:00 |
|
|
654c34a1a6
|
changed inline functions to macros to make it work on Luke
|
2016-04-26 15:40:12 +02:00 |
|
|
2d8c06f7b7
|
Fixed variable initialization for error detection
|
2016-04-26 14:38:46 +02:00 |
|
|
a6c8d35491
|
import command a bit modified for tests
|
2016-04-26 14:29:54 +02:00 |
|
|
366264828e
|
Renamed MurmurHash2.c file to murmurhash2.c as it could be a problem
|
2016-04-26 14:29:17 +02:00 |
|
|
d3a6ff6043
|
Removed deprecated code
|
2016-04-26 14:27:16 +02:00 |
|
|
5ca84b91dc
|
Merge branch 'master' of git@git.metabarcoding.org:obitools/obitools3.git
|
2016-04-25 18:35:57 +02:00 |
|
|
87935c6678
|
Fixed all compilation problems with new function names, locations etc
|
2016-04-25 18:35:02 +02:00 |
|
|
92980508c0
|
Made the function to clone a column in the context of a view private
|
2016-04-25 18:15:25 +02:00 |
|
|
65880db422
|
Made function to update the line count of a view private
|
2016-04-25 18:11:37 +02:00 |
|
|
767d9c7804
|
Reordered view functions for better coherence
|
2016-04-25 18:07:58 +02:00 |
|
|
2566377e2a
|
Updated the documentation for utils functions
|
2016-04-25 18:02:58 +02:00 |
|
|
1fbbdd43f9
|
Updated obiversion_t declaration
|
2016-04-25 17:58:37 +02:00 |
|
|
8cdfbb379e
|
Documentation for views and reworked the code a little
|
2016-04-25 17:58:12 +02:00 |
|
|
0a55e26520
|
Reworked obiview code and added more comments
|
2016-04-25 11:37:53 +02:00 |
|
|
68a8509c12
|
Updated documentation in obitypes.h
|
2016-04-25 10:33:01 +02:00 |
|
|
5f98d2ed5c
|
Fixed the calculation of the size of data for OBI_STR and OBI_SEQ
columns
|
2016-04-25 10:26:51 +02:00 |
|
|
ef1be141c1
|
Update Licence to english version
|
2016-04-23 18:03:50 +02:00 |
|
|
bbfd40d56d
|
Add license
|
2016-04-23 18:03:10 +02:00 |
|
|
5d08da46a2
|
Updated the documentation in obidmscolumn.h
|
2016-04-22 17:55:53 +02:00 |
|
|
66045acf1d
|
Creating a column now uses the function to create the indexer name if
one was not provided
|
2016-04-22 17:47:00 +02:00 |
|
|
6977c4315c
|
Improved function to build an indexer name
|
2016-04-22 17:38:23 +02:00 |
|
|
839b3000a8
|
Added a function to build indexer names
|
2016-04-22 17:08:23 +02:00 |
|
|
ffa4557928
|
changed MAP_PRIVATE flags to MAP_SHARED when opening a column because it
seems a lot more efficient
|
2016-04-22 16:26:24 +02:00 |
|
|
003cd11362
|
Fixed initialization of NA values for OBI_STR and OBI_SEQ columns
|
2016-04-22 16:14:23 +02:00 |
|
|
c87227b65a
|
Uncommented an error message that doesn't need to be commented anymore
|
2016-04-22 16:11:56 +02:00 |
|
|
c07e75f2ac
|
Updated the documentation for OBI_STR columns
|
2016-04-22 15:59:32 +02:00 |
|
|
6b394a5cf7
|
Updated the documentation for OBI_SEQ columns
|
2016-04-22 15:58:20 +02:00 |
|
|
2416b8ccd8
|
Deleted more unused inclusions in OBI_STR and OBI_SEQ column types code
|
2016-04-22 15:56:09 +02:00 |
|
|
b9921e111d
|
Removed unused inclusions and definitions in all column types code
|
2016-04-22 15:50:19 +02:00 |
|
|
8f5aa8841d
|
Removed unused definition in OBI_IDX columns code
|
2016-04-22 15:44:30 +02:00 |
|
|
900d67de87
|
Updated the documentation for columns with the type OBI_IDX
|
2016-04-22 15:43:39 +02:00 |
|
|
22e3c3eeed
|
Updated the documentation for obidms functions
|
2016-04-22 11:28:09 +02:00 |
|
|
4ead37ee48
|
Finished moving obiblob functions to obiblob files and documentation for
obiblob functions
|
2016-04-21 15:18:14 +02:00 |
|