Skip to content

Commit e666e4c

Browse files
committed
Updated docs.
1 parent 29f196f commit e666e4c

36 files changed

+1274
-1285
lines changed

config.h.in

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,23 @@
33
/* Define to 1 if you have the <inttypes.h> header file. */
44
#undef HAVE_INTTYPES_H
55

6-
/* Define to 1 if you have the `hts' library (-lhts). */
6+
/* Define to 1 if you have the 'hts' library (-lhts). */
77
#undef HAVE_LIBHTS
88

9-
/* Define to 1 if you have the `pthread' library (-lpthread). */
9+
/* Define to 1 if you have the 'pthread' library (-lpthread). */
1010
#undef HAVE_LIBPTHREAD
1111

12-
/* Define to 1 if you have the `z' library (-lz). */
12+
/* Define to 1 if you have the 'z' library (-lz). */
1313
#undef HAVE_LIBZ
1414

15-
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
15+
/* Define to 1 if your system has a GNU libc compatible 'malloc' function, and
1616
to 0 otherwise. */
1717
#undef HAVE_MALLOC
1818

19-
/* Define to 1 if you have the `memmove' function. */
19+
/* Define to 1 if you have the 'memmove' function. */
2020
#undef HAVE_MEMMOVE
2121

22-
/* Define to 1 if you have the <memory.h> header file. */
23-
#undef HAVE_MEMORY_H
24-
25-
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
22+
/* Define to 1 if your system has a GNU libc compatible 'realloc' function,
2623
and to 0 otherwise. */
2724
#undef HAVE_REALLOC
2825

@@ -32,6 +29,9 @@
3229
/* Define to 1 if you have the <stdint.h> header file. */
3330
#undef HAVE_STDINT_H
3431

32+
/* Define to 1 if you have the <stdio.h> header file. */
33+
#undef HAVE_STDIO_H
34+
3535
/* Define to 1 if you have the <stdlib.h> header file. */
3636
#undef HAVE_STDLIB_H
3737

@@ -50,7 +50,7 @@
5050
/* Define to 1 if you have the <unistd.h> header file. */
5151
#undef HAVE_UNISTD_H
5252

53-
/* Define to 1 if the system has the type `_Bool'. */
53+
/* Define to 1 if the system has the type '_Bool'. */
5454
#undef HAVE__BOOL
5555

5656
/* Name of package */
@@ -74,7 +74,9 @@
7474
/* Define to the version of this package. */
7575
#undef PACKAGE_VERSION
7676

77-
/* Define to 1 if you have the ANSI C header files. */
77+
/* Define to 1 if all of the C89 standard headers exist (not just the ones
78+
required in a freestanding environment). This macro is provided for
79+
backward compatibility; new code need not use it. */
7880
#undef STDC_HEADERS
7981

8082
/* Version number of package */
@@ -90,7 +92,7 @@
9092
#define below would cause a syntax error. */
9193
#undef _UINT8_T
9294

93-
/* Define to `__inline__' or `__inline' if that's what the C compiler
95+
/* Define to '__inline__' or '__inline' if that's what the C compiler
9496
calls it, or to nothing if 'inline' is not supported under any name. */
9597
#ifndef __cplusplus
9698
#undef inline

