-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathform.yml.erb
More file actions
executable file
·49 lines (41 loc) · 1.31 KB
/
form.yml.erb
File metadata and controls
executable file
·49 lines (41 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
title: "Protein Prediction"
cluster:
- rc
- 2e
form:
- session_type
- auto_accounts
- auto_queues
- working_directory
- protein_sequence
- agree_terms
- bc_email_on_started
attributes:
session_type:
label: "Protein Prediction Engine"
help: "Note: ESMFold and RFDiffusion will be coming soon"
widget: select
options:
- ["AlphaFold 2", "AlphaFold 2", data-hide-agree-terms: true, data-set-agree-terms: true]
- ["AlphaFold 3", "AlphaFold 3", data-hide-agree-terms: false, data-set-agree-terms: false]
auto_accounts:
label: "GPU Account"
help: "Note: Account with access to GPU resources required"
protein_sequence:
widget: text_area
label: "Input Sequence"
help: "Enter the input sequence"
agree_terms:
label: "I agree to Google's Terms of Service"
widget: check_box
help: "<a href=\"https://github.com/google-deepmind/alphafold3/blob/main/WEIGHTS_TERMS_OF_USE.md\" target=\"_blank\">Read the terms</a>"
required: true
working_directory:
label: "Working Directory"
help: "Output files will be saved here (scratch space recommended)"
widget: "path_selector"
show_files: false
value: "/scratch/<%= ENV['USER'] %>"
bc_email_on_started:
label: "I would like to receive an email when the session starts and completes"