|
0b9a41d952
|
Patch a bug about the reading of the last sequence
|
2016-05-21 10:28:03 +02:00 |
|
|
e681ca646d
|
Fixed a problem with some columns being shorter in views and triggering
errors when trying to get values. Temporary fix that needs discussion
|
2016-05-20 18:45:29 +02:00 |
|
|
3b59043ea8
|
Major update: New column type to store sequence qualities. Closes #41
|
2016-05-20 16:45:22 +02:00 |
|
|
ffff91e76c
|
Fixed variable name that had been accidentally changed for better
clarity
|
2016-05-18 13:27:41 +02:00 |
|
|
6a8df069ad
|
Indexers are now cloned if needed to modify them after they've been
closed. Obligatory indexers' names now follow the same pattern as other
indexers (columnname_version). Closes #46 and #49.
|
2016-05-18 13:23:48 +02:00 |
|
|
8ae7644945
|
First version of quality handling (not working yet) and now it is
checked that a column is writable before enlarging it
|
2016-05-11 16:38:14 +02:00 |
|
|
b3c47809da
|
First version of alignment functions (imported from suma* programs)
|
2016-05-11 16:36:23 +02:00 |
|
|
3567681339
|
Now when a column is added to a view, if there is a line selection, all
columns in the view are cloned first
|
2016-05-11 16:34:20 +02:00 |
|
|
757ef8509a
|
Deleting CeCILL license duplicates
|
2016-05-09 11:17:45 +02:00 |
|
|
f961621f5d
|
Minor improvements in _obidms Cython layer
|
2016-05-04 13:43:26 +02:00 |
|
|
bc12360490
|
Reworked and commented a bit the cython layer for dms, columns and views
|
2016-05-02 15:16:06 +02:00 |
|
|
872071b104
|
Removed a list of column pointers kept in the OBIView class that was not
really needed
|
2016-05-02 14:23:42 +02:00 |
|
|
32cc8968e8
|
Adding CeCILL license
|
2016-05-02 11:51:59 +02:00 |
|
|
d6481f0db8
|
Merge branch 'master' of git@git.metabarcoding.org:obitools/obitools3.git
|
2016-04-29 17:46:59 +02:00 |
|
|
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 |
|
|
072ee5ac03
|
Re-re-fixed line breaks in README file
|
2016-04-29 15:44:40 +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 |
|