docs/html/cookbookpage.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7-
<meta name="generator" content="Doxygen 1.9.5"/>
7+
<meta name="generator" content="Doxygen 1.10.0"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<meta name="description" content="iVar is a computational package that contains functions broadly useful for viral amplicon-based sequencing. Additional tools for metagenomic sequencing are actively being incorporated into iVar. While each of these functions can be accomplished using existing tools, iVar contains an intersection of functionality from multiple tools that are required to call iSNVs and consensus sequences from viral sequencing data across multiple replicates. We implemented the following functions in iVar: (1) trimming of primers and low-quality bases, (2) consensus calling, (3) variant calling - both iSNVs and insertions/deletions, and (4) identifying mismatches to primer sequences and excluding the corresponding reads from alignment files."/>
1010
<meta name="keywords" content="variants calling,consensus,htslib,primal,primer,trimming,amplicon sequencing,ivar"/>
@@ -13,6 +13,7 @@
1313
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1414
<script type="text/javascript" src="jquery.js"></script>
1515
<script type="text/javascript" src="dynsections.js"></script>
16+
<script type="text/javascript" src="cookie.js"></script>
1617
<link href="search/search.css" rel="stylesheet" type="text/css"/>
1718
<script type="text/javascript" src="search/searchdata.js"></script>
1819
<script type="text/javascript" src="search/search.js"></script>
@@ -33,7 +34,7 @@
3334
</table>
3435
</div>
3536
<!-- end header part -->
36-
<!-- Generated by Doxygen 1.9.5 -->
37+
<!-- Generated by Doxygen 1.10.0 -->
3738
<script type="text/javascript">
3839
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
3940
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -45,7 +46,7 @@
4546
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
4647
$(function() {
4748
initMenu('',true,false,'search.php','Search');
48-
$(document).ready(function() { init_search(); });
49+
$(function() { init_search(); });
4950
});
5051
/* @license-end */
5152
</script>
@@ -73,21 +74,21 @@
7374

7475
</div><!-- top -->
7576
<div><div class="header">
76-
<div class="headertitle"><div class="title">Cookbook </div></div>
77+
<div class="headertitle"><div class="title">Cookbook</div></div>
7778
</div><!--header-->
7879
<div class="contents">
79-
<div class="textblock"><p ><a class="anchor" id="md_docs_COOKBOOK"></a></p>
80-
<p >Two pipelines to call iSNVs from known and unknown reference sequences have been written in <a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a>.</p>
81-
<p >The two pipelines are distributed along with iVar and are present in the<a href="https://github.com/andersen-lab/ivar/tree/master/pipeline">pipeline/</a> and <a href="https://github.com/andersen-lab/ivar/tree/master/pipeline_field">pipeline_field/</a> fodlers respectively.</p>
82-
<p >For both pipelines, there are four parameters that will have to be set in beginning of the Snakefile.</p>
80+
<div class="textblock"><p><a class="anchor" id="md_docs_2_c_o_o_k_b_o_o_k"></a></p>
81+
<p>Two pipelines to call iSNVs from known and unknown reference sequences have been written in <a href="https://snakemake.readthedocs.io/en/stable/">snakemake</a>.</p>
82+
<p>The two pipelines are distributed along with iVar and are present in the<a href="https://github.com/andersen-lab/ivar/tree/master/pipeline">pipeline/</a> and <a href="https://github.com/andersen-lab/ivar/tree/master/pipeline_field">pipeline_field/</a> fodlers respectively.</p>
83+
<p>For both pipelines, there are four parameters that will have to be set in beginning of the Snakefile.</p>
8384
<div class="fragment"><div class="line">in_dir = &quot;&lt;input fastq files&gt;&quot;</div>
8485
<div class="line">out_dir = &quot;&lt;output directory&gt;&quot;</div>
8586
<div class="line">bed = &quot;&lt;bed-file-with-primer-positions&gt;&quot;</div>
8687
<div class="line">ref=&quot;&lt;path to reference fasta&gt;&quot;</div>
87-
</div><!-- fragment --><p ><img src="https://raw.githubusercontent.com/andersen-lab/ivar/master/pipeline/pipeline.png" alt="" width="500" class="inline"/></p>
88+
</div><!-- fragment --><p><img src="https://raw.githubusercontent.com/andersen-lab/ivar/master/pipeline/pipeline.png" alt="" width="500" class="inline"/></p>
8889
<h2>Call iSNVs from samples with known reference sequence</h2>
89-
<p ><a href="https://github.com/andersen-lab/paper_2018_primalseq-ivar/blob/master/cookbook/CookBook.ipynb">Link to Jupyter Notebook</a></p>
90-
<p ><a href="https://github.com/andersen-lab/ivar/tree/master/pipeline">Link to pipeline</a></p>
90+
<p><a href="https://github.com/andersen-lab/paper_2018_primalseq-ivar/blob/master/cookbook/CookBook.ipynb">Link to Jupyter Notebook</a></p>
91+
<p><a href="https://github.com/andersen-lab/ivar/tree/master/pipeline">Link to pipeline</a></p>
9192
<h3>Dependencies:</h3>
9293
<ul>
9394
<li><a href="https://github.com/andersen-lab/ivar">iVar</a></li>
@@ -96,7 +97,7 @@ <h3>Dependencies:</h3>
9697
<li><a href="https://bedtools.readthedocs.io/en/latest/">bedtools</a></li>
9798
</ul>
9899
<h2>Call iSNVs from samples with unknown reference sequence</h2>
99-
<p ><a href="https://github.com/andersen-lab/ivar/tree/master/pipeline_field/">Link to pipeline</a></p>
100+
<p><a href="https://github.com/andersen-lab/ivar/tree/master/pipeline_field/">Link to pipeline</a></p>
100101
<h3>Dependencies:</h3>
101102
<ul>
102103
<li><a href="https://github.com/andersen-lab/ivar">iVar</a></li>
@@ -111,7 +112,7 @@ <h3>Dependencies:</h3>
111112
<hr class="footer"/><address class="footer"><small>
112113
Generated by &#160;<a href="http://www.doxygen.org/index.html">
113114
<img class="footer" src="doxygen.png" alt="doxygen"/>
114-
</a> 1.9.5
115+
</a> 1.10.0
115116
</small></address>
116117
</body>
117118
</html>

