Hello,

I try to build my own ACD file for one of our application but acdvalid returns a strange error message:

Warning: File tmpred.acd line 26: Information string for 'in' not standard 'Sequence file'
Error: File tmpred.acd line 26: First input file 'in' is not a parameter
Warning: File tmpred.acd line 26: Infile qualifier 'in' is not 'infile' or '*file'(should be 'infile')


Here is the problematic section:
section: input [
    information: "Input section"
    type: "page"
]

    infile: in [
        standard: "Y"
        knowntype: "sequence data"
        prompt: "Name of Sequence (in arbitrary format)"
        information: "Protein Sequence or Accession number input"
    ]
...

Do you know how to resolve this ?
(I use EMBOSS 5.0.0)

Thanks


--
Sébastien Moretti
SIB, Quartier Sorge - Genopode
CH-1015 Lausanne, Switzerland
Tel.: +41 (21) 692 4056/4221
_______________________________________________
EMBOSS mailing list
[email protected]
http://lists.open-bio.org/mailman/listinfo/emboss

Reply via email to