<ProjectXml>


Overall the TARR export has a hierarchical document structure. The topmost level is the ‘Project’ information. This is indicated by the <ProjectXml/> tag:


<ProjectXml 

d1p1:noNamespaceSchemaLocation="https://www.gendx.com/NGSengine/XSD/20190613/TARR.xsd" xmlns:d1p1="http://www.w3.org/2001/XMLSchema-instance">

  <ProjectName>TARRProject</ProjectName> 


Below this tag project information can be found, for instance the User, Datafolder used, the version of NGSengine, the number of loci analyzed and the number of samples in the project:


<User Name="reviewer1" DateTime="2019-06-26T10:40:24.8084358Z" Level="First reviewer" />

  <ProjectFolder>C:\Users\[USER]\Documents\NGSengine\Projects\TARRProject</ProjectFolder>

  <DataFolders> 

    <Folder>C:\Users\[USER]\Documents\NGSengine\FASTQFiles\ThreeMpxTWO\FastQ</Folder>

  </DataFolders>

  <AnalysisSoftware>

    <Software>NGSengine</Software>

    <Version>2.13.1.14109</Version>

  </AnalysisSoftware>

  <LociCount Analyzed="18">18</LociCount>

  <SampleCount Analyzed="3">3</SampleCount>