Commit Graph

298 Commits

Author SHA1 Message Date
9ee45701b7 correction of two warnings
Former-commit-id: d2d08b5d6f7511598625536f5a708db347742c20
2023-11-09 22:37:55 +02:00
5ea2b8afcf a first version of obisummary
Former-commit-id: cca1019d82a14a322f46a20890b996b5c7491d41
2023-11-09 22:33:06 +02:00
a96ecb4837 Adds some unit test
Former-commit-id: b1a59df1c87187a1538f30c447d42bbe96402419
2023-11-08 11:13:56 +02:00
dedf125f6e Patch a bug in Subsequence and adds few unit tests.
Former-commit-id: caddc9ad6523e4ef02899bfe83cc8681ef674383
2023-11-08 10:16:34 +02:00
8f96517f3c small changes
Former-commit-id: 1fee30445f03ff627dab1c335e75c3f278621f6e
2023-11-07 21:20:45 +02:00
aa0443e484 correction to release notes
Former-commit-id: 424819230f26bccd6f5ef26684f50e9ff477a7de
2023-11-07 12:20:40 +02:00
f991886155 Force json encoding to ascii
Former-commit-id: b35110f3fed5fedfc03380863ece5c95a2b9d6a7
2023-11-07 12:10:14 +02:00
185b974d13 Adds a JSON output format
Former-commit-id: 26f07460772c0f735bf705d473f892878d3e57f0
2023-11-07 11:56:49 +02:00
61c30f9b6a Patch rev complement and first implementation of --auto in obicsv
Former-commit-id: f3020e81283b1073c4d1c2d2ff0887e3998e6764
2023-11-07 09:37:07 +02:00
6a6a6f6f2c Correctly handle empty files
Former-commit-id: d166aa352ce4bf32739ddc2f7d1c9967918822fd
2023-10-16 15:34:06 +02:00
e8c55a2b6b optimize sequence readers and patch a bug in the format guesser
Former-commit-id: 9dce1e96c57ae9a88c26fac5c8e1bdcdc2c0c7a5
2023-10-13 21:52:57 +02:00
ddf0f2cede Add the -D (--delta) option to obipcr
Former-commit-id: 753079807faaddb23e03fd6350125bfa67f98c7f
2023-10-13 17:04:10 +02:00
157c26cdc7 Patch a bug in the fasta and fastq readers
Former-commit-id: 4998f157a90a6b077124d87d4a5cde0dd075d1ce
2023-10-13 14:21:27 +02:00
6acce603a1 Patch a bug in the new version of setDefinition()
Former-commit-id: 9a382d9891e158dd3d445bfb4053691739ca9fdb
2023-10-05 07:48:47 +02:00
0a8f7afb2a Patch sequence writers to remove definition from header when json format is used.
Former-commit-id: a8a74cccb52d577d4ea1c0ad88b121a8e511149d
2023-10-05 07:31:31 +02:00
d23a911080 Change the way sequence definition are managed. They are now when present stored as an attribute
Former-commit-id: 6e618377c05b42937d2eace3c9668390980ab68c
2023-10-05 07:21:12 +02:00
5c30ec354f Go implementation of fasta and fastq parser
Former-commit-id: 3f4fd355c169afbef2d5fef1f5e407aabb71d031
2023-09-03 19:16:37 +02:00
6d1ac60c48 Convert first nucleotide of sequence to lower case in fasta reader
Former-commit-id: 856bb3a39a4f1143a34b1f8b4d8d12b0151c0c3e
2023-09-01 09:40:02 +02:00
62b57f4ede A go implementation of the fasta reader
Former-commit-id: 603592c4761fb0722e9e0501d78de1bd3ba238fa
2023-09-01 09:30:12 +02:00
3f8c0d6a2f Replace MakeBioSequence call by NewBioSequence call,
Implements a new file format guesser
Adds some more API doc


