50 Commits

Author SHA1 Message Date
b8cebb8ba4 Infrastructure for concurrent processing implemented
All checks were successful
autoBIGS.engine/pipeline/head This commit looks good
2025-02-19 15:49:46 +00:00
7384895578 Writing now uses named MLST profile
All checks were successful
automlst.engine/pipeline/head This commit looks good
automlst.engine/pipeline/tag This commit looks good
2025-02-18 16:03:17 +00:00
5a03c7e8d8 Multiple string profiling now respects grouped queries (for non-WGS)
All checks were successful
automlst.engine/pipeline/head This commit looks good
2025-02-18 15:34:18 +00:00
d0318536b2 Changed FASTA reading to group based on file for merging partial targets 2025-02-14 14:35:53 +00:00
73aade2bde Merge branch 'features/improved-oop-architecture' into features/non-exact-notation 2025-02-12 17:07:51 +00:00
af8590baa7 Removed import of deleted feature 2025-02-12 17:07:10 +00:00
36bca1b70d Merge branch 'features/improved-oop-architecture' into features/non-exact-notation 2025-02-12 17:02:22 +00:00
09a693b696 Removed features being worked on in separate branch 2025-02-12 17:02:00 +00:00
ba606c35a9 conversion of collection of alleles to map now produces results with tuples instead of lists 2025-02-12 16:36:31 +00:00
4183840ba0 Added notation to indicate inexact matching in CSV 2025-02-12 15:59:19 +00:00
175a51f968 Replaced local profiler with a not implemented exception 2025-02-12 15:52:48 +00:00
e568e9fb2c Adapted latest merged reading codebase to current codebase 2025-02-11 19:13:29 +00:00
4b9eb8674d Merge branch 'develop' into features/local-typing 2025-02-11 17:55:34 +00:00
f75707e4fe CSV output column order is now predictable (sorted) 2025-02-11 17:54:48 +00:00
b4845fab34 Added automatic handling of strings instead of arrays of sequences to typing 2025-02-06 21:15:50 +00:00
fe999f1cab Added a unit test for multithreaded alignments 2025-02-06 18:01:50 +00:00
85946eb110 Fixed match metric difference between remote and local 2025-02-06 17:12:31 +00:00
a27e09da31 Added code to retrieve sequences and annotations from NCBI GenBank 2025-02-06 17:11:20 +00:00
ba2b688e89 Removed sorting as it seems unecessary 2025-02-05 22:06:50 +00:00
49f31b7943 Async aligner work tracking issue fixed 2025-02-05 21:47:51 +00:00
1c6e1cfb35 Fixed issue with hashing a ndarray by using tuple. 2025-02-05 20:43:53 +00:00
fb99526162 Updated iteration on asynchronous aligner 2025-02-05 17:17:37 +00:00
ff8a1aff08 Implemented annotated local typing method without testing 2025-02-04 16:19:00 +00:00
3e3898334f Began implementing LazyPersistentCachedBIGSdbMLSTProfiler 2025-01-27 22:03:49 +00:00
ba1f0aa318 Fixed potential memory leak 2025-01-27 22:02:52 +00:00
1773bb9dcb Updated naming (again). 2025-01-22 21:05:19 +00:00
53e74af20a Refactoring project name to autoBIGSst.engine 2025-01-22 18:24:04 +00:00
b89f24a3fa Fixed issue where multiple allele identifiers were not returned in output. 2025-01-17 17:04:22 +00:00
e7c8c5bcf9 Changed allele CSV output to non-lists 2025-01-17 16:56:52 +00:00
7ea7ead46a Moved ABIF code to separate project 2025-01-17 14:27:25 +00:00
a3c864b565 Refactored code layout 2025-01-16 21:54:52 +00:00
4fe0f0f287 Added stage for publishing to test.pypi.org when the tag a version number. 2025-01-16 21:22:49 +00:00
5449ae0c68 Moved CLI to automlst.cli repo 2025-01-10 17:22:12 +00:00
e634647774 Added untested partial matching 2025-01-10 16:12:56 +00:00
f20a656f45 Fixed multiple string typing failure handling 2025-01-10 16:00:27 +00:00
0c0a2c9d4c Finished adding partial allele matching 2025-01-10 15:25:31 +00:00
03fbbe542e allele profiling partial matching works 2025-01-09 21:44:28 +00:00
9589761ddd Now tracks failed profilings 2025-01-09 17:27:15 +00:00
2843d0d592 Added tests to test continuous MLST despite failure 2025-01-09 17:04:53 +00:00
463e320386 Updated BIGSdb API to be more tolerant towards failures 2025-01-09 16:49:12 +00:00
022200f197 Refactored class name 2025-01-09 16:22:50 +00:00
9b8e448512 Completed updating CLI to be more organized with bettert error messages 2025-01-09 07:39:18 +00:00
42d0f56b18 Moved to a general BIGSdb implementation
Updated tests

Removed ABIF UI for the time being

Began updating CLI
2025-01-08 21:32:10 +00:00
645357ac58 Added unit tests for pubMLST MLST profiling 2025-01-08 17:34:30 +00:00
424beeb559 Refactored CLI naming 2025-01-08 16:55:55 +00:00
d580402523 began adding PubMLST support 2025-01-08 16:54:57 +00:00
ad28d9bf20 Added additional test for fully automatic typing based on sequence 2025-01-08 16:31:06 +00:00
c3a492fa8f restructured MLST profiling classes 2025-01-08 16:24:42 +00:00
e9ffab5526 Removed unused code 2025-01-08 15:15:21 +00:00
02985d5e37 Copied over most code from another of my projects 2025-01-08 15:14:06 +00:00