Skip to content

Commit

Permalink
Add 3 new tools to cpt.yaml (#776)
Browse files Browse the repository at this point in the history
* Update cpt.yaml

Add 5 tools, remove 2 tools

* Update cpt.yaml

added defense_finder

* Updated trusted tools (2024-08-31)

* Update cpt.yaml 

Added back cpt_intersect_adjacent and cpt_related_genomes_prot for repeatability issues with comments, removed phageterm, phagetermvirome and defense_finder, will deal with these in a future PR. Net change is adding 3 new CPT tools.

* Updated trusted tools (2024-09-07)

* Updated trusted tools (2024-09-14)

---------

Co-authored-by: github-actions[bot] <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2024
1 parent 6164c8e commit cf336a4
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
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
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

0 comments on commit cf336a4

Please sign in to comment.