|
d1d26b9028
|
Simplify the code
|
2016-08-04 08:00:54 +02:00 |
|
|
8f0462c407
|
Merge branch 'master' into Eric_version_for_sequence
Conflicts:
python/obitools3/obidms/_obidmscolumn_seq.pyx
|
2016-08-03 10:09:20 +02:00 |
|
|
000b9999ad
|
Merge branch 'master' of git@git.metabarcoding.org:obitools/obitools3.git
|
2016-07-03 09:22:22 +02:00 |
|
|
aff9831c13
|
Substitute fprintf call by fputs call to conform with the new ubuntu
compilation rules
|
2016-07-03 09:21:56 +02:00 |
|
|
448fa8d325
|
first trial for a fasta formater
|
2016-07-03 09:18:52 +02:00 |
|
|
6af62d8124
|
Change a fprintf without argument to a fputs to comply with the new
default parameter on ubuntu
|
2016-07-03 08:25:06 +02:00 |
|
|
0869b9ba3f
|
Closes issue #47 by storing each view in a separate file named with the
view's name and created upon view creation.
|
2016-06-30 11:41:30 +02:00 |
|
|
ad2af0b512
|
Some comments updated
|
2016-06-16 11:26:54 +02:00 |
|
|
38e603ed57
|
Deleted some redundant cython code
|
2016-06-10 10:34:47 +02:00 |
|
|
f438c3d913
|
OBIQUAL columns can now handle multiple elements per line
|
2016-06-09 15:54:36 +02:00 |
|
|
2a1ea3ba3f
|
Setting NA values is now handled properly for OBI_SEQ, OBI_STR and
OBI_QUAL columns
|
2016-06-09 14:22:36 +02:00 |
|
|
fc3641d7ff
|
Read-only AVLs are now hard-linked instead of copied when cloning an AVL
group to make it writable. Also fixed several bugs when handling AVL
groups.
|
2016-06-03 19:02:46 +02:00 |
|
|
799b942017
|
Deleted old debugging print
|
2016-06-03 18:57:32 +02:00 |
|
|
6e3f5b230e
|
Fixed typo in doc
|
2016-06-03 18:56:45 +02:00 |
|
|
2f57f80c63
|
Fixed a bug where an unmapped variable would be read
|
2016-06-03 18:55:58 +02:00 |
|
|
2962c4d250
|
Goes with previous commit
|
2016-06-03 18:54:25 +02:00 |
|
|
69bf7ec2e7
|
NA value for OBI_STR and OBI_SEQ columns is now NULL
|
2016-06-03 18:53:22 +02:00 |
|
|
bac7ce7184
|
Start of the implementation of the export methods
|
2016-06-02 19:10:33 +02:00 |
|
|
f186395661
|
Trap potential exception generated by char* to bytes casts
|
2016-05-29 21:18:20 +02:00 |
|
|
85395dfc1a
|
value returned for sequence is now bytes and no more str
|
2016-05-29 13:53:32 +02:00 |
|
|
f830389974
|
Add some comment on the location of the align method.
|
2016-05-29 12:58:31 +02:00 |
|
|
2e35229357
|
Add conversion checking on the value of a seq column
|
2016-05-29 12:54:13 +02:00 |
|
|
a8ed57dc6e
|
few small changes
|
2016-05-21 12:29:55 +02:00 |
|
|
c3274d419c
|
remove an extra debug log
|
2016-05-21 12:29:08 +02:00 |
|
|
cca0dbb46b
|
Close issue #54 by adding a read1 method to the MagicKeyFile class
|
2016-05-21 12:24:48 +02:00 |
|
|
5a78157112
|
increase parsing speed of the header
|
2016-05-21 10:29:11 +02:00 |
|
|
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 |
|