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. +