Skip to content

Commit 42d14ec

Browse files
committed
Changed the layout again, added more content, added the command-line tutorial page, downloads, about, user guides, admin page, developers guide
1 parent b56c2bd commit 42d14ec

File tree

9 files changed

+732
-70
lines changed

9 files changed

+732
-70
lines changed

about/index.html

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!DOCTYPE HTML>
2+
<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>
19+
20+
<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>
25+
</ul>
26+
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>
28+
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>
31+
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>
57+
</html>

administrators/index.html

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>SeqWare - </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+
<p><a href="http://sourceforge.net/apps/mediawiki/seqware/index.php?title=Creating_a_SeqWare_VM">Creating a SeqWare VM</a></p>
15+
16+
</div>
17+
<div id="sidebar">
18+
<ul>
19+
<li><a href="/about/"><span>About SeqWare</span></a></li>
20+
<li><a href="/download/"><span>Download</span></a></li>
21+
</ul>
22+
<h2><span>Quick Reference</span></h2>
23+
<ul>
24+
<li><a href="/users/"><span>User Guide</span></a></li>
25+
<li><a href="/administrators/"><span>Administrator Guide</span></a></li>
26+
<li><a href="/source/"><span>Developers Guide</span></a></li>
27+
<li><a href="http://sourceforge.net/apps/mediawiki/seqware/index.php?title=Main_Page"><span>Old Wiki</span></a></li>
28+
</ul>
29+
<h2><span>APIs</span></h2>
30+
<ul>
31+
<li><a href="/webservice-api/"><span>Web Service API</span></a></li>
32+
<li><a href="/queryengine-api/"><span>Query Engine API</span></a></li>
33+
</ul>
34+
<h2><span>Contact</span></h2>
35+
<ul>
36+
<li><a href="http://sourceforge.net/mail/?group_id=239239"><span>Mailing Lists</span></a></li>
37+
<li><a href="mailto:[email protected]"><span>JIRA Bug Tracker</span></a></li>
38+
</ul>
39+
</div>
40+
</body>
41+
</html>

download/index.html

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE HTML>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>SeqWare - Downloads</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="downloads">Downloads</h1>
15+
16+
<h2 id="seqware-pipeline">SeqWare Pipeline</h2>
17+
<p>The latest version of the pipeline jar is always available on our continuous build server. Please choose the jar that has the -full suffix, e.g. <a href="http://jenkins.res.oicr.on.ca/job/seqware/lastStableBuild/net.sourceforge.seqware$seqware-distribution/">seqware-distribution-0.12.5-SNAPSHOT-full.jar</a>.</p>
18+
19+
<h2 id="source-code">Source Code</h2>
20+
21+
<p>We are currently in the process of migrating from SourceForge to GitHub, so our code is distributed between two locations:</p>
22+
23+
<ol>
24+
<li><a href="http://sourceforge.net/scm/?type=svn&amp;group_id=239239">Subversion on SourceForge</a> : All of our SeqWare Pipeline, MetaDB, Portal and archetype code</li>
25+
<li><a href="https://github.com/SeqWare/seqware">Git on GitHub</a> : Our query engine code and website documentation (including this site!)</li>
26+
</ol>
27+
28+
<p>Please be patient with us as we transition, and send any of your questions or comments to one of our <a href="http://sourceforge.net/mail/?group_id=239239">mailing lists</a>.</p>
29+
30+
<h2 id="virtual-machines-vms-and-amis">Virtual Machines (VMs) and AMIs</h2>
31+
32+
<p>….</p>
33+
34+
</div>
35+
<div id="sidebar">
36+
<ul>
37+
<li><a href="/about/"><span>About SeqWare</span></a></li>
38+
<li><a href="/download/"><span>Download</span></a></li>
39+
</ul>
40+
<h2><span>Quick Reference</span></h2>
41+
<ul>
42+
<li><a href="/users/"><span>User Guide</span></a></li>
43+
<li><a href="/administrators/"><span>Administrator Guide</span></a></li>
44+
<li><a href="/source/"><span>Developers Guide</span></a></li>
45+
<li><a href="http://sourceforge.net/apps/mediawiki/seqware/index.php?title=Main_Page"><span>Old Wiki</span></a></li>
46+
</ul>
47+
<h2><span>APIs</span></h2>
48+
<ul>
49+
<li><a href="/webservice-api/"><span>Web Service API</span></a></li>
50+
<li><a href="/queryengine-api/"><span>Query Engine API</span></a></li>
51+
</ul>
52+
<h2><span>Contact</span></h2>
53+
<ul>
54+
<li><a href="http://sourceforge.net/mail/?group_id=239239"><span>Mailing Lists</span></a></li>
55+
<li><a href="mailto:[email protected]"><span>JIRA Bug Tracker</span></a></li>
56+
</ul>
57+
</div>
58+
</body>
59+
</html>

