Group: Administrators
Posts: 13K,
Visits: 105K
|
I'm not sure what a *.seq file is. If it's file that does not conform to Inquisit syntax standards, Inquisit will not be able to read it.
Inquisit can read external files containing Inquisit syntax via <include> elements. <include> elements effectively paste the contents of the external file into the script. The files are read when the script *parses*, i.e. before it starts to execute, you cannot read in further external files once the script is already running.
|