-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathnbactions-csv commandline.xml
More file actions
executable file
·58 lines (58 loc) · 4.09 KB
/
Copy pathnbactions-csv commandline.xml
File metadata and controls
executable file
·58 lines (58 loc) · 4.09 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>run</actionName>
<packagings>
<packaging>jar</packaging>
</packagings>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
</goals>
<properties>
<exec.args>${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs}</exec.args>
<exec.executable>java</exec.executable>
<exec.workingdir></exec.workingdir>
<exec.appArgs>--dbids=14107 --filter="(scoreP1Coverage >= 4 AND (pepSeq2 is null OR scoreP2Coverage >= 4 )) AND (deltaScore >= Score/2.5) AND (pepSeq2 is not null) AND (mgxrank <= 3)" --psmfdr=100 --pepfdr=100 --proteinfdr=100 --linkfdr=100 --ppifdr=100 --csvOutDir=/data/rappstore/new_storage/fschimweg/xiSearch/myco-dss --csvBaseName=14107 --connection=jdbc:postgresql://xidb.bioanalytik.tu-berlin.de:5432/xi3 --user=bio_user --password=bio1sTheUs3r</exec.appArgs>
<exec.vmArgs>-Dfile.encoding=UTF-8 --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED -Xmx4G</exec.vmArgs>
<exec.mainClass>org.rappsilber.fdr.DBinFDR</exec.mainClass>
</properties>
</action>
<action>
<actionName>debug</actionName>
<packagings>
<packaging>jar</packaging>
</packagings>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
</goals>
<properties>
<exec.args>${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs}</exec.args>
<exec.executable>java</exec.executable>
<jpda.listen>true</jpda.listen>
<exec.workingdir></exec.workingdir>
<exec.appArgs>--dbids=14107 --filter="(scoreP1Coverage >= 4 AND (pepSeq2 is null OR scoreP2Coverage >= 4 )) AND (deltaScore >= Score/2.5) AND (pepSeq2 is not null) AND (mgxrank <= 3)" --psmfdr=100 --pepfdr=100 --proteinfdr=100 --linkfdr=100 --ppifdr=100 --csvOutDir=/data/rappstore/new_storage/fschimweg/xiSearch/myco-dss --csvBaseName=14107 --connection=jdbc:postgresql://xidb.bioanalytik.tu-berlin.de:5432/xi3 --user=bio_user --password=bio1sTheUs3r</exec.appArgs>
<exec.vmArgs>-Dfile.encoding=UTF-8 --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED -Xmx4G -agentlib:jdwp=transport=dt_socket,server=n,address=${jpda.address}</exec.vmArgs>
<exec.mainClass>org.rappsilber.fdr.DBinFDR</exec.mainClass>
</properties>
</action>
<action>
<actionName>profile</actionName>
<packagings>
<packaging>jar</packaging>
</packagings>
<goals>
<goal>process-classes</goal>
<goal>org.codehaus.mojo:exec-maven-plugin:1.2.1:exec</goal>
</goals>
<properties>
<exec.args>${exec.vmArgs} -classpath %classpath ${exec.mainClass} ${exec.appArgs}</exec.args>
<exec.executable>java</exec.executable>
<exec.workingdir></exec.workingdir>
<exec.appArgs>--dbids=14107 --filter="(scoreP1Coverage >= 4 AND (pepSeq2 is null OR scoreP2Coverage >= 4 )) AND (deltaScore >= Score/2.5) AND (pepSeq2 is not null) AND (mgxrank <= 3)" --psmfdr=100 --pepfdr=100 --proteinfdr=100 --linkfdr=100 --ppifdr=100 --csvOutDir=/data/rappstore/new_storage/fschimweg/xiSearch/myco-dss --csvBaseName=14107 --connection=jdbc:postgresql://xidb.bioanalytik.tu-berlin.de:5432/xi3 --user=bio_user --password=bio1sTheUs3r</exec.appArgs>
<exec.vmArgs>-Dfile.encoding=UTF-8 --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED -Xmx4G</exec.vmArgs>
<exec.mainClass>org.rappsilber.fdr.DBinFDR</exec.mainClass>
</properties>
</action>
</actions>