-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcrossalign_file.yaml
More file actions
125 lines (113 loc) · 3.81 KB
/
Copy pathcrossalign_file.yaml
File metadata and controls
125 lines (113 loc) · 3.81 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
---
title: CROSSalign
name: crossalign_file
title_styled: >
prova
version: 1.0
description: >
<p>CROSSalign predicts the structural similarities of two RNA profiles of different length. The tool is based on CROSS and a Dynamic Time Warping algorithm.</p>
description_short: >
Computes the similarity of RNA secondary structure
nav_links:
- title: >
CROSSalign home
href: >
http://service.tartaglialab.com/new_submission/crossalign
- title: >
Documentation
href: >
http://service.tartaglialab.com/static_files/algorithms/crossalign/documentation.html
- title: >
Tutorial
href: >
http://service.tartaglialab.com/static_files/algorithms/crossalign/tutorial.html
# - title: >
# FAQs
# href: >
# http://service.tartaglialab.com/static_files/shared/faqs.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: feature
description: <b>Modes of Dynamic Time Warping (DTW; see the Tutorial/Documentation for the details)</b>
type: radio
required: Yes
entries:
- title: Standard DTW
value: normal
shows:
- sequence_two
hides:
- organism
- title: OBE-DTW
value: obe
shows:
- sequence_two
hides:
- organism
- title: Fragmented OBE-DTW
value: fragment
shows:
- sequence_two
hides:
- organism
- title: Dataset (lincRNAs of a specific organism)
value: dataset
hides:
- sequence_two
shows:
- organism
- title: Custom Dataset (Upload your sequences for a custom dataset)
value: custom_dataset
hides:
- organism
shows:
- sequence_two
- name: organism
description: <b>Organism (all lincRNAs from Ensemble)</b>
type: radio
required: No
hidden: Yes
entries:
- title: Human
value: human
- title: Mouse
value: mouse
- title: Macaque
value: macaq
- title: Rat
value: rat
- title: Zebrafish
value: zebra
- name: email
description: Email address (optional, used for notification)
type: email
required: No
file_uploads:
- name: sequence_one
filename: A.fasta
description: RNA Sequences 1 (FASTA format, please ensure that your sequences only contain A, C, G, T, and U. Do not use !@#$% etc.; the minimum required sequence length is 25 nucleotides.)
format: fasta
required: Yes
min_sequences: 1
min_indiv_len: 25
- name: sequence_two
filename: C.fasta
hidden: Yes
description: RNA Sequences 2 or for custom dataset (FASTA format, please ensure that your sequences only contain A, C, G, T, and U. Do not use !@#$% etc.; the minimum required sequence length is 25 nucleotides.)
format: fasta
required: No
min_sequences: 1
min_indiv_len: 25
algorithm:
command: "crossalign.py -text=No -fileA=<file0> -fileB=<file1> -output_dir=<output_dir>"
processing_timeout: 86400
# for the processing part
output:
-