index.html

+24-21
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,24 @@
77
<meta name="generator" content="nanoc 3.3.6">
88
</head>
99
<body>
10+
<div id="homepic">
11+
<a href="/"><img src="/pictures/seqware_logo.png"/></a>
12+
</div>
1013
<div id="main">
11-
<div id="homepic">
12-
<a href="/"><img src="pictures/seqware_logo.png"/></a>
13-
</div>
14-
<h1>Next-Generation Sequencing Analysis on the Grid and in the Cloud</h1>
14+
<h1>Next-Generation Sequencing Analysis on the Grid and in the Cloud</h1>
1515

1616
<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>
1717

18-
1918
<table>
2019
<tr>
21-
<th>Users</th>
22-
<th>Administrators</th>
23-
<th>Developers</th>
20+
<th><a href="/users/">Users</a></th>
21+
<th><a href="/administrators/">Administrators</a></th>
22+
<th><a href="/source/">Developers</a></th>
2423
</tr>
2524
<tr>
26-
<td><img src="pictures/Use.png"/></td>
27-
<td><img src="pictures/Deploy.png"/></td>
28-
<td><img src="pictures/Develop.png"/></td>
25+
<td><a href="/users/"><img src="pictures/Use.png" /></a></td>
26+
<td><a href="/administrators/"><img src="pictures/Deploy.png" /></a></td>
27+
<td><a href="/source/"><img src="pictures/Develop.png" /></a></td>
2928
</tr>
3029
<tr>
3130
<td width="200">Create and run workflows either using a web application or command line interface</td>
@@ -34,26 +33,30 @@ <h1>Next-Generation Sequencing Analysis on the Grid and in the Cloud</h1>
3433
</tr>
3534
</table>
3635

37-
3836
<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>
37+
3938
</div>
4039
<div id="sidebar">
40+
<ul>
41+
<li><a href="/about/"><span>About SeqWare</span></a></li>
42+
<li><a href="/download/"><span>Download</span></a></li>
43+
</ul>
4144
<h2><span>Quick Reference</span></h2>
4245
<ul>
43-
<li><a href="http://nanoc.stoneship.org/docs/3-getting-started/"><span>Installing SeqWare</span></a></li>
44-
<li><a href="http://sourceforge.net/apps/mediawiki/seqware/index.php?title=How_to_Write_a_Bundled_Workflow"><span>Writing Bundled Workflows</span></a></li>
46+
<li><a href="/users/"><span>User Guide</span></a></li>
47+
<li><a href="/administrators/"><span>Administrator Guide</span></a></li>
48+
<li><a href="/source/"><span>Developers Guide</span></a></li>
49+
<li><a href="http://sourceforge.net/apps/mediawiki/seqware/index.php?title=Main_Page"><span>Old Wiki</span></a></li>
50+
</ul>
51+
<h2><span>APIs</span></h2>
52+
<ul>
4553
<li><a href="/webservice-api/"><span>Web Service API</span></a></li>
4654
<li><a href="/queryengine-api/"><span>Query Engine API</span></a></li>
4755
</ul>
48-
<h2><span>Community</span></h2>
49-
<ul>
50-
<li><a href="http://sourceforge.net/mail/?group_id=239239"><span>Mailing Lists</span></a></li>
51-
<li><a href="source.html"><span>Source Code</span></a></li>
52-
<li><a href="http://sourceforge.net/apps/mediawiki/seqware/index.php?title=Main_Page"><span>Old Wiki</span></a></li>
53-
</ul>
5456
<h2><span>Contact</span></h2>
5557
<ul>
56-
<li><a href=""><span>Submit a bug</span></a></li>
58+
<li><a href="http://sourceforge.net/mail/?group_id=239239"><span>Mailing Lists</span></a></li>
59+
<li><a href="mailto:[email protected]"><span>JIRA Bug Tracker</span></a></li>
5760
</ul>
5861
</div>
5962
</body>

0 commit comments

Comments
 (0)