-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.xml
26 lines (26 loc) · 1.22 KB
/
input.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<inputConfig>
<workflow>FalseDiscoveryRate,Threshold,Mzid2Csv</workflow>
<outputFolder>C:\Users\Josh\Desktop\Workspace\bioOutput</outputFolder>
<uniqueId>testRun1</uniqueId>
<modules>
<module>
<name>FalseDiscoveryRateGlobal</name>
<input>
["Inputfile:C:\Users\Josh\Desktop\Workspace\bioliner-test\55merge_tandem.xml.mzid","outputfile:fdr-result.mzid","-decoyValue 1 -decoyRegex REVERSED -cvTerm MS:1002356 -betterScoresAreLower true -fdrLevel Peptide -proteinLevel PAG -compress false"]
</input>
</module>
<module>
<name>Threshold</name>
<input>
["Inputfile:fdr-result.mzid","outputfile:thr-result.mzid","-isPSMThreshold true -cvAccessionForScoreThreshold MS:1002125 -threshValue 0.01 -betterScoresAreLower false -deleteUnderThreshold true -compress false"]
</input>
</module>
<module>
<name>Mzid2Csv</name>
<input>
["Inputfile:thr-result.mzid","outputfile:final-result.csv","-exportType exportPSMs -verboseOutput false -compress false"]
</input>
</module>
</modules>
</inputConfig>