-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlaunch.html
360 lines (334 loc) · 21.1 KB
/
launch.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Rabix - Launch</title>
<meta name="description"
content="Rabix is an open-source development project for creating and running computational workflows.">
<meta name="robots" content="noodp">
<link rel="canonical" href="http://www.rabix.io">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="images/apple-touch-icon-57x57.png"/>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/apple-touch-icon-114x114.png"/>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/apple-touch-icon-144x144.png"/>
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="images/apple-touch-icon-60x60.png"/>
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="images/apple-touch-icon-120x120.png"/>
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="images/apple-touch-icon-76x76.png"/>
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="images/apple-touch-icon-152x152.png"/>
<link rel="icon" type="image/png" href="images/favicon-196x196.png" sizes="196x196"/>
<link rel="icon" type="image/png" href="images/favicon-96x96.png" sizes="96x96"/>
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32"/>
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16"/>
<link rel="icon" type="image/png" href="images/favicon-128.png" sizes="128x128"/>
<meta name="application-name" content=" "/>
<meta name="msapplication-TileColor" content="#FFFFFF"/>
<meta name="msapplication-TileImage" content="mstile-144x144.png"/>
<meta name="msapplication-square70x70logo" content="mstile-70x70.png"/>
<meta name="msapplication-square150x150logo" content="mstile-150x150.png"/>
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png"/>
<meta name="msapplication-square310x310logo" content="mstile-310x310.png"/>
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Rabix - Reproducible Analysis for Bioinformatics">
<meta property="og:description"
content="Rabix is an open-source development project for creating and running computational workflows.">
<meta property="og:url" content="http://www.rabix.io">
<meta property="og:site_name" content="Rabix - Reproducible Analysis for Bioinformatics">
<meta property="og:image" content="http://rabix.io/images/facebook-Linked_Image___rabix_social.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:description"
content="Rabix is an open-source development project for creating and running computational workflows.">
<meta name="twitter:title" content="Rabix - Reproducible Analysis for Bioinformatics">
<meta name="twitter:image" content="http://rabix.io/images/twitter-In-Stream_Wide___rabix_social.png">
<meta name="twitter:creator" content="@Sbgenomics">
<!-- Base CSS -->
<link href="css/base.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/main.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="css/etline-font.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<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', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-25508146-12', 'auto');
ga('send', 'pageview');
</script>
</head>
<body id="launch">
<!-- Navigation -->
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="./">
<img width="96.6" src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgOTYuNiA0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTYuNiA0NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNGRkZGRkY7fS5zdDF7b3BhY2l0eTowO2ZpbGw6IzRDOEU4Nzt9PC9zdHlsZT48dGl0bGU+cmFiaXhfdG1fbG9nbzwvdGl0bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIyLDI2LjRjLTAuMywwLTAuNSwwLTAuOCwwSDE3VjMyaC0zVjE0aDcuMmM0LjUsMCw3LjEsMi4yLDcuMSw2LjFjMC4yLDIuNS0xLjMsNC45LTMuNyw1LjhsNC4yLDYuMmgtMy40TDIyLDI2LjR6IE0yMS4yLDIzLjdjMi43LDAsNC4zLTEuMiw0LjMtMy42cy0xLjYtMy41LTQuMy0zLjVIMTd2N0wyMS4yLDIzLjd6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM4LjcsMzAuMmMtMS4xLDEuMi0yLjcsMS45LTQuNCwxLjhjLTIuOSwwLTQuNy0xLjgtNC43LTQuMXMxLjgtNCw1LTRoNHYtMC40YzAtMS43LTEuMS0yLjctMy4yLTIuN2MtMS40LDAtMi44LDAuNS0zLjksMS4zbC0xLjItMmMxLjctMS4xLDMuNy0xLjcsNS43LTEuN2MzLjQsMCw1LjMsMS43LDUuNCw0LjdWMzJoLTIuOFYzMC4yeiBNMzguNywyNy4yVjI2aC0zLjZjLTEuOSwwLTIuNywwLjUtMi43LDEuOHMxLDIsMi42LDJDMzcsMjkuNywzOC41LDI4LjcsMzguNywyNy4yTDM4LjcsMjcuMnoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTcuNiwyNS4zYzAsNC0yLjUsNi43LTYuMyw2LjdjLTEuOSwwLjEtMy43LTAuOC00LjctMi40VjMyaC0yLjlWMTRoMi45djYuOWMxLTEuNiwyLjgtMi41LDQuNy0yLjRDNTUuMSwxOC41LDU3LjYsMjEuMyw1Ny42LDI1LjN6IE01NC43LDI1LjJjMC4xLTIuMi0xLjYtNC4xLTMuOC00LjJjLTIuMi0wLjEtNC4xLDEuNi00LjIsMy44YzAsMC4xLDAsMC4zLDAsMC40Yy0wLjIsMi4yLDEuNSw0LjIsMy43LDQuNGMyLjIsMC4yLDQuMi0xLjUsNC40LTMuN0M1NC44LDI1LjcsNTQuOCwyNS40LDU0LjcsMjUuMnoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjIsMTUuNWMwLDAuOC0wLjcsMS40LTEuNSwxLjRjLTAuOCwwLTEuNC0wLjctMS40LTEuNWMwLTAuOCwwLjctMS40LDEuNS0xLjRDNjEuNCwxNCw2MiwxNC42LDYyLDE1LjVDNjIsMTUuNSw2MiwxNS41LDYyLDE1LjV6Ii8+PHJlY3QgeD0iNTkuMSIgeT0iMTguNSIgY2xhc3M9InN0MCIgd2lkdGg9IjIuOSIgaGVpZ2h0PSIxMy41Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTczLjMsMTguNWgzLjJsLTQuMyw2LjZsNC42LDYuOWgtMy4zbC0zLjItNC45TDY2LjgsMzJoLTMuMmw0LjgtNi45bC00LjQtNi42aDMuM2wzLDQuNkw3My4zLDE4LjV6Ii8+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTc4LjUsMTIuNlYxNmgtMC43di0zLjRoLTEuM1YxMmgzLjJ2MC42SDc4LjV6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTgzLjksMTZ2LTNsLTEuMywyLjZoLTAuNEw4MSwxM3YzaC0wLjZ2LTRoMC44bDEuMywyLjdsMS4zLTIuN2gwLjh2NEg4My45eiIvPjwvZz48L2c+PHJlY3QgeD0iODQuNiIgY2xhc3M9InN0MSIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIi8+PHJlY3QgeT0iMzIiIGNsYXNzPSJzdDEiIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIvPjxyZWN0IHg9IjgyLjYiIHk9IjMyIiBjbGFzcz0ic3QxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiLz48L3N2Zz4=" alt="">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="#rabix-composer" class="current">Releases</a>
</li>
<li>
<a href="http://docs.rabix.io" target="_blank">Documentation ↗</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Hero Section -->
<header class="hero-strip launch-hero">
<div class="container">
<div class="raw">
<div class="col-md-12 text-center">
<h1>Rabix Releases</h1>
<p></p>
<p>Use the newly launched Rabix open source toolkit to develop, test, debug and scale <br> Common
Workflow
Language versions of your bioinformatics tools and workflows.</p>
</div>
</div>
</div>
</header>
<!-- Section Rabix Composer -->
<section id="rabix-composer" class="section-b">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-12">
<h2 class=" text-center">Rabix Composer</h2>
<p class="text-center">(version 1.0)</p>
<p>An integrated development environment to describe your tools and workflows with the <a
href="http://www.commonwl.org/" target="_blank">Common Workflow Language</a>. Now integrated with the Rabix Executor so you can both develop and test through a single interface. Use as a
standalone application or sync with one of <a href="https://www.sevenbridges.com" target="_blank">Seven Bridges’ Cloud Platforms</a> to scale your analyses
(<a href="http://www.cancergenomicscloud.org/" target="_blank">CGC</a>, <a href="http://www.cavatica.org/" target="_blank">Cavatica</a>).</p>
<ul class="row">
<li class="col-lg-6">
<h3>Visual and Text Editors</h3>
<video autoplay loop>
<source src="images/visual_text.webm" type="video/webm">
<source src="images/visual_text.mp4" type="video/mp4">
</video>
<p>Seamlessly switch between rich visual and text editors to develop your CWL code
faster</p>
</li>
<li class="col-lg-6">
<h3>Rapidly create and visualize workflows</h3>
<video autoplay loop>
<source src="images/workflows.webm" type="video/webm">
<source src="images/workflows.mp4" type="video/mp4">
</video>
<p>Drag and drop tools, easily create connections, select and rearrange nodes, highlight immediate connections, zoom, and auto-align complicated workflowss</p>
</li>
<li class="col-lg-6">
<h3>Execute and test your CWL code</h3>
<video autoplay loop>
<source src="images/execute_test.webm" type="video/webm">
<source src="images/execute_test.mp4" type="video/mp4">
</video>
<p>Integrated with our Rabix Composer CWL workflow engine to enable rapid develop and test cycles</p>
</li>
<li class="col-lg-6">
<h3>CWL compatibility</h3>
<img src="images/cwl.png" alt="">
<p>Compatible with CWL v1.0 and the Seven Bridges version of CWL draft-2 (sbg:draft-2)</p>
</li>
</ul>
<div class="row text-center download-links">
<a href="https://github.com/rabix/composer/releases/download/1.0.0/rabix-composer-1.0.0.dmg"
class="download">
<span data-icon="" class="icon"></span>
<span>Download for Mac</span>
</a>
<a href="https://github.com/rabix/composer/releases/download/1.0.0/rabix-composer-1.0.0-x86_64.AppImage"
class="download">
<span data-icon="" class="icon"></span>
<span>Download for Linux</span>
</a>
<a href="https://github.com/rabix/composer/releases/download/1.0.0/rabix-composer.Setup.1.0.0.exe"
class="download">
<span data-icon="" class="icon"></span>
<span>Download for Windows</span>
</a>
</div>
<div class="row text-center">
<p class="documentation">
<a href="http://docs.rabix.io/rabix-composer-home" target="_blank">
<span><span data-icon="" class="icon"></span>Documentation</span>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Section Rabix Executor -->
<section id="rabix-executor" class="section-b">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="col-md-12">
<h2 class=" text-center">Rabix Executor</h2>
<p class="text-center">(version 1.03)</p>
<p>Executes containerized bioinformatics tools using your CWL description on any Unix-based computational environment. Executor is also the workflow engine for Seven Bridges Cloud Platforms.</p>
<div class="youtube-player" data-id="UyOAOM2o_dg"></div>
<ul>
<li>Capable of running all drafts and versions of CWL
</li>
<li>Utilizes optimizations for computation on large volumes of data (e.g. parallelization,
batch)
</li>
<li>Integrated with the <a
href="https://github.com/ga4gh/task-execution-schemas/blob/master/README.md"
target="_blank">GA4GH TES API</a>, which can be easily plugged into most existing
compute environments, including clusters and clouds.
</li>
<li>Enables developers to employ a specific queuing or scheduling protocol of your choice (e.g.
LSF, Slurm)
</li>
</ul>
<div class="row text-center download-links">
<a href="https://github.com/rabix/bunny/releases/latest" class="download" target="_blank">
<span data-icon="" class="icon"></span>
<span>Download Rabix Executor</span>
</a>
</div>
<div class="row">
<p class="documentation text-center">
<a href="http://docs.rabix.io/rabix-executor-home" target="_blank">
<span><span data-icon="" class="icon"></span>Documentation</span>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="section-gray">
<div class="container">
<div class="raw">
<div class="col-md-12 text-center">
<div class="intro-icon">
<span data-icon="" class="icon"></span>
</div>
</div>
<div class="col-md-12">
<h2 class="text-center">Sign up for Rabix release updates</h2>
<p class="text-center">We’ll notify you when important features for Composer are released</p>
<div class="col-md-8 col-md-offset-2">
<div id="mc_embed_signup">
<form action="https://sevenbridges.us8.list-manage.com/subscribe/post?u=162f095f77705057ae61f9adf&id=b921adc0dc" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<label for="mce-EMAIL">Email <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">Name <span class="asterisk">*</span>
</label>
<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-COMPANY">Company / Institution </label>
<input type="text" value="" name="COMPANY" class="" id="mce-COMPANY">
</div>
<div class="mc-field-group">
<label for="mce-OPTIONAL">[Optional] How do you plan to use Rabix? </label>
<textarea name="OPTIONAL" class="" id="mce-OPTIONAL"></textarea>
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_162f095f77705057ae61f9adf_b921adc0dc" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Submit" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[3]='COMPANY';ftypes[3]='text';fnames[2]='OPTIONAL';ftypes[2]='text';fnames[5]='MMERGE5';ftypes[5]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="footer-content">
<p>Rabix and Rabix Composer are Trademarks of <a href="https://www.sevenbridges.com" target="_blank">Seven Bridges Genomics Inc.</a>
<br><br> Copyright © <span id="year"></span> Seven Bridges Genomics Inc.</p>
</div>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"
integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"
crossorigin="anonymous"></script>
<!-- Custom JavaScript -->
<script>
document.addEventListener("DOMContentLoaded",
function() {
var div, n,
v = document.getElementsByClassName("youtube-player");
for (n = 0; n < v.length; n++) {
div = document.createElement("div");
div.setAttribute("data-id", v[n].dataset.id);
div.innerHTML = labnolThumb(v[n].dataset.id);
div.onclick = labnolIframe;
v[n].appendChild(div);
}
});
function labnolThumb(id) {
var thumb = '<img src="./images/Rabix-video.jpg">',
play = '<div class="play"></div>';
return thumb.replace("ID", id) + play;
}
function labnolIframe() {
var iframe = document.createElement("iframe");
var embed = "https://www.youtube.com/embed/ID?autoplay=1";
iframe.setAttribute("src", embed.replace("ID", this.dataset.id));
iframe.setAttribute("frameborder", "0");
iframe.setAttribute("allowfullscreen", "1");
this.parentNode.replaceChild(iframe, this);
}
</script>
<script>
$('#year').append('<span>'+ new Date().getFullYear() +'</span>');
</script>
</body>
</html>