Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -29,10 +29,10 @@ def out_page(request, page):
|
||||
'title': db.name,
|
||||
'Basics': mark_safe(a.html_out_Basics()),
|
||||
'Senior': mark_safe(a.html_out_Senior()),
|
||||
'example_file': db.name.replace(" ", "_"),
|
||||
'example_file': db.example_file,
|
||||
'js': mark_safe(a.js_out()),
|
||||
'url': url_,
|
||||
"color":mark_safe(a.color_js())
|
||||
"color": mark_safe(a.color_js())
|
||||
}
|
||||
return render(request, f'./chart/Basic.html', data)
|
||||
|
||||
|
||||
0
identifier.sqlite
Normal file
0
identifier.sqlite
Normal file
@@ -94,7 +94,8 @@
|
||||
</dl>
|
||||
</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>
|
||||
</div>
|
||||
|
||||
@@ -472,7 +472,6 @@
|
||||
|
||||
// fastqc
|
||||
function fastqc_run() {
|
||||
|
||||
layui.use(['upload'], function () {
|
||||
var $ = layui.jquery
|
||||
, layer = layui.layer;
|
||||
|
||||
@@ -124,8 +124,11 @@
|
||||
<div class="layui-tab-content">
|
||||
<div class="layui-tab-item layui-show">
|
||||
<div style="margin-left: 30px;">
|
||||
<p style="font-size: 20px">Convert standard gff format files to standard gtf
|
||||
format</p>
|
||||
<p style="font-size: 20px">
|
||||
Basic file processing tools
|
||||
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -71,8 +71,10 @@
|
||||
<div class="layui-tab-content">
|
||||
<div class="layui-tab-item layui-show">
|
||||
<div style="margin-left: 30px;">
|
||||
<p style="font-size: 20px">Convert standard gff format files to standard gtf
|
||||
format</p>
|
||||
<p style="font-size: 20px">
|
||||
|
||||
A tool for sequence quality inspection
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -131,8 +131,10 @@
|
||||
<div class="layui-tab-content">
|
||||
<div class="layui-tab-item layui-show">
|
||||
<div style="margin-left: 30px;">
|
||||
<p style="font-size: 20px">Convert standard gff format files to standard gtf
|
||||
format</p>
|
||||
<p style="font-size: 20px">
|
||||
|
||||
Find the open reading frame in the sequence
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -115,8 +115,13 @@
|
||||
<div class="layui-tab-content">
|
||||
<div class="layui-tab-item layui-show">
|
||||
<div style="margin-left: 30px;">
|
||||
<p style="font-size: 20px">Convert standard gff format files to standard gtf
|
||||
format</p>
|
||||
<p style="font-size: 20px">
|
||||
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>
|
||||
|
||||
@@ -129,6 +129,7 @@ def Differential_expression_analysis(request):
|
||||
destination.write(chunk)
|
||||
|
||||
destination.close()
|
||||
os.system("")
|
||||
|
||||
file_path, file_id = tools.path_out("chart")
|
||||
data = {"id": file_id}
|
||||
|
||||
Reference in New Issue
Block a user