1759302829
C: ecotag: fixed 2 memory bugs
2019-07-06 16:31:19 +02:00
86bfa96fbe
C: kmer similarity: small improvements
2019-07-06 16:30:32 +02:00
3d9f0352ff
obiclean parallelized
2019-06-20 19:44:04 +02:00
9b4c3537f9
multithreaded obiclean working but not cleaned
2019-06-19 17:29:58 +02:00
fd0b7a9177
j loop with critical (untested)
2019-06-04 17:14:36 +02:00
debf59b266
i loop parallelized: bad
2019-05-25 18:37:56 +02:00
a04588da31
openmp on j loop (i loop probably better)
2019-05-24 16:51:04 +02:00
ed5bb70c80
CMake: setting compiler higher to avoid conflicts, and linking libopenmp
2019-05-22 16:26:30 +02:00
22a5ae72d1
obi clean: not using tsearch library anymore, a simple byte array
...
instead. A lot more time and memory efficient. Closes #67
2019-05-19 17:39:53 +02:00
3afbbeb7e5
CMake: made required version 3.10 for ubuntu
2019-03-31 16:54:05 +02:00
7f8d1e7196
C: obi lcs: cleaner progress print
2019-03-31 15:42:58 +02:00
26fb149efb
C: made build_ref_db cleaner
2019-03-31 15:40:13 +02:00
f0ff585455
Removing trace
2019-03-30 20:52:54 +01:00
7c518300a0
C: Views: fixed a bug when creating automatic columns with unformatted
...
comments
2019-03-30 20:33:14 +01:00
173483448a
Merge commit '3d842ff7'
2019-03-30 15:29:52 +01:00
52b3a9fc39
C: taxonomy: fixed a segfault on linux when trying to fclose an unopened
...
file
2019-03-30 15:19:12 +01:00
0847d618d6
fixed typo
2019-03-30 15:14:30 +01:00
9fcebd7643
C: build_reference_db: made some errors more explicit
2019-03-30 15:11:49 +01:00
0c466046f4
Merge branch 'pip-standard-orig-python' into 'master'
...
The new install version based on classical setup.py
See merge request obitools/obitools3!1
2019-03-29 16:25:01 +01:00
bf62960ee8
Add some .ignore files
2019-03-29 15:52:54 +01:00
52b8008bdc
Add the location of install
2019-03-29 15:21:30 +01:00
ee9947217c
alignpairedend: fixed the worst memory leak and the handling of the case
...
where 0 common kmers are found
2019-03-29 11:16:25 +01:00
10ab557259
First version of the simplified setup.py script
2019-03-26 15:40:31 +01:00
50e7cd61a6
added math.h import where needed
2019-03-13 11:17:25 +01:00
1ee50b7222
Fixed a bug when creating a column and checking the comments string if
...
it was NULL
2019-03-07 15:09:59 +01:00
e026e9ec83
Fixed the new alignpaired end to work after ngsfilter with the 9879847
...
possible cases
2019-02-17 18:32:35 +01:00
3015310535
Fixed a bug in kmer similarity computation where the fact that sequences
...
could be switched was not accounted for
2019-02-10 21:02:24 +01:00
6ca6d27ecb
ecoPCR: fixed amplicon length computation bug
2019-02-06 18:11:20 +01:00
0b62619e4e
Various commentaries and insignificant fixes
2019-01-21 17:32:44 +01:00
c7f5b8d980
Alignpairedend: added alignment using shifting with best kmer similarity
...
(low level layer in C and Cython API)
2019-01-21 17:30:46 +01:00
59017c0d6b
C: taxonomy: fixed a bug when checking for root node
2019-01-21 17:23:25 +01:00
9f6bba183f
C: Added a function to get a nucleotide at a specific index in an
...
encoded sequence
2019-01-21 17:18:02 +01:00
eb586b2f53
New command and C functions: obi ecotag
2018-12-09 19:19:32 +01:00
9556130b11
C obi_lcs: updated deprecated column names and associated comments
2018-12-09 19:17:13 +01:00
005aaeec06
C obi_lcs: fixed checking for identical sequences when aligning 2
...
columns
2018-12-09 19:16:44 +01:00
da445066f3
C alignment filter: added a check for sequences not being equal when the
...
threshold requires that they are
2018-12-09 19:14:51 +01:00
0a407436da
C Views: made an error message more specific
2018-12-09 19:14:05 +01:00
54efff36c4
C build ref db: fixed 2 bugs when setting arrays: size of an element in
...
in bits not bytes and using view API instead of column API
2018-12-09 19:13:06 +01:00
12087a6c3a
C, views: made 'view_exists' function public (now 'obi_view_exists')
2018-11-27 16:20:30 +01:00
fbabbceb5a
Fixed a bug in the array indexer where the value's length was no
...
properly set to 0 if the value was NA (ignore previous commit with the
same message)
2018-11-27 16:18:34 +01:00
b3bfa9ca65
Fixed a bug in the array indexer where the value's length was not
...
properly set to 0 if the value was NA
2018-11-27 16:12:41 +01:00
ef8dc85f3c
C, taxonomy: new function to get the lowest common ancestor of two taxa
2018-11-27 16:00:29 +01:00
f942dd856f
C: new function to build a reference database with LCA and score
...
metadata for the taxonomic assignment of sequences
2018-11-27 15:56:50 +01:00
730ea99f85
minor fixes and comments
2018-11-19 11:23:54 +01:00
e9c1d5e48d
AVLs: made maximum number of nodes per AVL 5 millions, as this combined
...
with keeping all AVLs mapped seems the most efficient. Now 1 million
sequences more or less constantly takes 1 minute.
2018-11-19 11:22:26 +01:00
7fc1b578cf
AVLs: AVLs in a group are not unmapped and remapped constantly anymore
...
when adding new values, fixed a bug when calculating if an AVL data file
has reached the maximum size, fixed a casting bug, and added a boolean
so read-only AVLs files are not truncated
2018-11-19 11:19:07 +01:00
31053591b5
Fixed 2 bugs when checking qualities matching sequences predicate: now
...
closing and reopening indexers so that they are mapped properly, and
fixed memory leak when reading sequences
2018-11-19 11:05:53 +01:00
d1f1fd432e
Minor fixes
2018-11-07 16:04:17 +01:00
d076ea9900
Alignment: updated functions to align columns (LCS)
2018-11-07 16:00:58 +01:00
6b1c41f3fb
Changed an error message to be more specific
2018-11-07 13:37:25 +01:00