{% extends "base.html" %} {% block head %} {% endblock %} {% block main_body %} Gene Family Search Panel Gene Family Name / PFAM ID Input Species Selection {% for i in spe %} {% if i.full_supports %} {{ i.latin_name }} {% endif %} {% endfor %} Gene search function requires a gene family name input for the query task. The result includes a set of gene list. You are free to download them in FASTA format. Example Submit All updates {% if gf_result %} Gene Family Search Result | {{ gf_result | length }} hits | Download DNA or protein in FASTA format {% for i in gf_result %} {{ i.gene_id }} {% endfor %} All updates {% endif %} {% endblock %}