Skip to content

Commit 195abf6

Browse files
author
Brian O'Connor
committed
Merged morgan's content with the nanoc template and added a bunch of new content too
1 parent 42d14ec commit 195abf6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+2505
-101
lines changed

about/index.html

+79-49
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,87 @@
1-
<!DOCTYPE HTML>
1+
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>SeqWare - About</title>
6-
<link rel="stylesheet" type="text/css" href="/style.css" media="screen">
7-
<meta name="generator" content="nanoc 3.3.6">
8-
</head>
9-
<body>
10-
<div id="homepic">
11-
<a href="/"><img src="/pictures/seqware_logo.png"/></a>
12-
</div>
13-
<div id="main">
14-
<h1 id="seqware">SeqWare</h1>
15-
16-
<p>The open source SeqWare project is a portable software infrastructure designed to analyze massive genomics datasets produced by contemporary and emerging technologies, in particular Next Generation Sequencing (NGS) platforms. It consists of a comprehensive suite of tools focused on enabling the end-to-end analysis of sequence data – from from raw base calling to analyzed variants ready for interpretation by users.</p>
17-
18-
<p>SeqWare currently provides four tools specifically designed to support massively parallel sequencing technologies. All four tools can be used together or separately. </p>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta charset="UTF-8">
6+
<title>SeqWare › About</title>
7+
<meta content="nanoc 3.4.0" name="generator">
8+
<link href="../assets/style-v17.css" media="screen" rel="stylesheet" type="text/css">
9+
<link href="http://feeds.feedburner.com/seqware" rel="alternate" title="The SeqWare Blog" type="application/atom+xml">
10+
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-34523087-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
11+
</head>
12+
<body>
13+
<div class="wrapper">
14+
<!-- ***** navigation ***** -->
15+
<div class="nav">
16+
<ol>
17+
<li><a href="../"><span>Home</span></a></li>
18+
<li><a href="../blog/"><span>News</span></a></li>
19+
<li><a href="../docs/"><span>Documentation</span></a></li>
20+
<li><a href="../community/"><span>Community</span></a></li>
21+
<li><a href="../partners/"><span>Partners</span></a></li>
22+
<li><span class="active" title="You're here."><span>About</span></span></li>
23+
</ol>
24+
</div>
25+
<!-- ***** sidebar ***** -->
26+
<div class="side">
27+
<div class="section odd">
28+
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script><script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 30000, width: 250, height: 370, theme: { shell: { background: '#daebff', color: '#153b66' }, tweets: { background: '#daebff', color: '#000000', links: '#153b66' } }, features: { scrollbar: false, loop: false, live: true, behavior: 'all' } }).render().setUser('seqware').start(); </script>
29+
</div>
30+
<div class="section even">
31+
<p>The current version of SeqWare is 0.12.5, released on August 6th, 2012. See the <a href="../release-notes/">release notes</a> for details.</p>
32+
</div>
33+
</div>
34+
<!-- ***** body ***** -->
35+
<div class="body">
36+
<div class="article">
37+
<div class="header">
38+
<h1>About</h1>
39+
</div>
40+
<div class="section" id="history">
41+
<h2>History</h2>
42+
43+
<p>The SeqWare project (originally SolexaTools) was started in 2007 by Brian O&#8217;Connor while he was a postdoc in the Nelson Lab at UCLA. Brian moved to UNC in 2010 to be a research associate in the Lineberger center where the project grew and developed into the pipeline system used for the center&#8217;s TCGA RNA-Seq analysis. In 2011 Brian moved to OICR in Toronto where he is currently a software architect and manager for the Software Engineering team. SeqWare continues to be developed by his team and is used for the institutes NGS data analysis needs, including the center&#8217;s ICGC projects.</p>
44+
45+
</div>
46+
<div class="section" id="purpose">
47+
<h2>Purpose</h2>
48+
49+
<p>The open source SeqWare project is a portable software infrastructure designed to analyze massive genomics datasets produced by contemporary and emerging technologies, in particular Next Generation Sequencing (NGS) platforms. It consists of a comprehensive suite of tools focused on enabling the end-to-end analysis of sequence data – from from raw base calling to analyzed variants ready for interpretation by users. <strong>SeqWare is tool agnostic, it is a framework for building analysis workflows and does not provide specific implementations out-of-the-box. You use SeqWare to create high-throughput infrastructure for NGS analysis using whatever analysis tools you like.</strong></p>
50+
51+
</div>
52+
<div class="section" id="components">
53+
<h2>Components</h2>
54+
55+
<p>SeqWare currently provides 5 main tools specifically designed to support massively parallel sequencing technologies. All tools can be used together or separately:</p>
1956

