Skip to content

Commit 72d4042

Browse files
committed
add new activity page and create software page
1 parent 19fec1e commit 72d4042

5 files changed

Lines changed: 136 additions & 4 deletions

File tree

_data/sidebars/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ subitems:
1919
url: /community_resources
2020
- title: How-to Guides
2121
url: /guides
22+
- title: Software
23+
url: /software
2224
- title: External resources
2325
subitems:
2426
- title: Structure prediction

_data/tool_and_resource_list.yml

Lines changed: 62 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,71 @@
338338
URL: protein_design_seminars
339339
DOI: https://doi.org/10.5281/zenodo.17626498
340340
- Description: A nextflow pipeline with support for numerous structure prediction tools.
341-
Tag: Community resource
341+
Tag: Software
342342
Title: nf-core ProteinFold v2.0.0
343343
Type:
344344
- Workflow
345345
Roadmap:
346346
- Roadmap deliverable 3
347347
URL: nfcore_proteinfold
348-
DOI: https://doi.org/10.5281/zenodo.7437037
348+
DOI: https://doi.org/10.5281/zenodo.7437037
349+
- Description: Predicts the structure of target proteins using MSAs generated by hhblits/jackhmmer.
350+
Tag: Software
351+
Title: AlphaFold2
352+
Type:
353+
- Software
354+
- For AMD GPUs
355+
Roadmap:
356+
- Roadmap deliverable 3
357+
URL: https://pawsey.atlassian.net/wiki/spaces/US/pages/611418237/Using+AlphaFold2+on+AMD+GPUs
358+
DOI:
359+
- Description: Predicts the structure of target molecules (proteins, nucleic acids, small molecules) using MSAs generated by MMSeqs2.
360+
Tag: Software
361+
Title: Boltz
362+
Type:
363+
- Software
364+
- For AMD GPUs
365+
Roadmap:
366+
- Roadmap deliverable 3
367+
URL: https://pawsey.atlassian.net/wiki/spaces/US/pages/1767571575/Using+Boltz+v.2.2.1+on+AMD+GPUs
368+
DOI:
369+
- Description: Predicts the structure of target proteins using MSAs generated by MMSeqs2.
370+
Tag: Software
371+
Title: ColabFold
372+
Type:
373+
- Software
374+
- For AMD GPUs
375+
Roadmap:
376+
- Roadmap deliverable 3
377+
URL: https://pawsey.atlassian.net/wiki/spaces/US/pages/611123341/Using+ColabFold+on+AMD+GPUs
378+
DOI:
379+
- Description: Predicts the structure of a target sequence using the ESM pre-trained language model.
380+
Tag: Software
381+
Title: ESMFold
382+
Type:
383+
- Software
384+
- For AMD GPUs
385+
Roadmap:
386+
- Roadmap deliverable 3
387+
URL: https://pawsey.atlassian.net/wiki/spaces/US/pages/1028816938/Using+ESMFold+on+AMD+GPUs
388+
DOI:
389+
- Description: Predicts a sequence composition compatible with an input target structure.
390+
Tag: Software
391+
Title: ProteinMPNN
392+
Type:
393+
- Software
394+
- For AMD GPUs
395+
Roadmap:
396+
- Roadmap deliverable 3
397+
URL: https://pawsey.atlassian.net/wiki/spaces/US/pages/613089393/Using+ProteinMPNN+on+AMD+GPUs
398+
DOI:
399+
- Description: Diffusion-based model to generate new protein structures.
400+
Tag: Software
401+
Title: RFdiffusion
402+
Type:
403+
- Software
404+
- For AMD GPUs
405+
Roadmap:
406+
- Roadmap deliverable 3
407+
URL: https://pawsey.atlassian.net/wiki/spaces/US/pages/808091691/Using+RFDiffusion+on+AMD+GPUs
408+
DOI:

