Skip to content

Commit 56d5e4e

Browse files
committed
Add GA track code to latest docs
1 parent bf61245 commit 56d5e4e

33 files changed

+401
-41
lines changed

assets/docs/latest/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 052e4c2bf69462b1181ecc3cd7abea34
3+
config: a0f65b699793b5f604c9b2e87fef2ccb
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

assets/docs/latest/_sources/channel.rst.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ pair and the second element is the list of files (sorted in lexicographical orde
340340

341341
Channel
342342
.fromFilePairs('/my/data/SRR*_{1,2}.fastq')
343-
.println()
343+
.view()
344344

345345
It will produce an output similar to the following::
346346

@@ -361,7 +361,7 @@ For example::
361361

362362
Channel
363363
.fromFilePairs('/some/data/*', size: -1) { file -> file.extension }
364-
.println { ext, files -> "Files with the extension $ext are $files" }
364+
.view { ext, files -> "Files with the extension $ext are $files" }
365365

366366

367367
Table of optional parameters available:
@@ -395,7 +395,7 @@ the FASTQ files matching the specified criteria i.e project or accession number(
395395

396396
Channel
397397
.fromSRA('SRP043510')
398-
.println()
398+
.view()
399399

400400

401401
It returns::
@@ -413,7 +413,7 @@ Multiple accession IDs can be specified using a list object::
413413
ids = ['ERR908507', 'ERR908506', 'ERR908505']
414414
Channel
415415
.fromSRA(ids)
416-
.println()
416+
.view()
417417

418418
::
419419

assets/docs/latest/_sources/process.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ this is a value which has been defined in the `input` declaration block, as show
934934

935935
}
936936

937-
receiver.println { "Received: $it" }
937+
receiver.view { "Received: $it" }
938938

939939

940940
Valid output values are value literals, input values identifiers, variables accessible in the process scope and

assets/docs/latest/amazons3.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h2>Advanced configuration<a class="headerlink" href="#advanced-configuration" t
272272
<div role="contentinfo">
273273
<p>
274274

275-
&copy; Copyright 2013-2019, Centre for Genomic Regulation (CRG). 2020, Seqera Labs.
275+
&copy; Copyright 2020, Seqera Labs. 2013-2019, Centre for Genomic Regulation (CRG).
276276

277277
</p>
278278
</div>
@@ -304,6 +304,18 @@ <h2>Advanced configuration<a class="headerlink" href="#advanced-configuration" t
304304

305305

306306

307+
<!-- Theme Analytics -->
308+
<script>
309+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
310+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
311+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
312+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
313+
314+
ga('create', 'UA-364526-10', 'auto');
315+
ga('send', 'pageview');
316+
</script>
317+
318+
307319

308320

309321
</body>

assets/docs/latest/awscloud.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ <h2>Advanced configuration<a class="headerlink" href="#advanced-configuration" t
491491
<div role="contentinfo">
492492
<p>
493493

494-
&copy; Copyright 2013-2019, Centre for Genomic Regulation (CRG). 2020, Seqera Labs.
494+
&copy; Copyright 2020, Seqera Labs. 2013-2019, Centre for Genomic Regulation (CRG).
495495

496496
</p>
497497
</div>
@@ -523,6 +523,18 @@ <h2>Advanced configuration<a class="headerlink" href="#advanced-configuration" t
523523

524524

525525

526+
<!-- Theme Analytics -->
527+
<script>
528+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
529+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
530+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
531+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
532+
533+
ga('create', 'UA-364526-10', 'auto');
534+
ga('send', 'pageview');
535+
</script>
536+
537+
526538

527539

528540
</body>

assets/docs/latest/basic.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ <h2>Configuration options<a class="headerlink" href="#configuration-options" tit
310310
<div role="contentinfo">
311311
<p>
312312

313-
&copy; Copyright 2013-2019, Centre for Genomic Regulation (CRG). 2020, Seqera Labs.
313+
&copy; Copyright 2020, Seqera Labs. 2013-2019, Centre for Genomic Regulation (CRG).
314314

315315
</p>
316316
</div>
@@ -342,6 +342,18 @@ <h2>Configuration options<a class="headerlink" href="#configuration-options" tit
342342

343343

344344

345+
<!-- Theme Analytics -->
346+
<script>
347+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
348+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
349+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
350+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
351+
352+
ga('create', 'UA-364526-10', 'auto');
353+
ga('send', 'pageview');
354+
</script>
355+
356+
345357

346358

347359
</body>

assets/docs/latest/channel.html

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
pair and the second element is the list of files (sorted in lexicographical order). For example:</p>
522522
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Channel</span>
523523
<span class="o">.</span><span class="n">fromFilePairs</span><span class="p">(</span><span class="s1">&#39;/my/data/SRR*_{1,2}.fastq&#39;</span><span class="p">)</span>
524-
<span class="o">.</span><span class="n">println</span><span class="p">()</span>
524+
<span class="o">.</span><span class="n">view</span><span class="p">()</span>
525525
</pre></div>
526526
</div>
527527
<p>It will produce an output similar to the following:</p>
@@ -542,7 +542,7 @@
542542
For example:</p>
543543
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Channel</span>
544544
<span class="o">.</span><span class="n">fromFilePairs</span><span class="p">(</span><span class="s1">&#39;/some/data/*&#39;</span><span class="p">,</span> <span class="n">size</span><span class="p">:</span> <span class="o">-</span><span class="mi">1</span><span class="p">)</span> <span class="p">{</span> <span class="n">file</span> <span class="o">-&gt;</span> <span class="n">file</span><span class="o">.</span><span class="n">extension</span> <span class="p">}</span>
545-
<span class="o">.</span><span class="n">println</span> <span class="p">{</span> <span class="n">ext</span><span class="p">,</span> <span class="n">files</span> <span class="o">-&gt;</span> <span class="s2">&quot;Files with the extension $ext are $files&quot;</span> <span class="p">}</span>
545+
<span class="o">.</span><span class="n">view</span> <span class="p">{</span> <span class="n">ext</span><span class="p">,</span> <span class="n">files</span> <span class="o">-&gt;</span> <span class="s2">&quot;Files with the extension $ext are $files&quot;</span> <span class="p">}</span>
546546
</pre></div>
547547
</div>
548548
<p>Table of optional parameters available:</p>
@@ -595,7 +595,7 @@
595595
the FASTQ files matching the specified criteria i.e project or accession number(s). For example:</p>
596596
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Channel</span>
597597
<span class="o">.</span><span class="n">fromSRA</span><span class="p">(</span><span class="s1">&#39;SRP043510&#39;</span><span class="p">)</span>
598-
<span class="o">.</span><span class="n">println</span><span class="p">()</span>
598+
<span class="o">.</span><span class="n">view</span><span class="p">()</span>
599599
</pre></div>
600600
</div>
601601
<p>It returns:</p>
@@ -612,7 +612,7 @@
612612
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">ids</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;ERR908507&#39;</span><span class="p">,</span> <span class="s1">&#39;ERR908506&#39;</span><span class="p">,</span> <span class="s1">&#39;ERR908505&#39;</span><span class="p">]</span>
613613
<span class="n">Channel</span>
614614
<span class="o">.</span><span class="n">fromSRA</span><span class="p">(</span><span class="n">ids</span><span class="p">)</span>
615-
<span class="o">.</span><span class="n">println</span><span class="p">()</span>
615+
<span class="o">.</span><span class="n">view</span><span class="p">()</span>
616616
</pre></div>
617617
</div>
618618
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="p">[</span><span class="n">ERR908507</span><span class="p">,</span> <span class="p">[</span><span class="n">ftp</span><span class="p">:</span><span class="o">//</span><span class="n">ftp</span><span class="o">.</span><span class="n">sra</span><span class="o">.</span><span class="n">ebi</span><span class="o">.</span><span class="n">ac</span><span class="o">.</span><span class="n">uk</span><span class="o">/</span><span class="n">vol1</span><span class="o">/</span><span class="n">fastq</span><span class="o">/</span><span class="n">ERR908</span><span class="o">/</span><span class="n">ERR908507</span><span class="o">/</span><span class="n">ERR908507_1</span><span class="o">.</span><span class="n">fastq</span><span class="o">.</span><span class="n">gz</span><span class="p">,</span> <span class="n">ftp</span><span class="p">:</span><span class="o">//</span><span class="n">ftp</span><span class="o">.</span><span class="n">sra</span><span class="o">.</span><span class="n">ebi</span><span class="o">.</span><span class="n">ac</span><span class="o">.</span><span class="n">uk</span><span class="o">/</span><span class="n">vol1</span><span class="o">/</span><span class="n">fastq</span><span class="o">/</span><span class="n">ERR908</span><span class="o">/</span><span class="n">ERR908507</span><span class="o">/</span><span class="n">ERR908507_2</span><span class="o">.</span><span class="n">fastq</span><span class="o">.</span><span class="n">gz</span><span class="p">]]</span>
@@ -828,7 +828,7 @@ <h3>onNext, onComplete, and onError<a class="headerlink" href="#onnext-oncomplet
828828
<div role="contentinfo">
829829
<p>
830830

831-
&copy; Copyright 2013-2019, Centre for Genomic Regulation (CRG). 2020, Seqera Labs.
831+
&copy; Copyright 2020, Seqera Labs. 2013-2019, Centre for Genomic Regulation (CRG).
832832

833833
</p>
834834
</div>
@@ -860,6 +860,18 @@ <h3>onNext, onComplete, and onError<a class="headerlink" href="#onnext-oncomplet
860860

861861

862862

863+
<!-- Theme Analytics -->
864+
<script>
865+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
866+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
867+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
868+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
869+
870+
ga('create', 'UA-364526-10', 'auto');
871+
ga('send', 'pageview');
872+
</script>
873+
874+
863875

864876

865877
</body>

assets/docs/latest/conda.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h2>Advanced settings<a class="headerlink" href="#advanced-settings" title="Perm
347347
<div role="contentinfo">
348348
<p>
349349

350-
&copy; Copyright 2013-2019, Centre for Genomic Regulation (CRG). 2020, Seqera Labs.
350+
&copy; Copyright 2020, Seqera Labs. 2013-2019, Centre for Genomic Regulation (CRG).
351351

352352
</p>
353353
</div>
@@ -379,6 +379,18 @@ <h2>Advanced settings<a class="headerlink" href="#advanced-settings" title="Perm
379379

380380

381381

382+
<!-- Theme Analytics -->
383+
<script>
384+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
385+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
386+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
387+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
388+
389+
ga('create', 'UA-364526-10', 'auto');
390+
ga('send', 'pageview');
391+
</script>
392+
393+
382394

383395

384396
</body>

assets/docs/latest/config.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ <h2>Environment variables<a class="headerlink" href="#environment-variables" tit
13411341
<div role="contentinfo">
13421342
<p>
13431343

1344-
&copy; Copyright 2013-2019, Centre for Genomic Regulation (CRG). 2020, Seqera Labs.
1344+
&copy; Copyright 2020, Seqera Labs. 2013-2019, Centre for Genomic Regulation (CRG).
13451345

13461346
</p>
13471347
</div>
@@ -1373,6 +1373,18 @@ <h2>Environment variables<a class="headerlink" href="#environment-variables" tit
13731373

13741374

13751375

1376+
<!-- Theme Analytics -->
1377+
<script>
1378+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
1379+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
1380+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
1381+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
1382+
1383+
ga('create', 'UA-364526-10', 'auto');
1384+
ga('send', 'pageview');
1385+
</script>
1386+
1387+
13761388

13771389

13781390
</body>

assets/docs/latest/dnanexus.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<div role="contentinfo">
193193
<p>
194194

195-
&copy; Copyright 2013-2019, Centre for Genomic Regulation (CRG). 2020, Seqera Labs.
195+
&copy; Copyright 2020, Seqera Labs. 2013-2019, Centre for Genomic Regulation (CRG).
196196

197197
</p>
198198
</div>
@@ -224,6 +224,18 @@
224224

225225

226226

227+
<!-- Theme Analytics -->
228+
<script>
229+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
230+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
231+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
232+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
233+
234+
ga('create', 'UA-364526-10', 'auto');
235+
ga('send', 'pageview');
236+
</script>
237+
238+
227239

228240

229241
</body>

0 commit comments

Comments
 (0)