2057
<ul>
21-
<li><strong>Portal</strong>: a LIMS-like web application to manage samples, record computational events, and present results back to end users. </li>
22-
<li><strong>Pipeline</strong>: a workflow engine that is capable of wrapping and combining other tools (BFAST, BWA, SAMtools, etc) into complex pipelines, recording metadata about the analysis, and facilitates automation of pipelines based on metadata. </li>
23-
<li><strong>Query Engine</strong>: a query tool to store and query variants and other events inferred from sequence data. </li>
24-
<li><strong>MetaDB</strong>: provides a common database to store metadata used by all components. </li>
58+
<li>
59+
<strong>MetaDB</strong>: provides a common database to store metadata used by all components.</li>
60+
<li>
61+
<strong>Portal</strong>: a LIMS-like web application to manage samples, record computational events, and present results back to end users.</li>
62+
<li>
63+
<strong>Pipeline</strong>: a workflow engine that is capable of wrapping and combining other tools (BFAST, BWA, SAMtools, etc) into complex pipelines, recording metadata about the analysis, and facilitates automation of pipelines based on metadata.</li>
64+
<li>
65+
<strong>Web Service</strong>: a programmatic API that lets people build new tools on top of the project</li>
66+
<li>
67+
<strong>Query Engine</strong>: a NOSQL database designed to store and query variants and other events inferred from sequence data.</li>
2568
</ul>
69+
<p><img src="../assets/images/seqware_arch.png"></p>
2670

27-
<p>SeqWare is currently used by a variety of NGS users including the <a href="http://unclineberger.org/">Lineberger Comprehensive Cancer Center at UNC</a>, at the <a href="http://oicr.on.ca/">Ontario Institute for Cancer Research in Toronto</a> and by our commercial partner <a href="http://nimbusinformatics.com/">Nimbus Informatics</a>.</p>
71+
</div>
72+
<div class="section" id="publications">
73+
<h2>Publications</h2>
2874

29-
<h2 id="citation">Citation</h2>
30-
<p>O’Connor, B. D., B. Merriman, and S. F. Nelson. <a href="http://www.biomedcentral.com/1471-2105/11/S12/S2">SeqWare Query Engine: storing and searching sequence data in the cloud</a>. BMC Bioinformatics 2010, 11(Suppl 12):S2</p>
75+
<p>Please cite the SeqWare paper:</p>
3176

32-
</div>
33-
<div id="sidebar">
34-
<ul>
35-
<li><a href="/about/"><span>About SeqWare</span></a></li>
36-
<li><a href="/download/"><span>Download</span></a></li>
37-
</ul>
38-
<h2><span>Quick Reference</span></h2>
39-
<ul>
40-
<li><a href="/users/"><span>User Guide</span></a></li>
41-
<li><a href="/administrators/"><span>Administrator Guide</span></a></li>
42-
<li><a href="/source/"><span>Developers Guide</span></a></li>
43-
<li><a href="http://sourceforge.net/apps/mediawiki/seqware/index.php?title=Main_Page"><span>Old Wiki</span></a></li>
44-
</ul>
45-
<h2><span>APIs</span></h2>
46-
<ul>
47-
<li><a href="/webservice-api/"><span>Web Service API</span></a></li>
48-
<li><a href="/queryengine-api/"><span>Query Engine API</span></a></li>
49-
</ul>
50-
<h2><span>Contact</span></h2>
51-
<ul>
52-
<li><a href="http://sourceforge.net/mail/?group_id=239239"><span>Mailing Lists</span></a></li>
53-
<li><a href="mailto:[email protected]"><span>JIRA Bug Tracker</span></a></li>
54-
</ul>
55-
</div>
56-
</body>
77+
<p>O’Connor, B. D., B. Merriman, and S. F. Nelson. <a href="http://www.biomedcentral.com/1471-2105/11/S12/S2">SeqWare Query Engine: storing and searching sequence data in the cloud</a>. BMC Bioinformatics 2010, 11(Suppl 12):S2</p>
78+
</div>
79+
</div>
80+
</div>
81+
</div>
82+
<!-- ***** footer ***** -->
83+
<div id="footer">
84+
<p>SeqWare © 2007–2012 Brian O&#8217;Connor. SeqWare is released under the a <a rel="license" href="http://www.gnu.org/licenses/licenses.html">GNU GPL v3</a>. This site is built using the excellent <a href="http://nanoc.stoneship.org/">nanoc</a> tool and example site along with the <a href="http://www.fonts.info/info/press/free-fonts-for-font-face-embedding.htm">Graublau</a> and <a href="http://scripts.sil.org/Gentium">Gentium</a> fonts.</p>
85+
</div>
86+
</body>
5787
</html>
103 KB
Binary file not shown.
103 KB
Binary file not shown.

assets/fonts/gentium-basic-bold.eot

86.7 KB
Binary file not shown.

assets/fonts/gentium-basic-bold.ttf

86.5 KB
Binary file not shown.

assets/fonts/gentium-basic-italic.eot

104 KB
Binary file not shown.

assets/fonts/gentium-basic-italic.ttf

