Hacked out some code to allow for multi odb lineage runs#234
Draft
DLBPointon wants to merge 20 commits into
Draft
Hacked out some code to allow for multi odb lineage runs#234DLBPointon wants to merge 20 commits into
DLBPointon wants to merge 20 commits into
Conversation
DLBPointon
marked this pull request as draft
April 29, 2026 22:54
Contributor
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.5.2. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
Contributor
Author
|
Needs a bit of cleaning - some other thoughts:
|
Contributor
Author
DLBPointon
marked this pull request as ready for review
May 12, 2026 13:25
Contributor
Author
|
@muffato I've added a test config for multi_odb runs, it's not in use at the minute though. It will just need But do you think that can be merged into |
DLBPointon
marked this pull request as draft
May 16, 2026 08:58
Contributor
Author
|
Move this across to the busco pipeline |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
VERY MUCH A DRAFT
My midnight romp through the blobtoolkit code to add multi-odb runs.
I've tried to do this with as minimal changes as possible. So it effects 1 function and adds another.
Edit: my test run has just completed too, looks fine. Although I should load it into a viewer first.
Excuse the over-zealous linter making changes to the python
required creating a merged odb mapping, so we don't miss out on any mappings:
cat assets/mapping*.txt | uniq > mixed.txtand this modified
raw_test.nf.config: