Skip to content

Commit e6b99d5

Browse files
committed
chore(dockstore): register HvpViralProteinAnnotation + FoldseekStructuralSearch
Surface both protein-annotation entry points on Dockstore so they can be imported into Terra workspaces: - HvpViralProteinAnnotation — full ORF call -> cluster -> foldseek -> annotate sub-workflow (PyrodigalGv + Mmseqs2 + Foldseek + helpers). - FoldseekStructuralSearch — tech-agnostic standalone foldseek wrapper that takes any protein FASTA and returns BFVD structural hits. Branch filters match the existing pattern (main, jts_*, tshea/*).
1 parent 7fb7ce4 commit e6b99d5

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

.dockstore.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,41 @@ workflows:
117117
- /tshea\/.*/
118118
tags:
119119
- /.*/
120+
121+
- name: HvpViralProteinAnnotation
122+
subclass: WDL
123+
primaryDescriptorPath: /wdl/pipelines/PacBio/Metagenomics/HvpViralProteinAnnotation.wdl
124+
readMePath: /README.md
125+
authors:
126+
- name: Jonn Smith
127+
orcid: 0000-0002-4279-8220
128+
affiliation: Broad Institute
129+
- name: Terrance Shea
130+
orcid: 0000-0002-6586-9298
131+
affiliation: Broad Institute
132+
filters:
133+
branches:
134+
- main
135+
- /jts_.*/
136+
- /tshea\/.*/
137+
tags:
138+
- /.*/
139+
140+
- name: FoldseekStructuralSearch
141+
subclass: WDL
142+
primaryDescriptorPath: /wdl/pipelines/TechAgnostic/ProteinAnnotation/FoldseekStructuralSearch.wdl
143+
readMePath: /README.md
144+
authors:
145+
- name: Jonn Smith
146+
orcid: 0000-0002-4279-8220
147+
affiliation: Broad Institute
148+
- name: Terrance Shea
149+
orcid: 0000-0002-6586-9298
150+
affiliation: Broad Institute
151+
filters:
152+
branches:
153+
- main
154+
- /jts_.*/
155+
- /tshea\/.*/
156+
tags:
157+
- /.*/

0 commit comments

Comments
 (0)