This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MultiQC.platypus
99 lines (99 loc) · 2.73 KB
/
MultiQC.platypus
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>AcceptsFiles</key>
<true/>
<key>AcceptsText</key>
<false/>
<key>Authentication</key>
<false/>
<key>Author</key>
<string>Phil Ewels</string>
<key>BundledFiles</key>
<array>
<string>/Users/philewels/Work/MultiQC_OSXApp/multiqc_app_header.html</string>
<string>/Users/philewels/Work/MultiQC_OSXApp/MultiQC_logo.png</string>
<string>/Users/philewels/Work/MultiQC_OSXApp/MultiQC/CONTRIBUTING.md</string>
<string>/Users/philewels/Work/MultiQC_OSXApp/MultiQC/LICENSE</string>
<string>/Users/philewels/Work/MultiQC_OSXApp/MultiQC/multiqc</string>
<string>/Users/philewels/Work/MultiQC_OSXApp/MultiQC/README.md</string>
<string>/Users/philewels/Work/MultiQC_OSXApp/MultiQC/scripts</string>
<string>/Users/philewels/Work/MultiQC_OSXApp/MultiQC/setup.py</string>
<string>/Users/philewels/Work/MultiQC_OSXApp/venv</string>
</array>
<key>Creator</key>
<string>Platypus-4.9</string>
<key>DeclareService</key>
<false/>
<key>Destination</key>
<string>/Users/philewels/Desktop/MyPlatypusApp.app</string>
<key>DestinationOverride</key>
<false/>
<key>DevelopmentVersion</key>
<false/>
<key>DocIcon</key>
<string></string>
<key>Droppable</key>
<true/>
<key>ExecutablePath</key>
<string>/usr/local/share/platypus/ScriptExec</string>
<key>IconPath</key>
<string>/Users/philewels/Work/MultiQC_OSXApp/MultiQC_logo_square.icns</string>
<key>Identifier</key>
<string>org.philewels.MultiQC</string>
<key>Interpreter</key>
<string>/bin/sh</string>
<key>InterpreterArgs</key>
<array/>
<key>Name</key>
<string>MultiQC</string>
<key>NibPath</key>
<string>/usr/local/share/platypus/MainMenu.nib</string>
<key>OptimizeApplication</key>
<true/>
<key>Output</key>
<string>Web View</string>
<key>PromptForFileOnLaunch</key>
<false/>
<key>RemainRunning</key>
<true/>
<key>Role</key>
<string>Viewer</string>
<key>ScriptArgs</key>
<array>
<string>-f</string>
</array>
<key>ScriptPath</key>
<string>/Users/philewels/Work/MultiQC_OSXApp/run_multiqc.sh</string>
<key>Secure</key>
<false/>
<key>ShowInDock</key>
<false/>
<key>StatusItemDisplayType</key>
<string>Text</string>
<key>StatusItemIcon</key>
<data>
</data>
<key>StatusItemTitle</key>
<string>MyPlatypusApp</string>
<key>Suffixes</key>
<array>
<string>*</string>
</array>
<key>TextBackground</key>
<string>#ffffff</string>
<key>TextEncoding</key>
<integer>4</integer>
<key>TextFont</key>
<string>Monaco</string>
<key>TextForeground</key>
<string>#000000</string>
<key>TextSize</key>
<real>10</real>
<key>UseXMLPlistFormat</key>
<false/>
<key>Version</key>
<string>0.1 devel</string>
</dict>
</plist>