-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.yaml
More file actions
66 lines (59 loc) · 1.92 KB
/
Copy pathexample.yaml
File metadata and controls
66 lines (59 loc) · 1.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
title: example
name: example
title_styled: >
example
version: 1.0
description: >
example is an algorithm for the visualization of protein physico-chemical profiles.
description_short: >
example is an algorithm for the visualization of protein physico-chemical profiles.
nav_links:
- title: >
example Home
href: >
http://service.tartaglialab.com/new_submission/example
- title: >
Tutorial
href: >
http://service.tartaglialab.com/static_files/shared/tutorial_example.html
- title: >
Group page @ CRG
href: >
http://pasteur.crg.es/portal/page/portal/827A462EAB6802B3E04012AC0E01291B
form_fields:
- name: title
description: Submission label (optional)
required: No
type: text
- name: protein_seq
description: Protein sequence (FASTA format)
required: Yes
type: textarea
- name: email
description: Email address (optional, used for notification)
type: email
required: No
- name: feature
description: <b>Physico-chemical features</b>
type: radio
required: Yes
entries:
- title: Alpha-helix (Deleage-Roux, 1987)
value: alphahelix
- title: Beta-sheet (Chou-Fasman, 1978)
value: betasheet
- title: Disorder (Dunker, 2008)
value: disorder
- title: Hydrophobicity (Eisenberg, 1984)
value: hydrophobicity
examples:
- reference_id: 75964
title: My first profile
description: (Me et al. 2015)
algorithm:
command: "example.py -output_dir=<output_dir>"
processing_timeout: 7200
# for the processing part
output:
-