-
Notifications
You must be signed in to change notification settings - Fork 0
/
catrapid_library.yaml
65 lines (58 loc) · 1.88 KB
/
catrapid_library.yaml
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
---
title: Protein and Transcript library generator
name: catrapid_library
title_styled: >
catLib - Protein and Transcript library generator
version: 1.0
description: >
This module generates libraries of protein or transcripts
description_short: >
This module generates libraries of protein or transcripts
nav_links:
- title: >
catLibrary Home
href: >
http://service.tartaglialab.com/new_submission/catrapid_library
- title: >
Documentation
href: >
http://service.tartaglialab.com/static_files/shared/documentation.html
- title: >
Tutorial
href: >
http://service.tartaglialab.com/static_files/shared/tutorial.html#2
- 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: fragm
description: <b>Fragmentation mode</b>
type: radio
required: Yes
entries:
- title: none
value: none
- title: weighted (RNA)
value: weighted
- title: uniform (protein or RNA)
value: uniform
- name: email
description: Email address (optional, used for notification)
type: email
required: No
file_uploads:
- filename: A.fasta
description: Upload a set of sequences (max 500 - FASTA format)
format: fasta
required: Yes
algorithm:
command: "library.py -fileA=<file0> -output_dir=<output_dir>"
processing_timeout: 36000
# for the processing part
output:
-