Former-commit-id: 9837bf1c28beca6ddb599b367f93548950ba83c1
2023-08-30 19:59:46 +02:00
c2533667b2 Tag a Fatal bug release 4.0.5
Former-commit-id: 10b27c6d3867756d3159ef22eefd75db3fab84d0
2023-08-29 18:32:00 +02:00
8ebf368a8f Patch an extra mutex unlock in biosequence constructor
Former-commit-id: 87a20acb5def1c6832e114726276c638f0ca9efe
2023-08-29 18:24:02 +02:00
45ea4dacf7 Every small changes to include into Release 4.0.4
Former-commit-id: b2a48c5b5c471f072785e02d4bb0f149a09cdf6f
2023-08-27 17:22:51 +02:00
d437fba535 Doc change
Former-commit-id: 5cd4547147804f887ad699d4886702545584ba32
2023-08-27 17:06:36 +02:00
0303244e3c Adds doc and unit tests
Former-commit-id: 6f60f97947111b4fc65cc0e72d18770ba6094088
2023-08-27 16:48:15 +02:00
cd7414d471 Unit tests for obiutils.Set
Former-commit-id: 352ec0da26184d13f74a34a1ad70ca4edef7e4a6
2023-08-27 16:40:41 +02:00
bfe6fa630a Adds unit tests
Former-commit-id: 33e9d9a8a370afc3d6318c6972de02a957fa3098
2023-08-27 16:23:09 +02:00
5b7d88ccc6 Patch a bug in the Dim function
Former-commit-id: 004545e81df4dcf33294fb062de8204692035cdf
2023-08-27 16:18:10 +02:00
18d3eec24a Change the annotation locker to a pointer to mutex to avoid coying mutex
Former-commit-id: d179d8753b593183312bd11184e5d8ebb301138a
2023-08-27 16:00:35 +02:00
7b7128196a small refactoring including doc
Former-commit-id: 6d6b527d89d77aa571831f7500f841840e280536
2023-08-27 15:52:28 +02:00
f1025f97b8 Add a missing prototype
Former-commit-id: 6c5b476f30adba6e0eb41e11e152124090c3f04e
2023-08-27 15:51:23 +02:00
9bf006af93 A first prototype for the space of sequences
Former-commit-id: 07dc6ef044b5b6a6fb45dc2acb01dffe71a96195
2023-08-27 14:58:55 +02:00
cbd42d5b30 Implements a parallel version of Kmeans
Former-commit-id: 58ab24b9b274451e00eea0275249234e2c2ea09b
2023-08-26 01:26:40 +02:00
077f3b5bb5 first trial of obilandmark
Former-commit-id: 00a50bdbf407b03dfdc385a848a536559f5966a5
2023-08-25 23:23:23 +02:00
2a11adb346 Add some doc and switch to the parallel gzip library
Former-commit-id: 2c1187001f989ba3de5895f516d4c8b54d52a4c4
2023-08-25 14:36:38 +02:00
8a98210103 A small bug in logging and API documentation
Former-commit-id: 1ab4534581987586741db13d3453db52973524fe
2023-08-14 15:21:30 +02:00
845c76abeb documentation updates
Former-commit-id: 39653082c9cd026299f6fcabef7446d569704e1f
2023-08-14 15:20:02 +02:00
70a77c9ec6 Adds doc
Former-commit-id: e720718686da480e1abd4302ebff145aeee5eb4a
2023-08-14 10:04:16 +02:00
fd4c7c2572 Adds some docs
Former-commit-id: 7e96983ed707b2a574425799c32c32243f4876cf
2023-08-14 00:12:17 +02:00
be47ec909c add the --skip-empty option
Former-commit-id: ec9cb0ecaf90a61bf9289cf4c089b5cc2fcb65a5
2023-07-17 14:24:02 +02:00
b44fcfb2a0 Correct a bug related to the renaming of the forward_mismatch and reverse_mismatch to forward_error and reverse_error
Former-commit-id: c0d6cfda0d8e50364616fd79313c5711ed7bb43e
2023-06-08 16:40:03 +02:00
1cedc0765d update release note and the install script
Former-commit-id: 11db481e26f3f5099b9ea8b2d66658d47f2992b1
2023-06-07 17:54:02 +02:00
d46f6b06c5 several small changes
Former-commit-id: c1cdb95885e44fd6ee7d1c963860d7ab41230c96
2023-06-07 17:50:10 +02:00
49fa1a76cb correction in obitag to save partially indexed reference db
Former-commit-id: ba1e5ce42ac77b143d20fd8903a6e157d83c09f5
2023-06-07 17:48:38 +02:00
63dc67f344 add debuging log
Former-commit-id: 7543d12838463bd9d9bcb365e5e6772b51daa5ec
2023-06-07 17:47:58 +02:00
e29dacc1ba change default of output options and add the actual printing of the column sequence
Former-commit-id: bc3adf7ddecca3683def980ffc8a8bd63410ab3a
2023-06-07 17:47:06 +02:00
7f08f58336 several correction in obitag and adds the --save-db option
Former-commit-id: b3a15b1a1b3971388a8749faaba519028f6e976c
2023-06-07 17:45:11 +02:00
8895381c92 Correct a bug when sequence length is shorter than kmer size in debruijngraph
Former-commit-id: 56cd670d24065d8774abdcbf685ff4a13e7c4132
2023-06-07 17:43:32 +02:00
68a290d564 Update install_obitools.sh
Former-commit-id: c0a6d779f1a4e94548f3c30f2ba4ba8e8878f16f
2023-06-06 10:13:13 +02:00
3e27c1f432 Update install_obitools.sh
Former-commit-id: 31f640c6ef2e7fc5faa472b773f8cdd9a9cdb309
2023-06-06 10:11:37 +02:00