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 3 new tools to cpt.yaml #776

Merged
merged 7 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion cpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,11 @@ tools:
- name: cpt_lipory
owner: cpt
tool_panel_section_label: Annotation

- name: cpt_intersect_adjacent
bgruening marked this conversation as resolved.
Show resolved Hide resolved
owner: cpt
tool_panel_section_label: Annotation
## deprecated tool, replaced by cpt_intersect_adj

- name: cpt_related_genomes_nuc
owner: cpt
Expand All @@ -75,6 +76,7 @@ tools:
- name: cpt_related_genomes_prot
owner: cpt
tool_panel_section_label: Phylogenetics
## deprecated tool, replaced by cpt_protein_blast_grouping

- name: cpt_xmfa_to_table
owner: cpt
Expand Down Expand Up @@ -127,3 +129,16 @@ tools:
- name: cpt_fasta_translate
owner: cpt
tool_panel_section_label: Annotation

- name: cpt_protein_blast_grouping
owner: cpt
tool_panel_section_label: Annotation

- name: cpt_prophage_relatedness
owner: cpt
tool_panel_section_label: Annotation

- name: cpt_intersect_adj
owner: cpt
tool_panel_section_label: Annotation

15 changes: 15 additions & 0 deletions cpt.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -182,3 +182,18 @@ tools:
revisions:
- cb42bee49abb
tool_panel_section_label: Annotation
- name: cpt_protein_blast_grouping
owner: cpt
revisions:
- 11701cc63084
tool_panel_section_label: Annotation
- name: cpt_prophage_relatedness
owner: cpt
revisions:
- 7ba8b1f0fdf0
tool_panel_section_label: Annotation
- name: cpt_intersect_adj
owner: cpt
revisions:
- 00aab5199327
tool_panel_section_label: Annotation
Loading