This repository has been archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
InterProScan_4.7.yaml
125 lines (125 loc) · 4.71 KB
/
InterProScan_4.7.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
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
!mobyle/program
name: InterProScan
version: '4.7'
title: InterProScan (4.7)
description: InterProScan - Signature Recognition Search Against the Integrated Resource
of Protein Domains and Functional Sites
authors: <html:span xmlns:html="http://www.w3.org/1999/xhtml">Zdobnov E.M. and Apweiler
R.</html:span>
inputs: !mobyle/inputparagraph
children:
- !mobyle/inputprogramparagraph
prompt: Input data
name: input
children:
- !mobyle/inputprogramparameter
prompt: iprscan initiation
format: '"iprscan_launcher.sh"'
argpos: -2
name: iprscan_init
command: true
hidden: true
type: !mobyle/stringtype {}
- !mobyle/inputprogramparameter
comment: Sequence where to look for some known motifs.
prompt: Query (-i)
format: '" -i "+ str(query_seq)'
simple: true
mandatory: true
name: query_seq
command: false
type: !mobyle/formattedtype
format_terms: ['EDAM_format:2200']
data_terms: ['EDAM_data:2044']
- !mobyle/inputprogramparameter
comment: Select the type of sequence corresponding to the one entered
above.
prompt: Sequence type
format: '" -seqtype "+ str(value)'
simple: true
mandatory: true
name: seqtype
command: false
type: !mobyle/stringtype
default: p
options:
- {label: Nucleic, value: n}
- {label: Proteic, value: p}
- !mobyle/inputprogramparagraph
prompt: InterProScan options
name: options
children:
- !mobyle/inputprogramparameter
prompt: Switch on the InterPro lookup for results.
format: ("" , " -iprlookup")[bool(value)]
name: iprlookup
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter
prompt: Show GO terms if iprlookup option is also given.
format: ("" , " -goterms")[bool(value)]
name: goterms
command: false
type: !mobyle/booleantype {default: false}
- !mobyle/inputprogramparameter {comment: Select the applications that will
perform the search in InterPro member databases., prompt: Applications
to launch, format: '" -appl "+ str(value)', simple: true, mandatory: true,
name: applications, command: false}
- !mobyle/inputprogramparameter
comment: Select the type of sequence corresponding to the one entered
above.
prompt: Output format
format: '" -format "+ str(value)'
simple: true
mandatory: true
name: output_format
command: false
type: !mobyle/stringtype
default: txt
options:
- {label: Raw, value: raw}
- {label: Txt, value: txt}
- {label: Html, value: html}
- {label: Xml, value: xml}
- {label: EBI header on top of xml, value: ebixml}
- {label: GFF, value: gff}
- !mobyle/inputprogramparameter
prompt: InterProScan results
format: '" -o "+value'
argpos: 0
name: outputFile
command: false
hidden: true
type: !mobyle/stringtype {default: interpro_results}
- !mobyle/inputprogramparameter
prompt: Some constant options
format: '" -cli"'
argpos: -1
name: configStuff
command: false
hidden: true
type: !mobyle/stringtype {}
outputs: !mobyle/outputparagraph
children:
- !mobyle/outputprogramparameter {prompt: The output file where to write results,
filenames: outputFile, name: outputFilePath}
- !mobyle/outputprogramparameter
prompt: Standard output
filenames: '"InterProScan.out"'
name: stdout
output_type: stdout
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
- !mobyle/outputprogramparameter
prompt: Standard error
filenames: '"InterProScan.err"'
name: stderr
type: !mobyle/formattedtype
data_terms: ['EDAM_data:2048']
references:
- {doi: null, label: '<html:span xmlns:html="http://www.w3.org/1999/xhtml">Zdobnov
E.M. and Apweiler R. "InterProScan - an integration platform for the signature-recognition
methods in InterPro" Bioinformatics, 2001, 17(9): p. 847-8.</html:span>',
url: null}
documentation_links: ['http://www.ebi.ac.uk/Tools/InterProScan/help.html']
env: {}