<?xml version="1.0" encoding="utf-8" ?>

<settings>
	<defaults>
		<mixups>
            <eqtlfile>/path/to/eQTLProbesFDR0.05.txt</eqtlfile>
            <outputdirectory>/path/to/output/</outputdirectory>
            <mode>determineFDRThreshold|loadeqtls|generateeqtls</mode>
            <numeqtls>1000</numeqtls>
        </mixups>
		
		<analysis>
			<threads>1</threads>
		</analysis>
		
		<multipletesting>
			<type>fdr</type>
			<threshold>0.01</threshold>
			<permutations>8</permutations>
			<confidence>0.95</confidence>
		</multipletesting>
	
	</defaults>

	<datasets>  
		
		<dataset>
			<name>DatasetName</name>
			<location>/path/to/genotypematrix.dat/</location>
			<expressiondata>/path/to/expressiondata.txt</expressiondata>
			<genometoexpressioncoupling>/path/to/genotypetoexressioncoupling.txt</genometoexpressioncoupling> 
			<quantilenormalize>false</quantilenormalize>
			<logtranform>false</logtranform>
		</dataset>
	
	</datasets>
</settings>

