This commit is contained in:
XXAY
2021-10-19 16:23:49 +08:00
parent 82273213a6
commit 9052f8e718
8 changed files with 29 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
static/img_eg/ex_img/pk.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -15,11 +15,14 @@
<div class="layui-logo layui-hide-xs layui-bg-black">Simple Drawing</div>
<ul class="layui-nav layui-layout-left">
<li class="layui-nav-item layui-hide-xs layui-this" style="margin-left: 200px"><a style="font-size: 30px;" href="{{ url }}">Home</a>
<li class="layui-nav-item layui-hide-xs layui-this" style="margin-left: 200px"><a style="font-size: 30px;"
href="{{ url }}">Home</a>
</li>
<li class="layui-nav-item layui-hide-xs" style="margin-left: 200px"><a style="font-size: 30px;"
href="tools.html">Tools</a></li>
<li class="layui-nav-item layui-hide-xs" style="margin-left: 200px"><a style="font-size: 30px;" href="about.html">About
href="{{ url }}/tools.html">Tools</a>
</li>
<li class="layui-nav-item layui-hide-xs" style="margin-left: 200px"><a style="font-size: 30px;"
href="{{ url }}/about.html">About
us</a></li>
<li class="layui-nav-item layui-hide-xs" style="margin-left: 200px"><i

View File

@@ -126,6 +126,9 @@
<div style="margin-left: 30px;">
<p style="font-size: 20px">
Basic file processing tools
<br>
<h2>example file</h2>
<img src="static/img_eg/ex_img/fasta.png" style="width: 90%">
</p>

View File

@@ -67,9 +67,23 @@
<div style="margin-left: 30px;">
<p style="font-size: 20px">
Group file suffix is group<br>
The suffix of the statistics file is con<br>
The suffix of the comparison file is TXT<br>
<h2>Group file suffix is group</h2><br>
<h3>The first column is the sample name, and the second column is the duplicate of the
sample</h3>
<br>
<img src="static/img_eg/ex_img/分组.png" style="width: 90%">
<h4></h4>
<h2>The suffix of the statistics file is con</h2>
<h3>The expression amount of each sample was not standardized</h3>
<br>
<img src="static/img_eg/ex_img/count.png" style="width: 90%">
<h4></h4>
<br>
<h2>The suffix of the comparison file is TXT</h2>
<h3>The first column is the comparison group and the second column is the reference
group</h3>
<br>
<img src="static/img_eg/ex_img/pk.png" style="width: 90%">
</p>

View File

@@ -134,6 +134,9 @@
<p style="font-size: 20px">
Find the open reading frame in the sequence
<br>
<h2>example file</h2>
<img src="static/img_eg/ex_img/fasta.png" style="width: 90%">
</p>
</div>
</div>