-
Notifications
You must be signed in to change notification settings - Fork 16
/
release_notes_3_6_0.html
477 lines (415 loc) · 20.4 KB
/
release_notes_3_6_0.html
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Cytoscape 3.6.0 Release Notes</title>
<meta name="description" content="Release Notes for Cytoscape 3.6.0">
<meta name="author" content="Keiichiro Ono">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>
<link href="css/main.bootstrap.css" rel="stylesheet">
<!-- For Scroll -->
<script src="js/smooth-scroll.min.js"></script>
</head>
<body>
<div class="white belt">
<div class="container">
<h1 class="centering">Release Notes for Cytoscape 3.6.0</h1>
</div>
<div class="container">
<div class="row">
<img src="images/screenshots/cy_3_6_0_desktop.png" class="image-fit">
</div>
</div>
</div>
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-3">
<p>
<a class="btn btn-primary btn-lg btn-block" href="#new_features" data-scroll>
New Features
</a>
</p>
</div>
<div class="col-xs-12 col-md-3">
<p>
<a class="btn btn-primary btn-lg btn-block" href="#system_requirements" data-scroll>
System Requirements
</a>
</p>
</div>
<div class="col-xs-12 col-md-3">
<p>
<a class="btn btn-primary btn-lg btn-block" href="#manual" data-scroll>
Manual
</a>
</p>
</div>
<div class="col-xs-12 col-md-3">
<p>
<a class="btn btn-warning btn-lg btn-block" href="#known_issues" data-scroll>
Known Issues
</a>
</p>
</div>
</div>
</div>
</div>
<div id="new_features" class="white">
<div class="container centering">
<h1 class="centering">About Version 3.6.0</h1>
<p class="lead light-text">
Cytoscape 3.6 is a Cytoscape Desktop version with updated user interface and automation features
</p>
</div>
</div>
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-md-5">
<h2>Cytoscape Automation</h2>
<p class="lead">
Automating Cytoscape operations promotes reproducible science, scaling to large numbers of networks, and participation in larger and more complex workflows. In 3.6, Cytoscape and various apps are callable as services by Python, R and Cytoscape Command
scripts.
</p>
</div>
<div class="col-md-7">
<img src="images/release_notes/cy_3_6_0_automation.png">
</div>
</div>
</div>
</div>
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-md-5">
<img src="images/release_notes/cy_3_6_0_yfiles.png">
</div>
<div class="col-md-7">
<h2>yFiles Update</h2>
<p class="lead">
3.6 includes an all new set of yFiles layouts, replacing the older and slower versions. The layouts are more attractive and perform routing with much greater precision.
</p>
</div>
</div>
</div>
</div>
<!--
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-md-5">
<h2>NDEx Integration</h2>
<p class="lead">
It is now possible to load networks from an NDEx database directly into Cytoscape (using the Network Search Bar) and to save them directly from Cytoscape (using standard menus). NDEx makes cloud-based sharing and collaboration easy.
</p>
</div>
<div class="col-md-7">
<img src="images/release_notes/cy_3_6_0_ndex.png">
</div>
</div>
</div>
</div>
-->
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-md-5">
<img src="images/release_notes/cy_3_6_0_search_bar.png">
</div>
<div class="col-md-7">
<h2>Network Search Bar</h2>
<p class="lead">
The user interface for loading networks from web-based databases has been dramatically streamlined. Using the new Network Search Bar, you choose the database and enter a query, all from the main Cytoscape network panel. Apps that provide this access include
PSICQUIC, NDEx, STRING, STITCH and Pathway Commons.
</p>
</div>
</div>
</div>
</div>
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-md-5">
<h2>Starter Panel</h2>
<p class="lead">
When Cytoscape starts, it shows both recent and sample networks in an attractive layout that replaces the older Welcome Dialog. Cytoscape now represents saved networks as thumbnails for faster and easier access. The new sample networks are packaged as
modern, immediately useful, and ready-to-load sessions.
</p>
</div>
<div class="col-md-7">
<img src="images/release_notes/cy_3_6_0_startup.png">
</div>
</div>
</div>
</div>
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Drag & Drop Support</h2>
<p class="lead">
To load networks and data tables from files, you can simply drag & drop them onto Network Panel / Table Browser.
</p>
</div>
<div class="col-md-6">
<h2>CyBrowser Integration</h2>
<p class="lead">
App developers can create HTML-based material that can appear in a browser-like window within Cytoscape itself, and can access Cytoscape APIs and events.
</p>
</div>
</div>
</div>
</div>
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Diffusion</h2>
<p class="lead">
This heat propagation algorithm uses the network topology to deduce a pertinent set of nodes given a seed set. Subnetworks can then be derived for further investigation.
</p>
</div>
<div class="col-md-6">
<h2>Copycat Layout</h2>
<p class="lead">
Use node positions in one network to lay out nodes in another network, thereby simplifying visual network comparison.
</p>
</div>
</div>
</div>
</div>
<div class="narrow white">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>Unattended Installation</h2>
<p class="lead">
Bypass the Cytoscape installer user interface when it's convenient to install Cytoscape via a script.
</p>
</div>
<div class="col-md-6">
<h2>Improved Selection Performance</h2>
<p class="lead">
Select large numbers of nodes much more quickly than in previous versions.
</p>
</div>
</div>
</div>
</div>
<div id="system_requirements" class="narrow white">
<div class="container">
<h1 class="centering">System Requirements</h1>
<h3 class="warn centering">Continuing 32 bit OS Support, Deprecating Java 6 & 7 Support</h3>
<div class="row">
<div class="col-xs-12 col-md-offset-2 col-md-8">
<p class="lead">
While v3.6 continues to support 32 bit OSs, it no longer supports Java 6 or 7. We plan to support 32 bit OSs as long as we can, but will eventually drop this support. Desupporting Java 6 and 7 matches current industry practice, and allows us to focus
our resources on more advanced feature development.
</p>
</div>
</div>
<h3 class="warn centering">Not Supporting Java 9 Yet</h3>
<div class="row">
<div class="col-xs-12 col-md-offset-2 col-md-8">
<p class="lead">
We hope to support Java 9 in the next release of Cytoscape, which is now in the works. Please use Java 8, as described below.
</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-4">
<h3>Windows</h3>
<ul>
<li>Windows XP and newer (including Windows 7, 8 and 10). <strong>64 bit version is recommended</strong>.
</li>
<li>Latest version of <a href="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html">
Java 8 from Oracle</a>. OpenJDK and other implementations are not tested.
</li>
<li>Note that the java.com website installs a 32 bit JVM by default (to match Windows’ 32 bit browsers). To download a 64 bit JVM, use <a href="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html">this
page</a>.
</li>
</ul>
</div>
<div class="col-xs-12 col-md-4">
<h3>Mac</h3>
<ul>
<li>Mac OS X 10.9 (Mavericks) and later</li>
<li>Latest version of <a href="http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html">Oracle Java 8</a></li>
</ul>
</div>
<div class="col-xs-12 col-md-4">
<h3>Linux</h3>
<p>
</p>
<ul>
<li>Tested on
<a href="https://docs.google.com/spreadsheets/d/1dkP-82icfrdQp3vqt8HqzeyGb_iwgrqg3OxJaqOuWiI/edit#gid=0&vpid=A1">these
distributions</a>
</li>
<li>
Latest version of Java is required (minimum Java 8 Update 72).
</li>
<li>
For Ubuntu, a simple way of installing the Oracle JVM is described
<a href="http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html">here</a>.
</li>
</ul>
</div>
</div>
<h3 class="warn centering">Java 8 is Required</h3>
<div class="row">
<div class="col-xs-12 col-md-offset-2 col-md-8">
<p class="lead">
Cytoscape 3.6.0 requires Java 8. You should install latest version of Java 8.
</p>
</div>
</div>
</div>
</div>
<div id="manual" class="narrow snow-white">
<h1 class="centering">User Manual</h1>
<div class="container">
<div class="row">
<div class="col-md-6 centering">
<a href="http://manual.cytoscape.org/">
<h3>HTML Version</h3>
</a>
</div>
<div class="col-md-6 centering">
<a href="manual/Cytoscape3_6_0Manual.pdf">
<h3>PDF version</h3>
</a>
</div>
</div>
</div>
</div>
<div id="known_issues" class="belt white">
<div class="container">
<h1 class="centering">Known Issues</h1>
<div class="row">
<div class="col-md-4 panel">
<h3>Missing Scrollbars on Linux</h3>
<p>
A bug in Java 8 Update 60 (also present in 65/66) causes scrollbars to not always appear on Linux systems. This occurs on both OpenJDK and Oracle Java releases (including the OpenJDK shipped with Ubuntu 15.10 and some other recent Linux distributions),
and is resolved by installing Java 8 Update 72 or later from Oracle.
</p>
</div>
<div class="col-md-4 panel">
<div class="row">
<div class="col-md-12">
<h3>Internationalization (PDF Export)</h3>
<p>
For Japanese, Korean, and Chinese users, rendering a network to a PDF file can result in loss of labeling information in the PDF. As a workaround, users can generate any type of image file and use the image file instead.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>Privacy</h3>
<p>
The latest privacy policy is posted
<a href="http://manual.cytoscape.org/en/stable/Cytoscape_Privacy_Policy.html">here</a>.
</p>
</div>
</div>
</div>
<div class="col-md-4 panel">
<div class="row">
<div class="col-md-12">
<h3>Proxy Settings</h3>
<p>
On Linux, on the proxy configuration dialog box, fonts are clipped and messages are truncated.
</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h3>Conflict with Older Versions</h3>
<p>
On all platforms, users installing Cytoscape directly from a ZIP or TAR file should manually clear the Cytoscape cache by deleting the CytoscapeConfiguration folder in the user’s home directory.
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 panel">
<h3>File Encoding</h3>
<p>
On all platforms, all Cytoscape session files recorded since v3.0.1 are encoded in UTF-8 instead of the native language encoding. This makes session files portable between workstations in all locales. Users in Japan, Korea, and China are most affected
– existing v3.0.0 or v2.x session files must be translated to UTF-8 using a platform-dependent editor (which most users are already using for this purpose). Users in Europe and the Americas are affected, too, if they use characters
beyond the standard ANSI 128 – they can translate to UTF-8 using a platform-dependent editor (e.g., Notepad for Windows).
</p>
</div>
<div class="col-md-4 panel">
<h3>Missing Columns After Loading Multiple Networks</h3>
<p>
When loading multiple networks into the same network collection, it is important to import tables only after each of the networks is loaded. Interspersing table imports with network loads may cause some table columns to become inaccessible to some networks.
</p>
</div>
<div class="col-md-4 panel">
<h3>Installing on Ubuntu 15.10 (64 bit)</h3>
<p>
The Cytoscape installer does not run on non-root accounts using the default OpenJDK JVM. It works properly with Oracle Java 8 Update 71 or higher, or as root with OpenJDK. Alternatively, Cytoscape can be installed by downloading and unzipping the GZIP
archive found via the <a href="download-platforms.html">Other Platforms link on the Download page</a>.
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 panel">
<h3>Fedora 21+: Headless Java</h3>
<p>
Fedora 21 (or later) installs a headless (non-GUI) version of Java by default. As a GUI application, Cytoscape will not install or run with this version of Java. To use Cytoscape on Fedora 21 (or later), one will need to install a standard version of
Java. The OpenJDK JRE is available from the Fedora package repository - simply install the java-1.8.0-openjdk.x86_64 (for 64-bit) or java-1.8.0-openjdk.i686 (ofor 32-bit) packages. Oracle’s JRE is available for download in RPM
format at java.com, though this requires extra configuration.
</p>
</div>
<div class="col-md-4 panel">
<h3>Fedora 21+: Blank Startup Screen</h3>
<p>
On Fedora 21 (or later), the Cytoscape splash screen may appear blank on startup. This does not affect the operation of the Cytoscape application, and can be resolved by upgrading to Fedora 23 with latest patches.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="belt light-blue">
<div class="container">
<div class="row">
<div class="col-md-6">
<h2>How to Report Bugs</h2>
<p class="lead">
Your bug reports are very important to improve quality of future versions of Cytoscape 3. If you notice any problems, please report them from:
</p>
<blockquote>Help → Report a bug...</blockquote>
<p class="lead">
Or, you can directly report it from
<a href="http://chianti.ucsd.edu/cyto_web/bugreport/bugreport.php">Report a bug</a> link on the navigation bar.
</p>
</div>
<div class="col-md-6">
<h2>Need Help?</h2>
<p class="lead">
We need your feedback to improve Cytoscape 3! Please send your questions and comments to our <a href="https://groups.google.com/forum/?fromgroups#!forum/cytoscape-helpdesk">
mailing list</a>.
</p>
</div>
</div>
</div>
</div>
<footer></footer>
<script src="js/load_cyjs.js"></script>
<script src="js/setup_page.js"></script>
<script>
smoothScroll.init({
speed: 1000,
easing: 'easeInOutCubic'
});
</script>
</body>
</html>