-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (79 loc) · 4.18 KB
/
Copy pathindex.html
File metadata and controls
97 lines (79 loc) · 4.18 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Pipelin.es by pipelines</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Pipelin.es</h1>
<p><b>Resources</b></p>
<p class="view">
<a href="https://github.com/pipelines">GitHub</a>
<br>
<a href="https://bitbucket.org/pipelines/">Dockerfiles</a>
<br>
<a href="https://hub.docker.com/u/pipelines/">Container Builds</a>
<br>
<a href="https://TODO">Documentation</a>
</p>
<hr>
<p><b>NGS Pipeline arsenal</b></p>
<p class="view">
<a href="https://registry.hub.docker.com/u/pipelines/nesoni-docker/builds_history/262584/">Nesoni</a>
</p>
<hr>
<p><b>Still contructing</b></p>
<p class="view">
<a href="https://github.com/mscook/Banzai-MicrobialGenomics-Pipeline">Banzai</a>
<br>
<a href="https://github.com/tseemann/nullarbor">nullarbor</a>
<br>
<a href="https://github.com/dsarov/SPANDx">SPANDx</a>
<br>
<a href="https://github.com/katholt/RedDog">RedDog</a>
<br>
<a href="https://QUICKSTART.TODO">Submit your own</a>
</p>
<hr>
</header>
<section>
<p><img src="https://raw.githubusercontent.com/pipelines/pipelines.github.io/master/images/Pipelines_logo_cropped.png" alt="Pipelin.es logo"></p>
<h1>
<a id="pipelines-is-a-ngs-data-analysis-pipeline-evaluation-tool" class="anchor" href="#pipelines-is-a-ngs-data-analysis-pipeline-evaluation-tool" aria-hidden="true"><span class="octicon octicon-link"></span></a>Pipelin.es is a NGS data analysis pipeline evaluation tool</h1>
<h2>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span class="octicon octicon-link"></span></a>About</h2>
<p>Using <a href="http://docker.com">docker</a> containers to perform continuous evaluation of (microbial) NGS pipelines. Inspired by Michael Barton's <a href="http://nucleotid.es">nucleotid.es</a>.</p>
<p>Dockerfiles can be found on: <a href="https://bitbucket.org/pipelines/">bitbucket</a>. Automated docker container builds can be found at: <a href="https://hub.docker.com/u/pipelines/">Docker Hub</a>. Documentation at <a href="https://TODO">ReadTheDocs</a>.</p>
<h2>
<a id="history" class="anchor" href="#history" aria-hidden="true"><span class="octicon octicon-link"></span></a>History</h2>
<p>Some of the initial concepts were nutted out at <a href="http://theamigos.space">AMIGOS 2015</a>. The idea to compare the results of the "Australian" microbial genomics pipelines was pitched by Jason Kwong.</p>
<p>The following representatives from pipeline development teams joined Jason -</p>
<ul>
<li>Melinda Ashcroft (<a href="https://github.com/mscook/Banzai-MicrobialGenomics-Pipeline">Banzai</a>)</li>
<li>Mark Davies (Sanger)</li>
<li>David Edwards (<a href="https://github.com/katholt/RedDog">RedDog</a>)</li>
<li>Jason Kwong (<a href="https://github.com/tseemann/nullarbor">nullarbor</a>)</li>
<li>Derek Sarovich (<a href="https://github.com/dsarov/SPANDx">SPANDx</a>)</li>
</ul>
<p>Mitchell Stanton-Cook donated his beloved pipelin.es domain to the cause.</p>
<p><a href="mailto:mitch@pipelin.es">Mitchell Stanton-Cook</a> is the core maintainer.</p>
<h3>
<a id="mailing-list" class="anchor" href="#mailing-list" aria-hidden="true"><span class="octicon octicon-link"></span></a>Mailing list</h3>
<p><a href="http://pipelin.es/list.html">Sign up here</a>.</p>
</section>
<footer>
<p><small>pipelin.es is Creative Commons licensed (BY-NC-SA). Hosted on GitHub Pages — Base theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>