From 121baace73afeb30114492ec1513aea097ce5fe2 Mon Sep 17 00:00:00 2001 From: XXAY <2606432452@qq.com> Date: Fri, 8 Oct 2021 16:49:59 +0800 Subject: [PATCH] tools --- chart/views.py | 4 ++-- identifier.sqlite | 0 templates/chart/Basic.html | 3 ++- templates/page/tools.html | 1 - templates/tools/Basics.html | 7 +++++-- templates/tools/fastqc.html | 6 ++++-- templates/tools/orf.html | 6 ++++-- templates/tools/pfam.html | 9 +++++++-- tools/views.py | 1 + 9 files changed, 25 insertions(+), 12 deletions(-) create mode 100644 identifier.sqlite diff --git a/chart/views.py b/chart/views.py index 73909f6..e917d99 100644 --- a/chart/views.py +++ b/chart/views.py @@ -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) diff --git a/identifier.sqlite b/identifier.sqlite new file mode 100644 index 0000000..e69de29 diff --git a/templates/chart/Basic.html b/templates/chart/Basic.html index d5f61dc..c793f6f 100644 --- a/templates/chart/Basic.html +++ b/templates/chart/Basic.html @@ -94,7 +94,8 @@ -
Convert standard gff format files to standard gtf - format
++ Basic file processing tools + + +
Convert standard gff format files to standard gtf - format
++ + A tool for sequence quality inspection +
Convert standard gff format files to standard gtf - format
++ + Find the open reading frame in the sequence +
Convert standard gff format files to standard gtf - format
++ 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. +