-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathform.yml.erb
48 lines (43 loc) · 1.37 KB
/
form.yml.erb
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
form:
- samplesheet
- run_name
- af_method
- prot_mode
- email
cluster: "katana"
attributes:
samplesheet:
widget: "text_field"
pattern: "*.csv^"
help: |
Acceptable inputs
<ul>
<li><b>Directory containing Fasta files</b> /srv/scratch/z3545907/Experiment</li>
<li><b>Amino acid sequence</b> MPGAFSQNSSKRRAVLPRSHR</li>
</ul>
run_name:
widget: "text_field"
label: "Run Name"
af_method:
widget: "select"
label: "Method"
help: |
<ul>
<li><b>AlphaFold2.3</b> High Accuracy, Slower</li>
<li><b>ESMFold</b> Medium/Low Accuracy, Fastest, No Evolutionary Sequence Calculations</li>
<li><b>RoseTTAFold-All-Atom</b> High Accuracy, Slower</li>
<li><b>HelixFold3</b> High Accuracy, Slower</li>
</ul>
options:
- ["Alphafold2", "af2", data-hide-mode: false]
- ["ESMFold", "esmf", data-hide-mode: true]
- ["RoseTTAFold-All-Atom", "rfaa", data-hide-mode: true]
- ["HelixFold3", "hf3", data-hide-mode: true]
prot_mode:
widget: "select"
label: "Mode"
options:
- ["Multimer", "multimer"]
- ["Monomer", "monomer"]
email:
widget: "text_field"