tools
This commit is contained in:
@@ -29,10 +29,10 @@ def out_page(request, page):
|
|||||||
'title': db.name,
|
'title': db.name,
|
||||||
'Basics': mark_safe(a.html_out_Basics()),
|
'Basics': mark_safe(a.html_out_Basics()),
|
||||||
'Senior': mark_safe(a.html_out_Senior()),
|
'Senior': mark_safe(a.html_out_Senior()),
|
||||||
'example_file': db.name.replace(" ", "_"),
|
'example_file': db.example_file,
|
||||||
'js': mark_safe(a.js_out()),
|
'js': mark_safe(a.js_out()),
|
||||||
'url': url_,
|
'url': url_,
|
||||||
"color":mark_safe(a.color_js())
|
"color": mark_safe(a.color_js())
|
||||||
}
|
}
|
||||||
return render(request, f'./chart/Basic.html', data)
|
return render(request, f'./chart/Basic.html', data)
|
||||||
|
|
||||||
|
|||||||
0
identifier.sqlite
Normal file
0
identifier.sqlite
Normal file
@@ -94,7 +94,8 @@
|
|||||||
</dl>
|
</dl>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="layui-nav-item NO "><a href={{ url }}/chart/down?name={{ example_file }}.csv>downlode eg file</a></li>
|
<li class="layui-nav-item NO "><a href={{ url }}/chart/down?name={{ example_file }}>downlode eg file</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -472,7 +472,6 @@
|
|||||||
|
|
||||||
// fastqc
|
// fastqc
|
||||||
function fastqc_run() {
|
function fastqc_run() {
|
||||||
|
|
||||||
layui.use(['upload'], function () {
|
layui.use(['upload'], function () {
|
||||||
var $ = layui.jquery
|
var $ = layui.jquery
|
||||||
, layer = layui.layer;
|
, layer = layui.layer;
|
||||||
|
|||||||
@@ -124,8 +124,11 @@
|
|||||||
<div class="layui-tab-content">
|
<div class="layui-tab-content">
|
||||||
<div class="layui-tab-item layui-show">
|
<div class="layui-tab-item layui-show">
|
||||||
<div style="margin-left: 30px;">
|
<div style="margin-left: 30px;">
|
||||||
<p style="font-size: 20px">Convert standard gff format files to standard gtf
|
<p style="font-size: 20px">
|
||||||
format</p>
|
Basic file processing tools
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -71,8 +71,10 @@
|
|||||||
<div class="layui-tab-content">
|
<div class="layui-tab-content">
|
||||||
<div class="layui-tab-item layui-show">
|
<div class="layui-tab-item layui-show">
|
||||||
<div style="margin-left: 30px;">
|
<div style="margin-left: 30px;">
|
||||||
<p style="font-size: 20px">Convert standard gff format files to standard gtf
|
<p style="font-size: 20px">
|
||||||
format</p>
|
|
||||||
|
A tool for sequence quality inspection
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -131,8 +131,10 @@
|
|||||||
<div class="layui-tab-content">
|
<div class="layui-tab-content">
|
||||||
<div class="layui-tab-item layui-show">
|
<div class="layui-tab-item layui-show">
|
||||||
<div style="margin-left: 30px;">
|
<div style="margin-left: 30px;">
|
||||||
<p style="font-size: 20px">Convert standard gff format files to standard gtf
|
<p style="font-size: 20px">
|
||||||
format</p>
|
|
||||||
|
Find the open reading frame in the sequence
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -115,8 +115,13 @@
|
|||||||
<div class="layui-tab-content">
|
<div class="layui-tab-content">
|
||||||
<div class="layui-tab-item layui-show">
|
<div class="layui-tab-item layui-show">
|
||||||
<div style="margin-left: 30px;">
|
<div style="margin-left: 30px;">
|
||||||
<p style="font-size: 20px">Convert standard gff format files to standard gtf
|
<p style="font-size: 20px">
|
||||||
format</p>
|
Pfam( http://pfam.xfam.org/ )It is a widely used protein family domain database, which
|
||||||
|
relies on multi sequence alignment and hidden Markov models (HMMs) to identify one or
|
||||||
|
more protein functional domains. Proteins produced by different combinations of domains
|
||||||
|
are different in nature. Therefore, the identification of protein domains is
|
||||||
|
particularly important for the analysis of protein function.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -129,6 +129,7 @@ def Differential_expression_analysis(request):
|
|||||||
destination.write(chunk)
|
destination.write(chunk)
|
||||||
|
|
||||||
destination.close()
|
destination.close()
|
||||||
|
os.system("")
|
||||||
|
|
||||||
file_path, file_id = tools.path_out("chart")
|
file_path, file_id = tools.path_out("chart")
|
||||||
data = {"id": file_id}
|
data = {"id": file_id}
|
||||||
|
|||||||
Reference in New Issue
Block a user