<Samples>
Next we have the <Samples> tag. This tag contains the sample information for the locus we approved for the export. A locus export will always contain one sample and one locus.
<Samples>
<Sample>
….
<Sample/>
<Samples/>
Below the <Samples> tag the following information is available: the name of the sample, mappability statistics, the sequencing platform and paths to the r1 and r2 files used.
<Samples>
<Sample>
<Name>E00921-multiplex-514-706</Name>
<Mappability AcceptedReads="113040" UsedReads="124122" TotalReads="124122" PercentageUsed="91.1" />
<SequencingType>Illumina</SequencingType>
<Files>
<File>C:\Users\[USER]\Documents\NGSengine\FASTQFiles\ThreeMpxTWO\FastQ\E00921-multiplex-514-706_S94_L001_R1_001.fastq.gz</File>
<File>C:\Users\[USER]\Documents\NGSengine\FASTQFiles\ThreeMpxTWO\FastQ\E00921-multiplex-514-706_S94_L001_R2_001.fastq.gz</File>
</Files>