Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
trongnhanuit committed Jul 14, 2023
1 parent 019a71e commit c66ef71
Show file tree
Hide file tree
Showing 142 changed files with 16,158 additions and 0 deletions.
120 changes: 120 additions & 0 deletions doc/html/alignment_8h_source.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CMAPLE: alignment/alignment.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">CMAPLE<span id="projectnumber">&#160;1</span>
</div>
<div id="projectbrief">CMaple phylogenetic software</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_0aa59dc4e14f78a2ec16bea9baba3f8e.html">alignment</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">alignment.h</div></div>
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="preprocessor">#include &quot;alignmentbase.h&quot;</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span> </div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="keyword">namespace </span>cmaple</div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span>{</div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"><a class="line" href="classcmaple_1_1_alignment.html"> 7</a></span> <span class="keyword">class </span><a class="code hl_class" href="classcmaple_1_1_alignment.html">Alignment</a> {</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span> <span class="keyword">public</span>:</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="classcmaple_1_1_alignment.html#a6701d29a81fb5dd4149c5c5237b095de"> 15</a></span> <a class="code hl_function" href="classcmaple_1_1_alignment.html#a6701d29a81fb5dd4149c5c5237b095de">Alignment</a>(std::istream&amp; aln_stream, <span class="keyword">const</span> std::string&amp; ref_seq = <span class="stringliteral">&quot;&quot;</span>, <span class="keyword">const</span> std::string&amp; format = <span class="stringliteral">&quot;&quot;</span>, <span class="keyword">const</span> std::string&amp; seqtype = <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span> </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="classcmaple_1_1_alignment.html#a857b7e7f683234ec9c0afb54da04e8c0"> 23</a></span> <a class="code hl_function" href="classcmaple_1_1_alignment.html#a857b7e7f683234ec9c0afb54da04e8c0">Alignment</a>(<span class="keyword">const</span> std::string&amp; aln_filename, <span class="keyword">const</span> std::string&amp; ref_seq = <span class="stringliteral">&quot;&quot;</span>, <span class="keyword">const</span> std::string&amp; format = <span class="stringliteral">&quot;&quot;</span>, <span class="keyword">const</span> std::string&amp; seqtype = <span class="stringliteral">&quot;&quot;</span>);</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="classcmaple_1_1_alignment.html#a36d8b2bbaf72d21162d6e273bb3674e1"> 27</a></span> <a class="code hl_function" href="classcmaple_1_1_alignment.html#a36d8b2bbaf72d21162d6e273bb3674e1">~Alignment</a>();</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="classcmaple_1_1_alignment.html#a0564cc07f4576b5d9332442bb9fd350b"> 33</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcmaple_1_1_alignment.html#a0564cc07f4576b5d9332442bb9fd350b">write</a>(std::ostream&amp; aln_stream, <span class="keyword">const</span> std::string&amp; format = <span class="stringliteral">&quot;MAPLE&quot;</span>);</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"><a class="line" href="classcmaple_1_1_alignment.html#aa6fde65b30e8f14cc0c1d456701a37c2"> 40</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classcmaple_1_1_alignment.html#aa6fde65b30e8f14cc0c1d456701a37c2">write</a>(<span class="keyword">const</span> std::string&amp; aln_filename, <span class="keyword">const</span> std::string&amp; format = <span class="stringliteral">&quot;MAPLE&quot;</span>, <span class="keyword">const</span> <span class="keywordtype">bool</span> overwrite = <span class="keyword">false</span>);</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> </div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="comment">// declare Tree as a friend class</span></div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <span class="keyword">friend</span> <span class="keyword">class </span><a class="code hl_class" href="classcmaple_1_1_tree.html">Tree</a>;</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> AlignmentBase* aln_base;</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keywordtype">void</span> init(std::istream&amp; aln_stream, <span class="keyword">const</span> std::string&amp; ref_seq, <span class="keyword">const</span> std::string&amp; format, <span class="keyword">const</span> std::string&amp; seqtype);</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> };</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span>}</div>
<div class="ttc" id="aclasscmaple_1_1_alignment_html"><div class="ttname"><a href="classcmaple_1_1_alignment.html">cmaple::Alignment</a></div><div class="ttdef"><b>Definition</b> alignment.h:7</div></div>
<div class="ttc" id="aclasscmaple_1_1_alignment_html_a0564cc07f4576b5d9332442bb9fd350b"><div class="ttname"><a href="classcmaple_1_1_alignment.html#a0564cc07f4576b5d9332442bb9fd350b">cmaple::Alignment::write</a></div><div class="ttdeci">void write(std::ostream &amp;aln_stream, const std::string &amp;format=&quot;MAPLE&quot;)</div><div class="ttdoc">Write the alignment to a stream in FASTA, PHYLIP, or MAPLE format.</div></div>
<div class="ttc" id="aclasscmaple_1_1_alignment_html_a36d8b2bbaf72d21162d6e273bb3674e1"><div class="ttname"><a href="classcmaple_1_1_alignment.html#a36d8b2bbaf72d21162d6e273bb3674e1">cmaple::Alignment::~Alignment</a></div><div class="ttdeci">~Alignment()</div><div class="ttdoc">Destructor.</div></div>
<div class="ttc" id="aclasscmaple_1_1_alignment_html_a6701d29a81fb5dd4149c5c5237b095de"><div class="ttname"><a href="classcmaple_1_1_alignment.html#a6701d29a81fb5dd4149c5c5237b095de">cmaple::Alignment::Alignment</a></div><div class="ttdeci">Alignment(std::istream &amp;aln_stream, const std::string &amp;ref_seq=&quot;&quot;, const std::string &amp;format=&quot;&quot;, const std::string &amp;seqtype=&quot;&quot;)</div><div class="ttdoc">Constructor from a stream of an alignment in FASTA, PHYLIP, or MAPLE format.</div></div>
<div class="ttc" id="aclasscmaple_1_1_alignment_html_a857b7e7f683234ec9c0afb54da04e8c0"><div class="ttname"><a href="classcmaple_1_1_alignment.html#a857b7e7f683234ec9c0afb54da04e8c0">cmaple::Alignment::Alignment</a></div><div class="ttdeci">Alignment(const std::string &amp;aln_filename, const std::string &amp;ref_seq=&quot;&quot;, const std::string &amp;format=&quot;&quot;, const std::string &amp;seqtype=&quot;&quot;)</div><div class="ttdoc">Constructor from an alignment file in FASTA, PHYLIP, or MAPLE format.</div></div>
<div class="ttc" id="aclasscmaple_1_1_alignment_html_aa6fde65b30e8f14cc0c1d456701a37c2"><div class="ttname"><a href="classcmaple_1_1_alignment.html#aa6fde65b30e8f14cc0c1d456701a37c2">cmaple::Alignment::write</a></div><div class="ttdeci">void write(const std::string &amp;aln_filename, const std::string &amp;format=&quot;MAPLE&quot;, const bool overwrite=false)</div><div class="ttdoc">Write the alignment to a file in FASTA, PHYLIP, or MAPLE format.</div></div>
<div class="ttc" id="aclasscmaple_1_1_tree_html"><div class="ttname"><a href="classcmaple_1_1_tree.html">cmaple::Tree</a></div><div class="ttdef"><b>Definition</b> tree.h:9</div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
91 changes: 91 additions & 0 deletions doc/html/annotated.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>CMAPLE: Class List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">CMAPLE<span id="projectnumber">&#160;1</span>
</div>
<div id="projectbrief">CMaple phylogenetic software</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div class="header">
<div class="headertitle"><div class="title">Class List</div></div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here are the classes, structs, unions and interfaces with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:0px;display:inline-block;">&#160;</span><span id="arr_0_" class="arrow" onclick="toggleFolder('0_')">&#9660;</span><span class="icona"><span class="icon">N</span></span><b>cmaple</b></td><td class="desc"></td></tr>
<tr id="row_0_0_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcmaple_1_1_alignment.html" target="_self">Alignment</a></td><td class="desc"></td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcmaple_1_1_model.html" target="_self">Model</a></td><td class="desc"></td></tr>
<tr id="row_0_2_" class="odd"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcmaple_1_1_params.html" target="_self">Params</a></td><td class="desc"></td></tr>
<tr id="row_0_3_" class="even"><td class="entry"><span style="width:32px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classcmaple_1_1_tree.html" target="_self">Tree</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Binary file added doc/html/bc_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/html/bc_sd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c66ef71

Please sign in to comment.