|
8f1d94fd24
|
obi test: fixed bug introduced in ad1fd3c3
|
2021-03-11 16:31:31 +13:00 |
|
|
38f42cb0fb
|
C: Made maximum file path length 2048 instead of 1024
|
2021-03-11 15:23:22 +13:00 |
|
|
7f0f63cf26
|
C: now completely unmapping files before truncating them to a smaller
size (#68)
|
2021-03-11 15:12:40 +13:00 |
|
|
41fbae7b6c
|
Switch to version 3.0.0b43
v3.0.0b43
|
2021-03-10 16:52:03 +13:00 |
|
|
ad1fd3c341
|
Now handling dictionaries with one key
|
2021-03-10 16:50:30 +13:00 |
|
|
fbf0f7dfb6
|
import: improved genbank parser and switch to version 3.0.0b42
v3.0.0b42
|
2021-02-17 15:26:35 +13:00 |
|
|
fda0edd0d8
|
Switch to version 3.0.0b41
v3.0.0b41
|
2021-02-10 17:29:08 +13:00 |
|
|
382e37a6ae
|
Fixes #88
|
2021-02-10 17:28:49 +13:00 |
|
|
5cc3e29f75
|
obi test: made less heavy by default
|
2021-02-10 17:28:15 +13:00 |
|
|
a8e2aee281
|
Switch to version 3.0.0b40
v3.0.0b40
|
2021-02-06 14:45:07 +13:00 |
|
|
13adb479d3
|
Adds an extern qualifier to the keep_running declaration.
|
2021-02-05 15:59:43 +01:00 |
|
|
8ba7acdfe1
|
export: fixed a bug where exporting to tab format with a header would
not export the first line of data and switch to version 3.0.0b39
v3.0.0b39
|
2021-01-13 16:09:04 +01:00 |
|
|
38051b1e4f
|
Removed spurious commentaries
|
2021-01-13 16:07:42 +01:00 |
|
|
52a2e21b38
|
grep: fixed --id-list option
and switch to version 3.0.0b38
v3.0.0b38
|
2020-11-06 16:36:37 +01:00 |
|
|
d27a5b9115
|
Switch to version 3.0.0b37
v3.0.0b37
|
2020-10-30 10:47:13 +01:00 |
|
|
20bd3350b4
|
New command: obi addtaxids to add NCBI taxids to sequences from their
taxon name.
|
2020-10-30 10:46:55 +01:00 |
|
|
2e191372d7
|
Now handling sequences with Uracil (U) nucleotides by converting to
Thymine (T)
|
2020-10-30 10:46:17 +01:00 |
|
|
112e12cab0
|
Taxonomy: new functions to find taxa by name
|
2020-10-30 10:45:20 +01:00 |
|
|
b9b4cec5b5
|
import: now can import SILVA fasta files
|
2020-10-30 10:43:04 +01:00 |
|
|
199f3772e8
|
Small fixes (potential compilation problems)
|
2020-10-30 10:41:58 +01:00 |
|
|
422a6450fa
|
ecotag: clarified similarity circle documentation
|
2020-09-29 17:57:29 +02:00 |
|
|
137c109f86
|
obi ls: now done in C (preparing things for R packages to read DMS) and
switch to version 3.0.0b36
v3.0.0b36
|
2020-09-29 17:51:39 +02:00 |
|
|
b6648ae81e
|
Revert "Fixed version numbering mistake (should be b34 not b35)"
This reverts commit f6dffbecfe
|
2020-09-25 16:25:39 +02:00 |
|
|
f6dffbecfe
|
Fixed version numbering mistake (should be b34 not b35)
|
2020-09-25 16:24:23 +02:00 |
|
|
c4696ac865
|
ecotag: added separate threshold for minimum circle identity (and switch
to version 3.0.0b35
v3.0.0b35
|
2020-09-25 16:22:09 +02:00 |
|
|
11a0945a9b
|
obi cat: fixed open file descriptor leak and switch to version 3.0.0b34
v3.0.0b34
|
2020-08-28 10:41:22 +02:00 |
|
|
f23c40c905
|
obi cat: fixed a bug introduced in 3.0.0b28 and switch to version
3.0.0b33
v3.0.0b33
|
2020-08-27 18:38:16 +02:00 |
|
|
f99fc13b75
|
switch to version 3.0.0b32
v3.0.0b32
|
2020-08-13 18:17:09 +02:00 |
|
|
1da6aac1b8
|
C: patch for failed creation of AVL with errno EEXIST
|
2020-08-12 17:55:08 +02:00 |
|
|
159803b40a
|
export: now automatically sorts dictionary keys alphabetically for
tab/csv output
|
2020-07-31 16:43:35 +02:00 |
|
|
7dcbc34017
|
import: fixed entry count estimation when importing fastq files
|
2020-07-30 16:56:36 +02:00 |
|
|
db2202c8b4
|
uniq: added a check to make sure that there is more than one element for
one tag when merging its information
|
2020-07-30 16:14:37 +02:00 |
|
|
d33ff97846
|
switch to version 3.0.0b31
v3.0.0b31
|
2020-07-28 09:31:19 +02:00 |
|
|
1dcdf69f1f
|
export: fixed a bug introduced in version 3.0.0b28
|
2020-07-28 09:31:05 +02:00 |
|
|
dec114eed6
|
Python: added "date created" information in view representation
|
2020-07-27 17:38:45 +02:00 |
|
|
f36691053b
|
Python: added the OBITools3 version that generated the view in view
comments
|
2020-07-27 16:50:00 +02:00 |
|
|
f2aa5fcf8b
|
alignpairedend: fixed division by 0 bug and switch to version 3.0.0b30
v3.0.0b30
|
2020-07-27 10:15:59 +02:00 |
|
|
bccb3e6874
|
switch to version 3.0.0b29
v3.0.0b29
|
2020-07-26 17:40:26 +02:00 |
|
|
f5a17bea68
|
C: added a missing error check
|
2020-07-26 17:39:55 +02:00 |
|
|
e28507639a
|
C and Cython: fixed and improved the associated columns system
|
2020-07-26 17:39:29 +02:00 |
|
|
e6feac93fe
|
obi test: made less heavy to be faster
|
2020-07-26 17:37:21 +02:00 |
|
|
50b292b489
|
obi import: added --space-priority option to import a view line by line
|
2020-07-26 17:36:52 +02:00 |
|
|
24a737aa55
|
switch to version 3.0.0b28
v3.0.0b28
|
2020-07-24 16:10:10 +02:00 |
|
|
8aa455ad8a
|
Python: made all commands handle output to buffer object (e.g. stdout)
|
2020-07-24 16:09:48 +02:00 |
|
|
46ca693ca9
|
Cython: View: new method to print a view to a buffer (e.g. stdout)
|
2020-07-24 16:03:23 +02:00 |
|
|
9a9afde113
|
Cython: progress bar: set default refresh rate to 5 seconds
|
2020-07-24 15:29:12 +02:00 |
|
|
8dd403a118
|
grep: now prints the number of entries grepped
|
2020-07-13 17:08:13 +02:00 |
|
|
9672f01c6a
|
alignpairedend: improved/fixed the output tags for the alignment score
and lengths. Removed minimum score option
|
2020-07-13 15:59:50 +02:00 |
|
|
ed9549acfb
|
ngsfilter: unidentified sequences are now stored untrimmed
|
2020-07-13 15:56:40 +02:00 |
|
|
9ace9989c4
|
Switch to version 3.0.0b27
v3.0.0b27
|
2020-07-07 16:47:21 +02:00 |
|