pages/activities/amd_software.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: Porting high priority software to AMD GPUs
3+
description: Porting software prioritised by the community to AMD to allow software execution at Pawsey Supercomputing Research Centre and other centres operating AMD GPUs.
4+
type: Activity_in_progress
5+
roadmap: A shared platform, or platforms (Roadmap D3Ab)
6+
roadmap_category: Shared-platform
7+
contributors: [Sarah Beecroft, Joshua Storm Caley]
8+
toc: false
9+
tiles:
10+
- title: "Visit the software resources page to see the tools ported to AMD GPUs"
11+
url: /software
12+
---
13+
14+
15+
{% include tiles-simple.html target = "tiles" col = "1" %}
16+
17+
18+
## Details
19+
20+
- Deep Learning models work natively with NVIDIA hardware.
21+
- Setonix at Pawsey contains a large number of AMD GPUs.
22+
- Models can be made to work with AMD hardware available at Pawsey.
23+
- This ongoing activity is specifically for the identification, prioritisation, and porting of structural biology software from NVIDIA to AMD GPUs.
24+
25+
26+
### Completed
27+
28+
- [AMD compatible containers for nf-core proteinfold](nfcore_proteinfold_pawsey).
29+
30+
31+
### In Progress
32+
33+
34+
### Future
35+
36+
- Continue to port software to AMD that has been prioritised by the community.
37+
38+
39+
### Acknowledgements
40+
41+
This work was supported by Australian BioCommons and the Pawsey Supercomputing Research Centre (https://ror.org/04f2f0537). Australian BioCommons receives NCRIS funding through Bioplatforms Australia. Pawsey Supercomputing Research Centre receives funding from the Australian Government and the Government of Western Australia.

pages/activities/nfcore_proteinfold_pawsey.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
---
2-
title: nf-core ProteinFold at Pawsey
3-
description: Deploy nf-core ProteinFold workflow at Pawsey Supercomputing Research Centre.
2+
title: Porting software to AMD to enable nf-core ProteinFold at Pawsey
3+
description: Port software to AMD to allow the deployment of the nf-core ProteinFold workflow at Pawsey Supercomputing Research Centre.
44
type: Activity_in_progress
55
roadmap: A shared platform, or platforms (Roadmap D3Ab)
66
roadmap_category: Shared-platform
77
contributors: [Sarah Beecroft, Joshua Storm Caley]
88
toc: false
99
redirect_from: /website/nfcore_proteinfold_pawsey
10+
tiles:
11+
- title: "Visit the software resources page to see the tools ported to AMD GPUs"
12+
url: /software
13+
- title: "See version 2.0.0 of the nf-core/proteinfold workflow"
14+
url: https://nf-co.re/proteinfold/2.0.0/
1015
---
1116

17+
18+
{% include tiles-simple.html target = "tiles" col = "2" %}
19+
20+
1221
## Details
1322

1423
- Deep Learning models work natively with NVIDIA hardware.
1524
- Setonix at Pawsey contains a large number of AMD GPUs.
1625
- Models can be made to work with AMD hardware available at Pawsey.
1726

27+
1828
### Completed
1929

2030
- Build AMD compatible container for AlphaFold2.
@@ -25,8 +35,17 @@ redirect_from: /website/nfcore_proteinfold_pawsey
2535
- Adapt containers for compatibility with nf-core proteinfold.
2636
- Test nfcore proteinfold workflow at Pawsey.
2737

38+
2839
### In Progress
2940

3041
- ProteinFold config optimized for Pawsey.
3142

43+
3244
### Future
45+
46+
- Port software to AMD that has been prioritised by the community.
47+
48+
49+
### Acknowledgements
50+
51+
This work was supported by Australian BioCommons and the Pawsey Supercomputing Research Centre (https://ror.org/04f2f0537). Australian BioCommons receives NCRIS funding through Bioplatforms Australia. Pawsey Supercomputing Research Centre receives funding from the Australian Government and the Government of Western Australia.

pages/resources/software.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Software
3+
page_id: software
4+
toc: false
5+
---
6+
7+
The software listed here is the result of activities across the ASBC community. An additional label has been added to those activities that address a deliverable from the [infrastructure roadmap](https://doi.org/10.5281/zenodo.15786982).
8+
9+
{% include resource-table-category.html category="Software" %}
10+

0 commit comments

Comments
 (0)