|
6a2759eee6
|
obi import with new input/ouput API
|
2017-08-20 17:58:36 +02:00 |
|
|
38029b1f77
|
Forgot a ;
|
2017-08-20 17:56:18 +02:00 |
|
|
663a1a1091
|
Cython API: column elements: added possibility to check if an element
exists from its index, and a dict-like get() method
|
2017-08-20 17:44:05 +02:00 |
|
|
c6d5436a58
|
Cython API: fixed a bug where iteration on a NUC_SEQS view would not be
done correctly (bug appeared with optimization modifications done
lately)
|
2017-08-20 17:41:41 +02:00 |
|
|
47cad285d6
|
Cython API: fixed 2 little bugs in Seq API
|
2017-08-20 17:39:30 +02:00 |
|
|
74f15d1a23
|
Cython API: Various fixes in input handlers (parsers, openers etc).
Mostly working but not bug-free
|
2017-08-20 17:37:51 +02:00 |
|
|
c559ddf487
|
BUG FIX: creation of a new column would fail because of a case not
handled when a high number of elements per line would imply less than
one line per memory page
|
2017-08-20 17:30:23 +02:00 |
|
|
93cff94e7f
|
Fixed some compilation warnings
|
2017-08-20 17:25:58 +02:00 |
|
|
9744a48a67
|
BUG FIX: seemingly identical obiblobs would have different hash values
because of the padding added by the compiler. Fixed by using calloc
instead of malloc for obiblob memory allocation.
|
2017-08-20 17:25:15 +02:00 |
|
|
6afdc9fb5f
|
AVLs: Added an error check
|
2017-08-20 17:21:06 +02:00 |
|
|
6f202363f4
|
Fixed a typo in doc
|
2017-08-20 17:20:13 +02:00 |
|
|
7f1ff49aa2
|
Cython API to import a column and a view from a DMS to another DMS
|
2017-08-03 16:34:02 +02:00 |
|
|
4b86aa67a8
|
New C functions to import a column and a view from a DMS to another DMS
|
2017-08-03 16:33:12 +02:00 |
|
|
a3e81930c2
|
Views: finished handling and documenting the conditions for an existing
column to be added to a view
|
2017-08-03 16:32:22 +02:00 |
|
|
644b55b49f
|
Fixed doc typo
|
2017-08-03 16:29:25 +02:00 |
|
|
927c684fc2
|
Utils: new function to copy the content of a file into another file
|
2017-08-03 16:28:54 +02:00 |
|
|
344566d9e9
|
AVLs: made some functions public and changed some rights to be able to
import AVLs from a DMS to another
|
2017-08-03 16:27:43 +02:00 |
|
|
407f61a408
|
Add the possibility to create temporary objects like a temporary
directory and a temporary DMS
|
2017-07-28 16:33:19 +02:00 |
|
|
09ddd74652
|
Merge branch 'master' of git@git.metabarcoding.org:obitools/obitools3.git
|
2017-07-28 15:57:01 +02:00 |
|
|
7c0d882bc9
|
Patch a bug when creating a DMS not in the current directory. Use the
basename function to locate the DMS name instead of the loop...
|
2017-07-28 15:56:21 +02:00 |
|
|
35b0c55a8c
|
Cython API: various improvements and checks
|
2017-07-28 13:15:13 +02:00 |
|
|
b9c65a871f
|
Patch decoding of URL
|
2017-07-28 12:41:28 +02:00 |
|
|
84bb93096f
|
Cython API: fixes and improvements in Column API
|
2017-07-28 10:27:04 +02:00 |
|
|
01c69e7e25
|
Cython API: fixed a bug when printing a column
|
2017-07-28 10:01:56 +02:00 |
|
|
adf5cbef97
|
Added DMS method to create a DMS if it doesn't already exists, otherwise
opens it
|
2017-07-28 09:55:43 +02:00 |
|
|
da48a9d1af
|
Patch group of option : types must be callable not a string
|
2017-07-28 09:36:18 +02:00 |
|
|
9482c663c0
|
minor comments and changes
|
2017-07-27 19:46:34 +02:00 |
|
|
c5f3fdc295
|
Increased maximum element names length in columns
|
2017-07-27 19:44:49 +02:00 |
|
|
89e2f80fd8
|
Goes with previous commit
|
2017-07-27 19:43:00 +02:00 |
|
|
7112f44fb7
|
Bug fixes for input handlers, openers, parsers etc. Compiling but not
tested
|
2017-07-27 19:42:44 +02:00 |
|
|
b2fc1f4611
|
obi uniq: first version
|
2017-07-27 19:40:19 +02:00 |
|
|
75f691d55a
|
Cython API: Seq classes reworked
|
2017-07-27 19:39:58 +02:00 |
|
|
0655063bb0
|
Cython API: view_NUC_SEQS changes to go with previous commits
|
2017-07-27 19:39:26 +02:00 |
|
|
9701b1230c
|
Cython API: OBIWrapper.new method is now OBIWrapper.new_wrapper to avoid
mismatching method definitions with subclasses
|
2017-07-27 19:38:25 +02:00 |
|
|
f8a4428674
|
Cython API: DMS test_open method doesn't raise an exception anymore
|
2017-07-27 19:36:28 +02:00 |
|
|
1a0f18a11a
|
Cython API: added a __setitem__ method to the View class that can detect
if the item is a Line and create the corresponding columns if needed +
minor changes
|
2017-07-27 19:35:28 +02:00 |
|
|
3d7aa52c90
|
Cython API: Fixed a bug when setting NA values in Column_multi_elts, and
added some properties
|
2017-07-27 19:31:15 +02:00 |
|
|
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 |
|
|
fa8f826cdc
|
Cleanup the end of the file
|
2017-07-27 16:07:39 +02:00 |
|
|
dc91174a5e
|
Complete the input option group functions
|
2017-07-27 16:06:48 +02:00 |
|
|
ec65f00cf2
|
Complete the fasta iterator to manage new input options
|
2017-07-27 16:05:30 +02:00 |
|
|
8d9cdb4d03
|
Complete the fastq iterator to manage new input options
|
2017-07-27 16:05:17 +02:00 |
|
|
949e5f9baf
|
Make a first full version of the URI decoder
|
2017-07-27 16:04:31 +02:00 |
|
|
3c6a05be54
|
Add option to the default config corresponding to the parsing of the
inputs
|
2017-07-27 16:03:47 +02:00 |
|
|
8781ecab1f
|
Add a factory checking the file format and returning the correct
iterator. First version working only with fasta and fastq nucleic
formats
|
2017-07-27 16:02:52 +02:00 |
|
|
0f6ae7dfa6
|
Options stuff... ;-)
|
2017-07-25 13:07:03 +02:00 |
|
|
28259cd88b
|
Beginning of URI decoder -- !!! NOT YET FULLY IMPLEMENTED !!!
|
2017-07-25 13:05:58 +02:00 |
|