104 KB
Binary file not shown.

assets/fonts/gentium-basic.eot

86.1 KB
Binary file not shown.

assets/fonts/gentium-basic.ttf

86 KB
Binary file not shown.

assets/fonts/graublau-web-bold.eot

81.2 KB
Binary file not shown.

assets/fonts/graublau-web-bold.otf

59.8 KB
Binary file not shown.

assets/fonts/graublau-web.eot

80.9 KB
Binary file not shown.

assets/fonts/graublau-web.otf

59.2 KB
Binary file not shown.

assets/images/Deploy.png

30.6 KB

assets/images/Develop.png

30.2 KB

assets/images/Use.png

36.8 KB

assets/images/amazon_launcher.png

49.7 KB

assets/images/cloud-based_ico.png

4.14 KB

assets/images/concepts-icon_bgr.png

1.1 KB

assets/images/create_experiment.png

16.9 KB

assets/images/create_study.png

105 KB

assets/images/features/extensible.png

22.2 KB

assets/images/features/fast.png

17.3 KB

assets/images/features/flexible.png

22.9 KB
21.7 KB

assets/images/features/secure.png

16.9 KB

assets/images/final_exp.png

50.2 KB

assets/images/genome-capable_ico.png

4.27 KB

assets/images/grid.png

175 Bytes

assets/images/logo.png

1.37 KB

assets/images/my_studies.png

117 KB

assets/images/nav-bottom.png

212 Bytes

assets/images/nimbus_clear.png

13.1 KB

assets/images/open-source_ico.png

16.5 KB

assets/images/running.png

121 KB
6.13 KB

assets/images/screenshot-home.png

143 KB

assets/images/seqware_arch.png

233 KB

assets/images/seqware_logo.png

5.67 KB

assets/images/triangle-left.gif

53 Bytes

assets/images/triangle-right.gif

59 Bytes
134 KB

assets/images/upload.png

35.7 KB

assets/images/vm_screen.png

351 KB
19.4 KB
42.3 KB

assets/style-v17.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

blog/12/index.html

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5+
<meta charset="UTF-8">
6+
<title>SeqWare › Articles about v0.12.x</title>
7+
<meta content="nanoc 3.4.0" name="generator">
8+
<link href="../../assets/style-v17.css" media="screen" rel="stylesheet" type="text/css">
9+
<link href="http://feeds.feedburner.com/seqware" rel="alternate" title="The SeqWare Blog" type="application/atom+xml">
10+
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-34523087-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script>
11+
</head>
12+
<body>
13+
<div class="wrapper">
14+
<!-- ***** navigation ***** -->
15+
<div class="nav">
16+
<ol>
17+
<li><a href="../../"><span>Home</span></a></li>
18+
<li><a href="../"><span>News</span></a></li>
19+
<li><a href="../../docs/"><span>Documentation</span></a></li>
20+
<li><a href="../../community/"><span>Community</span></a></li>
21+
<li><a href="../../partners/"><span>Partners</span></a></li>
22+
<li><a href="../../about/"><span>About</span></a></li>
23+
</ol>
24+
</div>
25+
<!-- ***** sidebar ***** -->
26+
<div class="side">
27+
<ol>
28+
<li><a href="../13/"><span>Articles about v0.13.x</span></a></li>
29+
<li><span class="active" title="You're here."><span>Articles about v0.12.x</span></span></li>
30+
</ol>
31+
</div>
32+
<!-- ***** body ***** -->
33+
<div class="body">
34+
<div class="article">
35+
<div class="header">
36+
<h1>Articles about v0.12.x</h1>
37+
</div>
38+
39+
<div class="section" id="seqware-0-12-5-released-august-6th-2012">
40+
<h2>SeqWare 0.12.5 released <span class="date">(August 6th, 2012)</span>
41+
</h2>
42+
<p>We have released the final version in the 0.12.x series of SeqWare. Check out the <a href="../../release-notes/">full release notes</a> for details.</p>
43+
44+
<p>If you have any questions, be sure to ask them on <a href="http://sourceforge.net/mail/?group_id=239239">the mailing list</a>.</p>
45+
</div>
46+
</div>
47+
</div>
48+
</div>
49+
<!-- ***** footer ***** -->
50+
<div id="footer">
51+
<p>SeqWare © 2007–2012 Brian O&#8217;Connor. SeqWare is released under the a <a rel="license" href="http://www.gnu.org/licenses/licenses.html">GNU GPL v3</a>. This site is built using the excellent <a href="http://nanoc.stoneship.org/">nanoc</a> tool and example site along with the <a href="http://www.fonts.info/info/press/free-fonts-for-font-face-embedding.htm">Graublau</a> and <a href="http://scripts.sil.org/Gentium">Gentium</a> fonts.</p>
52+
</div>
53+
</body>
54+
</html>

0 commit comments

Comments
 (0)