mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 12:00:39 +00:00
⬆️ version bump to v4.5
- Update obioptions.Version from "Release 4.4.29" to "/v/ Release v5" - Update version.txt from 4.29 → .30 (automated by Makefile)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Marks each sequence as processed by adding a 'processed' attribute
|
||||
function worker(sequence)
|
||||
sequence:attribute("processed", "true")
|
||||
return sequence
|
||||
end
|
||||
Reference in New Issue
Block a user