This file is indexed.

/var/lib/mobyle/programs/scan_region.xml is in mobyle-programs 5.1.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
<?xml version='1.0' encoding='UTF-8'?>
<!-- XML Authors: Corinne Maufrais, Nicolas Joly and Bertrand Neron,             -->
<!-- 'Biological Software and Databases' Group, Institut Pasteur, Paris.         -->
<!-- Distributed under LGPLv2 License. Please refer to the COPYING.LIB document. -->
<program xmlns:xi="http://www.w3.org/2001/XInclude">
  <head>
    <name>scan_region</name>
    <xi:include href="Entities/penncnv_package.xml"/>
    <doc>
      <title>scan_region</title>
      <description>
        <text lang="en">Scan genomic regions in a query-file against a DB-file which contains
        chromosome locations for various genomics features</text>
      </description>
    </doc>
    <category>genetics:detection</category>
    <command>scan_region.pl</command>
  </head>
  <parameters>
    <parameter ismandatory="1" issimple="1">
      <name>cnvfile</name>
      <prompt lang="en">CNV calls file (cnv)</prompt>
      <type>
        <datatype>
          <class>Cnv</class>
          <superclass>AbstractText</superclass>
        </datatype>
      </type>
      <format>
        <code proglang="perl">(defined $value) ? " $value " : ""</code>
        <code proglang="python">( "" , " " + str(value) )[ value is not None]</code>
      </format>
      <comment>
        <text lang="en">A file containing CNV calls, that could be generated by the
                test operation of detect_cnv program.</text>
      </comment>
      <argpos>1</argpos>
    </parameter>
    <parameter ismandatory="1" issimple="1">
      <name>reffile</name>
      <prompt lang="en">Reference genes for CNV calls generated using hg18 (Mar 2006, NCBI build 36) human genome assembly</prompt>
      <type>
        <datatype>
          <class>Choice</class>
        </datatype>
      </type>
      <vdef>
        <value>null</value>
      </vdef>
      <vlist>
        <velem undef="1">
          <value>null</value>
          <label>Choose a Reference genes databases</label>
        </velem>
        <velem>
          <value>hg18_refGene.txt</value>
          <label>UCSC refGene Annotation</label>
        </velem>
        <velem>
          <value>UCSCknownGene.txt</value>
          <label>UCSC knownGene Annotation</label>
        </velem>
      </vlist>
      <format>
        <code proglang="perl">(defined $value) ? " <xi:include href="../../Local/Services/Programs/Env/penncnv_data.xml" xpointer="xpointer(/penncnv_data/shared_data/text())"/>$value " : ""</code>
        <code proglang="python">( "" , " <xi:include href="../../Local/Services/Programs/Env/penncnv_data.xml" xpointer="xpointer(/penncnv_data/shared_data/text())"/>" + str(value) )[ value is not None ]</code>
      </format>
      <argpos>2</argpos>
    </parameter>
    
    <parameter ismandatory="1" issimple="1">
      <name>reference</name>
      <prompt lang="en">Flags specifying type of databases</prompt>
      <type>
        <datatype>
          <class>Choice</class>
        </datatype>
      </type>
      <vdef>
        <value>null</value>
      </vdef>
      <vlist>
        <velem undef="1">
          <value>null</value>
          <label>Choose a flags specifying type of databases</label>
        </velem>
        <velem>
          <value>--refgene</value>
          <label>Database is UCSC refGene annotation file</label>
        </velem>
        <velem>
          <value>--refcds</value>
          <label>Database is UCSC refGene with exon annotation</label>
        </velem>
        <velem>
          <value>--refexon</value>
          <label>Database is UCSC refGene with coding sequence annotation</label>
        </velem>
        <velem>
          <value>--knowngene</value>
          <label>Database is UCSC knownGene annotation file</label>
        </velem>
      </vlist>
      <format>
        <code proglang="perl">(defined $value and $value ne $vdef) ? " $value " : ""</code>
        <code proglang="python">( "" , " " + str(value) )[ value is not None  and value !=vdef]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">--refgene:  specify that the database file is in refGene format from UCSC genome
               browser.</text>
        <text lang="en">--refcds:  specify that the database file is in refGene format from UCSC genome
               browser, but user is only interested in the overlap of coding
               region (first exon to last exon).</text>
        <text lang="en">--refexon:   specify that the database file is in refGene format from UCSC genome
               browser, but user is only interested in the overlap of query
               with exons.</text>
        <text lang="en">--knowngene:  specify that the database file is in knownGene format from UCSC
               genome browser.</text>
      </comment>
    </parameter>
    <paragraph>
      <name>dbfile-specific</name>
      <prompt lang="en">Database-specific arguments</prompt>
      <parameters>
        <parameter>
          <name>name2</name>
          <prompt lang="en">Use name2 annotation in refGene file in output</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <precond>
            <code proglang="perl">$reference eq '--refgene'</code>
            <code proglang="python">reference == '--refgene'</code>
          </precond>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="perl">($value) ? "--name2  " : ""</code>
            <code proglang="python">( "" , " --name2  " )[ value]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">This argument is used in conjunction with the --refgene argument,
         to specify that the alternative gene symbol in the
               "name2" field in the refGene file be printed in the output.</text>
          </comment>
        </parameter>
        <parameter>
          <name>reflink</name>
          <prompt lang="en">Specify a cross-reference file for the RefGene track in UCSC genome browser</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <precond>
            <code proglang="perl">$reference ne '--knowngene' </code>
            <code proglang="python">reference != '--knowngene'</code>
          </precond>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="perl">($value) ? "--reflink <xi:include href="../../Local/Services/Programs/Env/penncnv_data.xml" xpointer="xpointer(/penncnv_data/shared_data/text())"/>hg18_refLink.txt " : ""</code>
            <code proglang="python">( "" , " --reflink <xi:include href="../../Local/Services/Programs/Env/penncnv_data.xml" xpointer="xpointer(/penncnv_data/shared_data/text())"/>hg18_refLink.txt " )[ value]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Specify a cross-reference file for the RefGene track in UCSC
               genome browser, so that in the output, the gene identifier
               (gene name or refseq id) are replaced by the gene symbol specified
                in the link file. (If not found in the reflink file, the
               gene identifiers are still used).</text>
          </comment>
        </parameter>
        <parameter>
          <name>kgxref</name>
          <prompt lang="en">Specify a cross-reference file for the knownGene track in UCSC  genome browser</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <precond>
            <code proglang="perl">$reference eq '--knowngene'</code>
            <code proglang="python">reference == '--knowngene'</code>
          </precond>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="perl">($value) ? "--kgxref <xi:include href="../../Local/Services/Programs/Env/penncnv_data.xml" xpointer="xpointer(/penncnv_data/shared_data/text())"/>UCSCkgXref.txt " : ""</code>
            <code proglang="python">( "" , " --kgxref <xi:include href="../../Local/Services/Programs/Env/penncnv_data.xml" xpointer="xpointer(/penncnv_data/shared_data/text())"/>UCSCkgXref.txt " )[ value]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Specify a cross-reference file for the knownGene track in UCSC
               genome browser, so that in the output, the gene identifier
               (gene name or refseq id) are replaced by the gene symbol specified
                in the kgxref file. (If not found in the kgxref file, the
               gene identifiers are still used).</text>
          </comment>
        </parameter>
      </parameters>
    </paragraph>
    <paragraph>
      <name>query-db-match</name>
      <prompt lang="en">Criteria for defining query-db match</prompt>
      <parameters>
        <parameter>
          <name>condense_query</name>
          <prompt lang="en">Condense and eliminate overlapping regions in query</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="perl">($value) ? "--condense_query " : ""</code>
            <code proglang="python">( "" , " --condense_query " )[ value]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Condense overlapped regions in the query file into non-over-lapped
         regions. When this argument is set, the annotation for
               each query (the strings after the chromosome location in each
               line of the query file) will not in the output.</text>
          </comment>
        </parameter>
        <parameter>
          <name>score_threshold</name>
          <prompt lang="en">Score threshold for database in UCSC annotation file</prompt>
          <type>
            <datatype>
              <class>Float</class>
            </datatype>
          </type>
          <format>
            <code proglang="perl">(defined $value) ? " --score_threshold $value " : ""</code>
            <code proglang="python">( "" , " --score_threshold " + str(value) )[ value is not None]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Specify the score threshold in the database file to include in the
               search for overlaps. This argument is file format dependent.</text>
          </comment>
        </parameter>
        <parameter>
          <name>normscore_threshold</name>
          <prompt lang="en">Normalized score threshold for database in UCSC annotation file</prompt>
          <type>
            <datatype>
              <class>Float</class>
            </datatype>
          </type>
          <format>
            <code proglang="perl">(defined $value) ? " --normscore_threshold $value " : ""</code>
            <code proglang="python">( "" , " --normscore_threshold " + str(value) )[ value is not None]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Specify the normalized score threshold in the database file to
               include in the search for overlaps. This argument is file format dependent.</text>
          </comment>
        </parameter>
        <!--
      <parameter>
        <name>minoverlap</name>
        <prompt lang="en">Minimum portion of overlap (either query or database) to decide query-db match</prompt>
        <type>
        <datatype>
          <class>Float</class>
        </datatype>
        </type>
        <format>
        <code proglang="perl">($value) ? " -minoverlap $value " : ""</code>
        <code proglang="python">( "" , " -minoverlap " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">The minimum percentage of overlap between query and database chromosome region to infer a matching event. By default, even a sin-
               gle base pair overlap will be considered as overlap, but a lot
               of times people prefer to use something like 0.5 (50% overlap)
               to make sure that the query and database regions have high concordance. This argument operates by OR operation: if overlap for
               either query or database exceed the specified criteria, it will be
               treated as passing the criteria.</text>
      </comment>
      </parameter>
      
      <parameter>
        <name>maxoverlap</name>
        <prompt lang="en">Maximum portion of overlap (either query or database) to decide query-db match</prompt>
        <type>
        <datatype>
          <class>Float</class>
        </datatype>
        </type>
        <format>
        <code proglang="perl">($value) ? " -maxoverlap $value " : ""</code>
        <code proglang="python">( "" , " -maxoverlap " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">The maximum percentage of overlap between query and database chromosome region to infer a matching event.</text>
      </comment>
      </parameter>           
                   
      <parameter>
        <name>minquerydbratio</name>
        <prompt lang="en">Minimum query to database length ratio to decide match</prompt>
        <type>
        <datatype>
          <class>Float</class>
        </datatype>
        </type>
        <format>
        <code proglang="perl">($value) ? " -minquerydbratio $value " : ""</code>
        <code proglang="python">( "" , " -minquerydbratio " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">Minimum query to database length ratio to infer a matching event.</text>
      </comment>
      </parameter>
      
      <parameter>
        <name>maxquerydbratio</name>
        <prompt lang="en">Maximum query to database length ratio to decide match</prompt>
        <type>
        <datatype>
          <class>Float</class>
        </datatype>
        </type>
        <format>
        <code proglang="perl">($value) ? " -maxquerydbratio $value " : ""</code>
        <code proglang="python">( "" , " -maxquerydbratio " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">Maximum query to database length ratio to infer a matching event.</text>
      </comment>
      </parameter>
      
      <parameter>
        <name>mindbfrac</name>
        <prompt lang="en">Minimum fraction of database in overlap</prompt>
        <type>
        <datatype>
          <class>Float</class>
        </datatype>
        </type>
        <format>
        <code proglang="perl">($value) ? " -mindbfrac $value " : ""</code>
        <code proglang="python">( "" , " -mindbfrac " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">Minimum fraction of database in overlap to infer a matching event.</text>
      </comment>
      </parameter>
      
      <parameter>
        <name>maxdbfrac</name>
        <prompt lang="en">Maximum fraction of database in overlap</prompt>
        <type>
        <datatype>
          <class>Float</class>
        </datatype>
        </type>
        <format>
        <code proglang="perl">($value) ? " -maxdbfrac $value " : ""</code>
        <code proglang="python">( "" , " -maxdbfrac " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">Maximum fraction of database in overlap to infer a matching event.</text>
      </comment>
      </parameter>
      
      <parameter>
        <name>minqueryfrac</name>
        <prompt lang="en">Minimum fraction of query in overlap</prompt>
        <type>
        <datatype>
          <class>Float</class>
        </datatype>
        </type>
        <format>
        <code proglang="perl">($value) ? " -minqueryfrac $value " : ""</code>
        <code proglang="python">( "" , " -minqueryfrac " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">Minimum fraction of query in overlap to infer a matching event.</text>
      </comment>
      </parameter>
                   
      <parameter>
        <name>maxqueryfrac</name>
        <prompt lang="en">Maximum fraction of query in overlap</prompt>
        <type>
        <datatype>
          <class>Float</class>
        </datatype>
        </type>
        <format>
        <code proglang="perl">($value) ? " -maxqueryfrac $value " : ""</code>
        <code proglang="python">( "" , " -maxqueryfrac " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">Maximum fraction of query in overlap to infer a matching event.</text>
      </comment>
      </parameter>
    
    -->
      </parameters>
    </paragraph>
    <paragraph>
      <name>expansion_query</name>
      <prompt lang="en">Expansion of query to find match</prompt>
      <parameters>
        <parameter>
          <name>expandleft</name>
          <prompt lang="en">Expand left side of query regions (overwrite --expandmax)</prompt>
          <type>
            <datatype>
              <class>Integer</class>
            </datatype>
          </type>
          <precond>
            <code proglang="perl">($reference eq '--knowngene' or $reference eq '--refgene') and (not $expandmax)</code>
            <code proglang="python">(reference == '--knowngene' or reference == '--refgene') and (not expandmax)</code>
          </precond>
          <format>
            <code proglang="perl">(defined $value) ? " --expandleft $value " : ""</code>
            <code proglang="python">( "" , " --expandleft " + str(value) )[ value is not None]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Expand the query region on the left side (5 megabases in forward strand,
               3 megabases in reverse strand) to find overlap (used in conjunction with
               --refgene or --knowngene argument).</text>
          </comment>
        </parameter>
        <parameter>
          <name>expandright</name>
          <prompt lang="en">Expand right side of query regions (overwrite --expandmax)</prompt>
          <type>
            <datatype>
              <class>Integer</class>
            </datatype>
          </type>
          <precond>
            <code proglang="perl">($reference eq '--knowngene' or $reference eq '--refgene') and (not $expandmax)</code>
            <code proglang="python">(reference == '--knowngene' or reference == '--refgene') and (not expandmax)</code>
          </precond>
          <format>
            <code proglang="perl">(defined $value) ? " --expandright $value " : ""</code>
            <code proglang="python">( "" , " --expandright " + str(value) )[ value is not None]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Expand the query region on the right side (3 megabases in forward
               strand, 5 megabases in reverse strand) to find overlap (used in conjunction
                with --refgene or --knowngene argument).</text>
          </comment>
        </parameter>
        <parameter>
          <name>expandmax</name>
          <prompt lang="en">Size of maximum expansion for query region to find overlap</prompt>
          <type>
            <datatype>
              <class>Integer</class>
            </datatype>
          </type>
          <precond>
            <code proglang="perl">$reference eq '--knowngene' or $reference eq '--refgene'</code>
            <code proglang="python">reference == '--knowngene' or reference == '--refgene'</code>
          </precond>
          <format>
            <code proglang="perl">(defined $value) ? " --expandmax $value " : ""</code>
            <code proglang="python">( "" , " --expandmax " + str(value) )[ value is not None]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Maximum expansion size of the query region on both side to find
               at least one overlap (used in junction with --refgene or
               --knowngene argument). After query expansion, only the closet
               gene will be printed; other genes, even if overlapping with the
               query after expansion, will not be printed.</text>
          </comment>
        </parameter>
      </parameters>
    </paragraph>
    <parameter>
      <name>expanddb</name>
      <prompt lang="en">Expand definition of gene/cds/exon at both sides</prompt>
      <type>
        <datatype>
          <class>Integer</class>
        </datatype>
      </type>
      <format>
        <code proglang="perl">(defined $value) ? " --expanddb $value " : ""</code>
        <code proglang="python">( "" , " --expanddb " + str(value) )[ value is not None]</code>
      </format>
      <argpos>3</argpos>
      <comment>
        <text lang="en">Expand the chromosome region specified in the database-file to find
               overlap with the query regions.</text>
      </comment>
    </parameter>
    <paragraph>
      <name>output_option</name>
      <prompt lang="en">Input/output options</prompt>
      <parameters>
        <parameter>
          <name>overlap</name>
          <prompt lang="en">Print overlapped portion of region only</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="perl">($value) ? "--overlap " : ""</code>
            <code proglang="python">( "" , " --overlap " )[ value]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Instead of printing the query region, only print the overlapped
               portion of the query region and template region.</text>
          </comment>
        </parameter>
        <parameter>
          <name>dbregion</name>
          <prompt lang="en">Print database region (default is to print query region)</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="perl">($value) ? "--dbregion " : ""</code>
            <code proglang="python">( "" , " --dbregion " )[ value]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Print the region in database file, rather than query file, when an
               overlapped hit is found.</text>
          </comment>
        </parameter>
        <parameter>
          <name>append</name>
          <prompt lang="en">Append extra information from annotation file to output</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="perl">($value) ? "--append " : ""</code>
            <code proglang="python">( "" , " --append " )[ value]</code>
          </format>
          <argpos>3</argpos>
          <comment>
            <text lang="en">Append the score and normscore for the overlapped template
               region to the output for database files downloaded as UCSC tables.</text>
          </comment>
        </parameter>
        <parameter>
          <name>queryinfo</name>
          <prompt lang="en">Force to print query info when Print database region is used</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <precond>
            <code proglang="perl">$dbregion</code>
            <code proglang="python">dbregion</code>
          </precond>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="perl">($value) ? "--queryinfo " : ""</code>
            <code proglang="python">( "" , " --queryinfo " )[ value]</code>
          </format>
          <argpos>3</argpos>
        </parameter>
      </parameters>
    </paragraph>
    <parameter isstdout="1">
      <name>output_file</name>
      <prompt lang="en">Output file</prompt>
      <type>
        <datatype>
          <class>Cnv</class>
          <superclass>AbstractText</superclass>
        </datatype>
      </type>
      <filenames>
        <code proglang="perl">"scan_region.out"</code>
        <code proglang="python">"scan_region.out"</code>
      </filenames>
    </parameter>
  </parameters>
</program>