docs/html/dir_49e56c817e5e54854c35e136979f97ca.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
66
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
7-
<meta name="generator" content="Doxygen 1.9.5"/>
7+
<meta name="generator" content="Doxygen 1.10.0"/>
88
<meta name="viewport" content="width=device-width, initial-scale=1"/>
99
<meta name="description" content="iVar is a computational package that contains functions broadly useful for viral amplicon-based sequencing. Additional tools for metagenomic sequencing are actively being incorporated into iVar. While each of these functions can be accomplished using existing tools, iVar contains an intersection of functionality from multiple tools that are required to call iSNVs and consensus sequences from viral sequencing data across multiple replicates. We implemented the following functions in iVar: (1) trimming of primers and low-quality bases, (2) consensus calling, (3) variant calling - both iSNVs and insertions/deletions, and (4) identifying mismatches to primer sequences and excluding the corresponding reads from alignment files."/>
1010
<meta name="keywords" content="variants calling,consensus,htslib,primal,primer,trimming,amplicon sequencing,ivar"/>
@@ -13,6 +13,7 @@
1313
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1414
<script type="text/javascript" src="jquery.js"></script>
1515
<script type="text/javascript" src="dynsections.js"></script>
16+
<script type="text/javascript" src="cookie.js"></script>
1617
<link href="search/search.css" rel="stylesheet" type="text/css"/>
1718
<script type="text/javascript" src="search/searchdata.js"></script>
1819
<script type="text/javascript" src="search/search.js"></script>
@@ -33,7 +34,7 @@
3334
</table>
3435
</div>
3536
<!-- end header part -->
36-
<!-- Generated by Doxygen 1.9.5 -->
37+
<!-- Generated by Doxygen 1.10.0 -->
3738
<script type="text/javascript">
3839
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
3940
var searchBox = new SearchBox("searchBox", "search/",'.html');
@@ -45,7 +46,7 @@
4546
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
4647
$(function() {
4748
initMenu('',true,false,'search.php','Search');
48-
$(document).ready(function() { init_search(); });
49+
$(function() { init_search(); });
4950
});
5051
/* @license-end */
5152
</script>
@@ -86,7 +87,7 @@
8687
<hr class="footer"/><address class="footer"><small>
8788
Generated by &#160;<a href="http://www.doxygen.org/index.html">
8889
<img class="footer" src="doxygen.png" alt="doxygen"/>
89-
</a> 1.9.5
90+
</a> 1.10.0
9091
</small></address>
9192
</body>
9293
</html>

0 commit comments

Comments
 (0)