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

« back to all changes in this revision

Viewing changes to emboss_acd/seqsort.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: seqsort [
2
2
  documentation: "Remove ambiguous classified sequences from
3
3
                  DHF files."
4
 
  groups: "Protein:3D Structure"
 
4
  groups: "Protein:Domains"
5
5
  gui: "yes"
6
6
  batch: "yes"
7
7
  cpu: "medium"
8
8
  embassy: "domsearch"
 
9
  relations: "EDAM:0000736 topic Protein domains"
 
10
  relations: "EDAM:0002121 operation Sequence file processing"
9
11
]
10
12
 
11
13
section: input [
26
28
    default: "./"
27
29
    extension: "dhf"
28
30
    knowntype: "domain hits"
29
 
    relations:  "EDAM: EMBASSY domain hits report"                     
 
31
    relations:  "EDAM:0001049 identifier Directory name"
 
32
    relations: "EDAM:0000849 data Sequence record"
 
33
    relations: "EDAM:0001219 format pure protein"
30
34
  ]
31
35
 
32
36
endsection: input
47
51
           replaced by a hit that is produced from merging the two
48
52
           overlapping hits."
49
53
    default: "10"
50
 
    relations: "EDAM: Generic integer"                                     
 
54
    relations: "EDAM:0001249 data Sequence length"
51
55
  ]
52
56
 
53
57
  toggle: dofamilies [
56
60
    help: "This option specifies to write a domain families file. If
57
61
           this option is set a domain families file is written."
58
62
    default: "N"
59
 
    relations: "EDAM: Generic boolean"                                     
 
63
    relations: "EDAM:0002527 data Parameter or primitive"
60
64
  ]
61
65
 
62
66
  toggle: doambiguities [
66
70
           file. If this option is set a domain ambiguities file is
67
71
           written."
68
72
    default: "N"
69
 
    relations: "EDAM: Generic boolean"                                     
 
73
    relations: "EDAM:0002527 data Parameter or primitive"
70
74
  ]
71
75
 
72
76
endsection: required
89
93
    default: "./"
90
94
    extension: "dhf"
91
95
    knowntype: "domain hits"
92
 
    relations:  "EDAM: EMBASSY domain hits report"                     
 
96
    relations:  "EDAM:0001049 identifier Directory name"
 
97
    relations: "EDAM:0000849 data Sequence record"
 
98
    relations: "EDAM:0001219 format pure protein"
93
99
  ]
94
100
 
95
101
  outfile: hitsfile [
109
115
    knowntype: "Domain hits"
110
116
    default: "fam.dhf"
111
117
    nullok: "Y"
112
 
    relations: "EDAM: Free text file"                                      
 
118
    relations:  "EDAM:0001049 identifier Directory name"
 
119
    relations: "EDAM:0000849 data Sequence record"
 
120
    relations: "EDAM:0001219 format pure protein"
113
121
  ]
114
122
 
115
123
  outfile: ambigfile [
129
137
    knowntype: "domain ambiguities"
130
138
    default: "oth.dhf"
131
139
    nullok: "Y"
132
 
    relations:  "EDAM: EMBASSY domain hits report"                     
 
140
    relations: "EDAM:0001049 identifier Directory name"
 
141
    relations: "EDAM:0000849 data Sequence record"
 
142
    relations: "EDAM:0001219 format pure protein"
133
143
  ]
134
144
 
135
145
endsection: output