~ubuntu-branches/debian/sid/embassy-domsearch/sid

« back to all changes in this revision

Viewing changes to emboss_acd/seqsearch.acd

  • Committer: Package Import Robot
  • Author(s): Andreas Tille
  • Date: 2012-06-22 10:03:24 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120622100324-v9e98arr9zjtmitl
Tags: 1:0.1.0+20110714-1
* New upstream version
* debian/control:
   - Standards-Version: 3.9.3 (no changes needed)
   - debhelper version 9
   - Adapted versioned (build-)depends to latest emboss version
* added debian/compat: 9
* debian/source/format: 3.0 (quilt)
* debian/rules: short dh
* debian/copyright: DEP5 fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
application: seqsearch [
2
2
  documentation: "Generate PSI-BLAST hits (DHF file) from a
3
3
                  DAF file."
4
 
  groups: "Protein:3D Structure"
 
4
  groups: "Protein:Profiles"
5
5
  gui: "yes"
6
6
  batch: "yes"
7
7
  cpu: "medium"
8
8
  embassy: "domsearch"
9
9
  external: "blastpgp NCBI toolkit or blast executables"
 
10
  relations: "EDAM:0000188 topic Sequence profiles and HMMs"
 
11
  relations: "EDAM:0000351 operation Sequence database search
 
12
                                     (by sequence using profile-based methods)"
10
13
]
11
14
 
12
15
section: input [
31
34
           sequences, ii. set of sequences (unaligned or aligned, but
32
35
           typically aligned sequences within a domain alignment file)). The
33
36
           user has to specify which."
34
 
    relations: "EDAM: Generic string array"                                
 
37
    relations: "EDAM:0002527 data Parameter or primitive"
35
38
  ]
36
39
 
37
40
  dirlist: inseqspath [
51
54
    default: "./"
52
55
    extension: "daf"
53
56
    knowntype: "domain alignment"
54
 
    relations:  "EDAM: EMBASSY domain alignment file"                  
 
57
    relations:  "EDAM:0001049 identifier Directory name"
 
58
    relations:  "EDAM:0001384 data Sequence alignment (protein)"
55
59
  ]
56
60
 
57
61
  string: database [
59
63
    information: "Name of BLAST-indexed database to search."
60
64
    default: "swissprot"
61
65
    knowntype: "blast protein dbname"
62
 
    relations:  "EDAM: BLAST database name"                            
 
66
    relations:  "EDAM:0001056 identifier Database name"
63
67
  ]
64
68
 
65
69
endsection: input
76
80
           This option specifies the number of PSIBLAST iterations that are
77
81
           performed in a search."
78
82
    default: "1"
79
 
    relations: "EDAM: Generic integer"                                     
 
83
    relations: "EDAM:0001693 data Number of iterations"
80
84
  ]
81
85
 
82
86
  float: evalue [
86
90
           in family. This option specifies the threshold E-value for a
87
91
           PSIBLAST hit to be retained."
88
92
    default: "0.001"
89
 
    relations: "EDAM: Generic float"                                       
 
93
    relations: "EDAM:0002146 data Threshold"
90
94
  ]
91
95
 
92
96
  integer: maxhits [
97
101
           retained. It should normally be set high so that nothing is
98
102
           discarded."
99
103
    default: "1000"
100
 
    relations: "EDAM: Generic integer"                                     
 
104
    relations: "EDAM:0001694 data Number of output entities"
101
105
  ]
102
106
 
103
107
endsection: required
119
123
    default: "./"
120
124
    extension: "dhf"
121
125
    knowntype: "domain hits"
122
 
    relations:  "EDAM: EMBASSY domain hits report"                     
 
126
    relations:  "EDAM:0001049 identifier Directory name"
 
127
    relations: "EDAM:0000849 data Sequence record"
 
128
    relations: "EDAM:0001219 format pure protein"
 
129
    relations:  "EDAM:0000857 data Database hits (sequence)"
123
130
  ]
124
131
 
125
132
  outfile: logfile [
130
137
           The log file contains messages about any errors arising while
131
138
           SEQSEARCH ran."
132
139
    knowntype: "domainatrix log"
133
 
    relations:  "EDAM: Domainatrix log file"                           
 
140
    relations:  "EDAM:0001678 data Tool log"
134
141
  ]
135
142
 
136
143
endsection: output