Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add busco tool #754

Merged
merged 3 commits into from
Aug 27, 2024
Merged

add busco tool #754

merged 3 commits into from
Aug 27, 2024

Conversation

Tianhao-Gu
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.08%. Comparing base (758e036) to head (28fd747).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #754   +/-   ##
========================================
  Coverage    46.08%   46.08%           
========================================
  Files           78       78           
  Lines         7059     7059           
========================================
  Hits          3253     3253           
  Misses        3806     3806           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -62,10 +67,10 @@
# if no specific metadata is provided for a tool, the default values are used.
TASK_META = {'gtdb_tk': {'chunk_size': 1000, 'exe_time': 65, 'tasks_per_node': 4, 'threads_per_tool_run': 32},
'eggnog': {'chunk_size': 100, 'exe_time': 15, 'node_time_limit': 0.5}, # Memory intensive tool - reserve more nodes with less node reservation time
'busco': {'chunk_size': 50, 'exe_time': 90, 'node_time_limit': 1.5}, # 1.5 minutes per genome with a single task per node on the user's drive. TODO: Aim to test multi-threading per node along with scratch execution, and adjust `tasks_per_node` accordingly.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow this is expensive. For 10k genomes that's 250 hours, so scaling this to GTDB sized genome counts seems infeasible. Hopefully your TODOs pan out.

src/loaders/compute_tools/busco/versions.yaml Outdated Show resolved Hide resolved
src/loaders/compute_tools/busco/Dockerfile Show resolved Hide resolved
src/loaders/compute_tools/busco/busco.py Outdated Show resolved Hide resolved
src/loaders/compute_tools/busco/busco.py Show resolved Hide resolved
src/loaders/compute_tools/busco/busco.py Show resolved Hide resolved
Copy link
Member

@MrCreosote MrCreosote left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Tianhao-Gu Tianhao-Gu merged commit c896ed3 into develop Aug 27, 2024
12 checks passed
@Tianhao-Gu Tianhao-Gu deleted the dev_build_busco branch August 27, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants