-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
657 lines (579 loc) · 28.2 KB
/
index.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
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='http://fonts.googleapis.com/css?family=Quicksand:300,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div id="navbar" class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" id="logo" href="/">iSeqTools</a>
<a class="brand" id="nhgri" href="http://genome.gov">an NHGRI project</a>
<div class="nav-collapse collapse">
<ul id="main_nav" class="nav">
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container" id="main">
<div id="workflows_carousel" class="carousel slide">
</div>
<div id="breadcrumbs"></div>
<div id="graph">
<svg preserveAspectRatio="xMidYMid meet" class="display_svg" id="display_svg_1">
</svg>
<svg preserveAspectRatio="xMidYMid meet" class="display_svg" id="display_svg_2">
</svg>
<svg id="layout_svg" preserveAspectRatio="none">
</svg>
</div>
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit" id="info">
<div id="info_inner"></div>
</div>
<div id="teams">
</div>
</div> <!-- /container -->
<!--[if lt IE 7]>
<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
<![endif]-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
<script src="js/vendor/jquery.reject.min.js"></script>
<script src="js/vendor/jquery.svg.min.js"></script>
<script src="js/vendor/jquery.qtip.min.js"></script>
<script src="js/vendor/davis.js"></script>
<script src="js/vendor/bootstrap.js"></script>
<script src="js/vendor/underscore-min.js"></script>
<script src="js/vendor/d3.js"></script>
<script src="js/vendor/dagre.js"></script>
<script src="js/vendor/colorbrewer.js"></script>
<script src="js/vendor/glow.js"></script>
<script src="js/main.js"></script>
<script type="text/html" id='main_nav_template'>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">Analysis <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a class="dropdown-toggle" data-toggle="dropdown">Workflows <b class="caret"></b></a>
<ul class="dropdown-menu">
<% _(t.workflows).each(function(wf){ %>
<li><a class="dropdown-toggle" data-toggle="dropdown" href="<%= wf.url() %>"><%= wf.name %></a></li>
<% }); %>
</ul>
</li>
<li class="dropdown-submenu">
<a class="dropdown-toggle" data-toggle="dropdown">Pipelines <b class="caret"></b></a>
<ul class="dropdown-menu">
<% _(t.pipelines).each(function(pl){ %>
<li><a class="dropdown-toggle" data-toggle="dropdown" href="<%= pl.url() %>"><%= pl.name %></a></li>
<% }); %>
</ul>
</li>
<li class="dropdown-submenu">
<a class="dropdown-toggle" data-toggle="dropdown">Tools <b class="caret"></b></a>
<ul class="dropdown-menu">
<% _(t.root_tool_groups).each(function(root_tools, group_name){ %>
<li class="dropdown-submenu">
<a class="dropdown-toggle" data-toggle="dropdown" href="#"><%= group_name %></a>
<ul class="dropdown-menu">
<% _(root_tools).each(function(tool){ %>
<% var has_subtools = tool.subtools.length > 0 %>
<li class="<%= has_subtools ? 'dropdown-submenu' : '' %>">
<a class="dropdown-toggle" data-toggle="dropdown" href="<%= tool.url() %>"><%= tool.name %></a>
<% if(has_subtools) { %>
<ul class="dropdown-menu">
<% _(tool.subtools).each(function(subtool){ %>
<li><a class="dropdown-toggle" data-toggle="dropdown" href="<%= subtool.url() %>"><%= subtool.name %></a></li>
<% }); %>
</ul>
<% } %>
</li>
<% }); %>
</ul>
</li>
<% }); %>
</ul>
</li>
<li class="dropdown-submenu">
<a class="dropdown-toggle" data-toggle="dropdown">Data Types <b class="caret"></b></a>
<ul class="dropdown-menu">
<% _(t.data_types).each(function(dt){ %>
<li><a class="dropdown-toggle" data-toggle="dropdown" href="<%= dt.url() %>"><%= dt.name.toTitleCase() %></a></li>
<% }); %>
</ul>
</li>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown">Teams <b class="caret"></b></a>
<ul class="dropdown-menu">
<% _(t.teams).each(function(team){ %>
<li><a class="dropdown-toggle" data-toggle="dropdown" href="<%= team.url() %>"><%= team.name %></a></li>
<% }); %>
</ul>
</li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="<%= t.pegasus.url() %>"><%= t.pegasus.name %></a>
</li>
<% _(t.generic_pages).each(function(gp){ %>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="<%= gp.url() %>"><%= gp.name %></a>
</li>
<% }); %>
</script>
<script type="text/html" id='workflows_carousel_template'>
<div class="carousel-inner">
<div class="active item heading">Find software for your sequence analysis project</div>
<% _(t.workflows).each(function(wf, i){ %>
<div class="item"><a href="<%= wf.url() %>"><%= wf.name %></a></div>
<% }); %>
<div class="item"><a href="<%= t.pegasus.url() %>">Manage Your Workflows</a></div>
</div>
<ol class="carousel-indicators">
<li data-target="#workflows_carousel" data-slide-to="0" class="active heading"></li>
<% _(t.workflows).each(function(wf, i){ %>
<li style="background-color:<%= wf.color() %>; border-color:<%= wf.color() %>" data-target="#workflows_carousel" data-slide-to="<%= i+1 %>" ></li>
<% }); %>
<li style="background-color:green; border-color:green" data-target="#workflows_carousel" data-slide-to="<%= t.workflows.length+1 %>" class=""></li>
</ol>
<a class="carousel-control left" data-slide="prev">‹</a>
<a class="carousel-control right" data-slide="next">›</a>
</script>
<script type="text/html" id='breadcrumbs_template'>
<% var crumbs = t.crumbs.reverse(); %>
<% _.each(crumbs, function(item, i){ %>
<% var item_name = item.name %>
<% if(i === crumbs.length-1) { %>
<span><%= item_name %></span>
<% } else { %>
<a href="<%= item.url() %>"><%= item_name %></a> >>
<% } %>
<% }); %>
</script>
<script type="text/html" id='info_blog_template'>
<div class="container-fluid">
<div class="row-fluid" style="margin-top: 10px">
<div class="span8" style="margin-bottom: 20px;">
<div id="blog_entry" class="featured" >
<h1 id="blog_title"></h1>
<div class="blog_info">
</div>
<hr>
<div class="blog_border" style="background-color:#ED4B1F;"></div>
<div id="blog_content">
</div>
</div>
<div id="blog_cards" >
</div>
</div>
<div class="span4" style="margin-top: -10px">
<div class="row-fluid">
<div class="span12 featured" style="margin-bottom: 20px;">
<h3 style="margin-top: 0px">Categories</h3>
<ul id="blog_tags" class="nav nav-pills">
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12 featured" style="margin-bottom: 20px;">
<ul class="nav nav-tabs">
<li class="active" ><a href="#blog_recent_entries" data-toggle="tab">Recent Posts</a></li>
<li> <a href="#blog_archives" data-toggle="tab">Archives</a></li>
</ul>
<div class="tab-content">
<div id="blog_recent_entries" class="tab-pane active">
</div>
<div id="blog_archives" class="tab-pane">
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12 featured">
<a class="twitter-timeline" href="https://twitter.com/iSeqTools/lists/iseqtools" data-widget-id="565589623532191746">Tweets from https://twitter.com/iSeqTools/lists/iseqtools</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
</div>
</div>
</script>
<script type="text/html" id='info_about_template'>
<p>
Genomic analysis consists of complex problems, and involves various data types and numerous fast-changing tools.
This site organizes genomic analysis information around identified genomic workflows comprising nuclear genomic tasks such as read mapping or structural variant calling.
The inputs to and outputs from these tasks consist of genomic data such as sequencing reads, alignments, or annotated variants.
Multiple software pipelines produced by GS-IT participants may be available as disparate implementations of the same workflow.
The <b>visual GS-IT network explorer</b> is organized around the above-introduced concepts, in four semantic “zoom levels” corresponding to increased detail and decreased generality.
</p>
<ul>
<li><b>Zoom level 1: Overview.</b> This level displays all workflows implemented by GS-IT project participants. Upon selecting a colored path representing a workflow, the view will transition to the next zoom level.
</li>
<li><b>Zoom level 2: Workflow.</b> This level reveals the individual pipelines implementing a workflow, which are represented as differently-colored paths linking genomic tasks. Some pipelines may implement only a subset of tasks within a particular workflow. The information panel also shows these constituent pipelines as a conventional list. Upon selecting a colored path representing a pipeline, the view will transition to the next zoom level.
</li>
<li><b>Zoom level 3: Pipeline.</b> This level shows how a specific pipeline links together various tools to accomplish certain tasks. The information panel shows further textual information about the pipeline, as well as a list of the tools employed. Each tool employed by the pipeline can be selected to transition to the next zoom level. The information panel may also include links to demos, downloads, and external resources such as Biostar discussions.
</li>
<li><b>Zoom level 4: Tool.</b> This level shows what inputs and outputs are associated with a tool in the context of a particular pipeline. The information panel shows further textual information about the tool.
</li>
</ul>
</script>
<script type="text/html" id='info_pegasus_template'>
<h1>Pegasus Workflow Management System</h1>
<div class="info_inline">
<h3>Developed by:</h3> <a href="/teams/usc">USC</a><br>
<h3>Website:</h3> <a href="http://pegasus.isi.edu/">http://pegasus.isi.edu/</a>
</div>
<ul>
<li>
<b>Pegasus is a workflow planner ("compiler") which can handle everything from single-task workflows to workflows with millions of tasks</b>
<ul>
<li>Workflows enables parallel computation</li>
<li>Pegasus workflows are described in a higher level portable and reusable format</li>
<li>Enables execution on standard compute infrastructures (clouds, grids, campus clusters, ...)</li>
</ul>
</li>
<li>
<b>Pegasus automatically restructures the workflow to improve performance and data management</b>
<ul>
<li>Task clustering - combining short tasks into longer jobs</li>
<li>Workflow reduction / data reuse - workflows are minimized based on existing data</li>
<li>Data cleanup - Pegasus maintains a minimal storage footprint during execution</li>
</ul>
</li>
<li>
<b> Pegasus automatically plans and optimizes data placement</b>
</li>
<li>
<b>Pegasus is not just for large-scale workflows. Other reasons for using Pegasus:</b>
<ul>
<li>Well defined failure recovery - automatic retries in case of failure to increase the overall reliability</li>
<li>Monitoring - provenance data</li>
<li>Debugging - tools to pinpoint failures</li>
</ul>
</li>
</ul>
</script>
<script type="text/html" id='info_summary_template'>
<p>
Welcome to the Genome Sequencing Informatics Tools (GS-IT) Program, funded by the National Human Genome Research Institute. Six participant informatics groups are developing powerful and “researcher-friendly” sequence analysis tools. This portal is designed for users and developers to explore the tools and pipelines built by project participants.
</script>
<script type="text/html" id='info_data_type_template'>
<h1>Data Type: <%= t.name.toTitleCase() %></h1>
<p><%= t.description %></p>
<% if(t.pipelines_dedicated.length > 0) { %>
<div class="info_float">
<h2><a href="#" class="tooltipped" data-toggle="tooltip" data-placement="right" title="Pipelines that convert, adjust, filter, or merge a particular data type">Utility pipelines</a> for <%= t.name %>:</h2>
<ul>
<% _(t.pipelines_dedicated).each(function(pl){ %>
<li><a href="<%= pl.url() %>"><%= pl.name %></a> (<a href="<%= pl.team.url() %>"><%= pl.team.name %></a>)</li>
<% }); %>
</ul>
</div>
<% } %>
<% if(t.pipelines.length > 0) { %>
<div class="info_float">
<h2>All pipelines involving <%= t.name %>:</h2>
<ul>
<% _(t.pipelines).each(function(pl){ %>
<li><a href="<%= pl.url() %>"><%= pl.name %></a> (<a href="<%= pl.team.url() %>"><%= pl.team.name %></a>)</li>
<% }); %>
</ul>
</div>
<% } %>
</script>
<script type="text/html" id='info_workflow_template'>
<h1>Workflow: <%= t.name %></h1>
<h2><%= t.question %></h2>
<p>This workflow consumes <%= t.in_data_types.map(function(dt){return dt.name;}).toEnglishList() %> and produces <%= t.out_data_types.map(function(dt){return dt.name}).toEnglishList()%>.</p>
<% if(t.pipelines.length > 0) { %>
<div class="info_float">
<h2>Pipelines implementing this workflow:</h2>
<ul>
<% _(t.pipelines).each(function(pl){ %>
<li><a href="<%= pl.url() %>"><%= pl.name %></a> (<a href="<%= pl.team.url() %>"><%= pl.team.name %></a>)</li>
<% }); %>
</ul>
</div>
<% } %>
</script>
<script type="text/html" id='info_pipeline_template'>
<h1>Pipeline: <%= t.name %></h1>
<% if(t.team) { %>
<div class="info_inline">
<h3>Developed by:</h3> <a href="<%= t.team.url() %>"><%= t.team.name %></a>
</div>
<% } %>
<% var filelist = _.uniq(t.in_data_format_usages.map(function(dfu){return dfu.label;})); %>
<p>This pipeline accepts the following file(s) as input: <%= filelist.toEnglishList() %>.</p>
<% if(t.workflow) { %>
<p>This pipeline implements the <a href="<%= t.workflow.url() %>"><%= t.workflow.name %></a> workflow.</p>
<% } %>
<% if(t.tools.length > 0) { %>
<div class="info_float">
<h2>Tools incorporated:</h2>
<ul>
<% _(t.tools).each(function(tool){ %>
<li><a href="<%= tool.url() %>"><%= tool.name %></a><% if(tool.team) { %> (<a href="<%= tool.team.url() %>"><%= tool.team.name %></a>)<% } %></li>
<% }); %>
</ul>
</div>
<% } %>
<% if(t.tutorials.length > 0) { %>
<div class="info_float">
<h2>Tutorials:</h2>
<ul>
<% _(t.tutorials).each(function(tutorial){ %>
<li><a href="<%= tutorial.url %>"><%= tutorial.label %></a></li>
<% }); %>
</ul>
</div>
<% } %>
<% if(t.demos.length > 0) { %>
<div class="info_float">
<h2>Demos:</h2>
<ul>
<% _(t.demos).each(function(demo){ %>
<li><a href="<%= demo.url %>"><%= demo.label %></a></li>
<% }); %>
</ul>
</div>
<% } %>
</script>
<script type="text/html" id='info_tool_usage_template'>
<h1>Tool used: <%= t.tool.name %></h1>
<% if(t.tool.team) { %>
<div class="info_inline">
<h3>Developed by:</h3> <a href="<%= t.tool.team.url() %>"><%= t.tool.team.name %></a>
</div>
<% } %>
<% if(t.external_url) { %>
<div class="info_inline">
<h3>Website:</h3> <a href="<%= t.external_url %>"><%= t.external_url %></a>
</div>
<% } %>
<p>In this context, <%= t.tool.name %> consumes <%= t.inputsAsEnglish() %> and produces <%= t.outputsAsEnglish() %>.</p>
<% if(t.tool.parent_tool) { %>
<div class="info_inline">
<h3>Parent tool:</h3> <a href="<%= t.tool.parent_tool.url() %>"><%= t.tool.parent_tool.name %></a>
</div>
<% } %>
<% if(t.tool.subtools.length > 0) { %>
<div class="info_float">
<h2>Subtools:</h2>
<% _(t.tool.subtools).each(function(subtool){ %>
<li><a href="<%= subtool.url() %>"><%= subtool.name %></a></li>
<% }); %>
</div>
<% } %>
<% if(t.tool.pipelines.filter(function(pl){return pl !== t.pipeline;}).length > 0) { %>
<div class="info_float">
<h2>Incorporated in other pipelines:</h2>
<ul>
<% _(t.tool.pipelines.filter(function(pl){return pl !== t.pipeline;})).each(function(pl){ %>
<li><a href="<%= pl.url() %>"><%= pl.name %></a><% if(pl.team){ %> (<a href="<%= pl.team.url() %>"><%= pl.team.name %></a>)<% } %></li>
<% }); %>
</ul>
</div>
<% } %>
<% if(t.tool.tutorials.length > 0) { %>
<div class="info_float">
<h2>Tutorials:</h2>
<ul>
<% _(t.tool.tutorials).each(function(tutorial){ %>
<li><a href="<%= tutorial.url %>"><%= tutorial.label %></a></li>
<% }); %>
</ul>
</div>
<% } %>
<% if(t.tool.demos.length > 0) { %>
<div class="info_float">
<h2>Demos:</h2>
<ul>
<% _(t.tool.demos).each(function(demo){ %>
<li><a href="<%= demo.url %>"><%= demo.label %></a></li>
<% }); %>
</ul>
</div>
<% } %>
</script>
<script type="text/html" id='info_team_template'>
<h1>Team: <%= t.name %></h1>
<div class="info_inline">
<h3>Principal Investigator<%= t.principal_investigators.length > 1 ? 's':'' %>:</h3>
<ul>
<% _(t.principal_investigators).each(function(pi, i){ %><%= (i !== 0) ? ', ':'' %>
<li><a href=mailto:<%= pi.email %>><%= pi.name %></a></li><% }); %>
</ul>
</div>
<div class="info_inline">
<h3>Project Title:</h3>
<p><%= t.project_title %></p>
</div>
<% if(t.project_url) { %>
<div class="info_inline">
<h3>Project Site:</h3> <a href="<%= t.project_url %>"><%= t.project_url %></a>
</div>
<% } %>
<% if(t.group_url) { %>
<div class="info_inline">
<h3>Group Site:</h3> <a href="<%= t.group_url %>"><%= t.group_url %></a>
</div>
<% } %>
<% if(t.institution_urls.length > 0) { %>
<div class="info_inline">
<h3>Institution Site<%= t.institution_urls.length > 1 ? 's':'' %>:</h3> <%= _(t.institution_urls).map(function(url){
return '<a href="'+url+'">'+url+'</a>';
}).join(', ') %>
</div>
<% } %>
<% if(t.root_tools.length > 0) { %>
<div class="info_float">
<h2>Tools developed:</h2>
<ul>
<% _(t.root_tools).each(function(root_tool){ %>
<li><a href="<%= root_tool.url() %>"><%= root_tool.name %></a></li>
<% }); %>
</ul>
</div>
<% } %>
<% if(t.pipelines.length > 0) { %>
<div class="info_float">
<h2>Pipelines developed:</h2>
<ul>
<% _(t.pipelines).each(function(pl){ %>
<li><a href="<%= pl.url() %>"><%= pl.name %></a></li>
<% }); %>
</ul>
</div>
<% } %>
</script>
<script type="text/html" id='info_tool_template'>
<h1>Tool: <%= t.name %></h1>
<% if(t.team) { %>
<div class="info_inline">
<h3>Developed by:</h3> <a href="<%= t.team.url() %>"><%= t.team.name %></a>
</div>
<% } %>
<% if(t.external_url) { %>
<div class="info_inline">
<h3>Website:</h3> <a href="<%= t.external_url %>"><%= t.external_url %></a>
</div>
<% } %>
<% if(t.parent_tool) { %>
<div class="info_inline">
<h3>Parent tool:</h3> <a href="<%= t.parent_tool.url() %>"><%= t.parent_tool.name %></a>
</div>
<% } %>
<% if(t.subtools.length > 0) { %>
<div class="info_float">
<h2>Subtools:</h2>
<% _(t.subtools).each(function(subtool){ %>
<li><a href="<%= subtool.url() %>"><%= subtool.name %></a></li>
<% }); %>
</div>
<% } %>
<% if(t.pipelines.length > 0) { %>
<div class="info_float">
<h2>Incorporated in pipelines:</h2>
<ul>
<% _(t.pipelines).each(function(pl){ %>
<li><a href="<%= pl.url() %>"><%= pl.name %></a><% if(pl.team){ %> (<a href="<%= pl.team.url() %>"><%= pl.team.name %></a>)<% } %></li>
<% }); %>
</ul>
</div>
<% } %>
<% if(t.tutorials.length > 0) { %>
<div class="info_float">
<h2>Tutorials:</h2>
<ul>
<% _(t.tutorials).each(function(tutorial){ %>
<li><a href="<%= tutorial.url %>"><%= tutorial.label %></a></li>
<% }); %>
</ul>
</div>
<% } %>
<% if(t.demos.length > 0) { %>
<div class="info_float">
<h2>Demos:</h2>
<ul>
<% _(t.demos).each(function(demo){ %>
<li><a href="<%= demo.url %>"><%= demo.label %></a></li>
<% }); %>
</ul>
</div>
<% } %>
</script>
<script type="text/html" id='teams_template'>
<% _(t.teams).each(function(team, i){ %>
<%= i % 4 == 0 ? '<div class="row">' : '' %>
<div class="span3 team"> <a href="<%= team.url() %>"><img src="<%= team.logo %>" style="height:<%= team.logo_height %>"/></a></div>
<%= i % 4 == 3 ? '</div>' : '' %>
<% }); %>
</script>
<script>
var app_data = "";
$.getJSON( "js/app.json", function( data ) {
app_data = data;
window.mainRunner();
})
.fail(function(err,message) {
console.log( "app.json error: " + message );
});
// var app_data = (function () {
// var json = null;
// $.ajax({
// 'async': false,
// 'global': false,
// 'url': 'js/app.json',
// 'dataType': "json",
// 'success': function (data) {
// alert('success');
// json = data;
// },
// 'done' : function(data) {
// alert('done');
// },
// 'fail' : function(err) {
// alert('error');
// }
// });
// return json;
// })();
var app = { base_route: window.location.pathname.slice(0,window.location.pathname.length-1)};
</script>
<script src="js/utils.js"></script>
<script src="js/settings.js"></script>
<script src="js/gdata.js"></script>
<script src="js/graph/graph.js"></script>
<script src="js/graph/node.js"></script>
<script src="js/graph/edge.js"></script>
<script src="js/graph/graph_drawing.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46495002-1', 'iseqtools.org');
</script>
</body>
</html>