-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbedGraph2Cluster.prj
More file actions
123 lines (116 loc) · 5.48 KB
/
bedGraph2Cluster.prj
File metadata and controls
123 lines (116 loc) · 5.48 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0">
<configuration file="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/bedGraph2Cluster.prj" location="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster" name="bedGraph2Cluster" preferred-package-location="/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4" preferred-package-type="package.type.install" target="target.ezdeploy.standalone" target-name="Application Compiler">
<param.appname>bedGraph2Cluster</param.appname>
<param.icon />
<param.icons />
<param.version>5.3</param.version>
<param.authnamewatermark>Hanjun Lee</param.authnamewatermark>
<param.email>hanjun@mit.edu</param.email>
<param.company>Massachusetts Institute of Technology</param.company>
<param.summary>MATLAB Function for the k-Means Clustering of ChIP-seq bedGraph Data</param.summary>
<param.description>MATLAB Function for the k-Means Clustering of ChIP-seq bedGraph Data</param.description>
<param.screenshot />
<param.guid />
<param.installpath.string>/Massachusetts_Institute_of_Technology/bedGraph2Cluster/</param.installpath.string>
<param.installpath.combo>option.installpath.user</param.installpath.combo>
<param.logo />
<param.install.notes />
<param.target.install.notes>In the following directions, replace MR/v95 by the directory on the target machine where MATLAB is installed, or MR by the directory where the MATLAB Runtime is installed.
(1) Set the environment variable XAPPLRESDIR to this value:
MR/v95/X11/app-defaults
(2) If the environment variable LD_LIBRARY_PATH is undefined, set it to the following:
MR/v95/runtime/glnxa64:MR/v95/bin/glnxa64:MR/v95/sys/os/glnxa64:MR/v95/sys/opengl/lib/glnxa64
If it is defined, set it to the following:
${LD_LIBRARY_PATH}:MR/v95/runtime/glnxa64:MR/v95/bin/glnxa64:MR/v95/sys/os/glnxa64:MR/v95/sys/opengl/lib/glnxa64</param.target.install.notes>
<param.intermediate>${PROJECT_ROOT}/5.4</param.intermediate>
<param.files.only>${PROJECT_ROOT}/5.4</param.files.only>
<param.output>${PROJECT_ROOT}/5.4</param.output>
<param.logdir>${PROJECT_ROOT}/5.4</param.logdir>
<param.enable.clean.build>false</param.enable.clean.build>
<param.user.defined.mcr.options />
<param.target.type>subtarget.standalone</param.target.type>
<param.support.packages />
<param.web.mcr>true</param.web.mcr>
<param.package.mcr>false</param.package.mcr>
<param.no.mcr>false</param.no.mcr>
<param.web.mcr.name>MyAppInstaller_web</param.web.mcr.name>
<param.package.mcr.name>MyAppInstaller_mcr</param.package.mcr.name>
<param.no.mcr.name>MyAppInstaller_app</param.no.mcr.name>
<param.windows.command.prompt>false</param.windows.command.prompt>
<param.create.log>false</param.create.log>
<param.log.file />
<param.native.matlab>false</param.native.matlab>
<param.checkbox>false</param.checkbox>
<param.example />
<param.help.text />
<unset>
<param.icon />
<param.icons />
<param.authnamewatermark />
<param.email />
<param.company />
<param.screenshot />
<param.guid />
<param.installpath.string />
<param.installpath.combo />
<param.logo />
<param.install.notes />
<param.enable.clean.build />
<param.user.defined.mcr.options />
<param.target.type />
<param.support.packages />
<param.web.mcr />
<param.package.mcr />
<param.no.mcr />
<param.web.mcr.name />
<param.package.mcr.name />
<param.no.mcr.name />
<param.windows.command.prompt />
<param.create.log />
<param.log.file />
<param.native.matlab />
<param.checkbox />
<param.example />
<param.help.text />
</unset>
<fileset.main>
<file>${PROJECT_ROOT}/bedGraph2Cluster.m</file>
</fileset.main>
<fileset.resources />
<fileset.package />
<fileset.depfun />
<build-deliverables>
<file location="${PROJECT_ROOT}/5.4" name="run_bedGraph2Cluster.sh" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4/run_bedGraph2Cluster.sh</file>
<file location="${PROJECT_ROOT}/5.4" name="splash.png" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4/splash.png</file>
<file location="${PROJECT_ROOT}/5.4" name="bedGraph2Cluster" optional="false">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4/bedGraph2Cluster</file>
<file location="${PROJECT_ROOT}/5.4" name="readme.txt" optional="true">/media/hanjun/Hanjun_Lee_Book/Lawrence/STAR_Protocols/bedGraph2Cluster/5.4/readme.txt</file>
</build-deliverables>
<workflow />
<matlab>
<root>/home/hanjun/MATLAB_R2018b</root>
<toolboxes>
<toolbox name="matlabcoder" />
</toolboxes>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
</matlab>
<platform>
<unix>true</unix>
<mac>false</mac>
<windows>false</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>true</linux>
<solaris>false</solaris>
<osver>5.15.0-52-generic</osver>
<os32>false</os32>
<os64>true</os64>
<arch>glnxa64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>