Project files

A project file is a normal script file with a project definition file element.

Here you can see the project definition as it looks like in a newly generated project file.

A project file is the main file in a project and has references to all other files in the project. A project file is not completely closed in SeqZap Studio before you select File ( Close All.

SeqZap Studio can only have one project open at a time. The files where the file references are set-up to from the project file are all considered part of the project. These files can all see each other's file elements, and therefore do not need to each have file references to other files.

In the example above file references to the files FileA.szs, FileB.szs og FileC.szs. are inserted in the project file. From the project file and the files FileA.szs, FileB.szs og FileC.szs you are able to ‘view’ and call the procedures ProcX og ProcY. The procedure ProcZ is on the other hand only visible from FileC.szs and of course from FileD.szs. The procedures ProcX eller ProcY are not visible from FileD.szs.