Skip to content
Snippets Groups Projects
Commit 24ba64ef authored by tjc's avatar tjc
Browse files

use Name as display name in gff3

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8957 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 17f193ea
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# (Note that comment lines start with a hash (#) symbol)
# $Header: //tmp/pathsoft/artemis/etc/options,v 1.50 2008-09-11 10:23:37 tjc Exp $
# $Header: //tmp/pathsoft/artemis/etc/options,v 1.51 2008-10-08 12:42:43 tjc Exp $
# This file should contain option settings that look like this:
#
......@@ -410,13 +410,13 @@ extra_keys_gff = CDS
# Names of qualifiers to search when attempting to find the primary or display
# name of a gene. These qualifiers names are searched in order when looking
# for gene names.
display_name_qualifiers = primary_name synonym systematic_id \
temporary_systematic_id gene locus_tag label Name ID
display_name_qualifiers = primary_name Name synonym systematic_id \
temporary_systematic_id gene locus_tag label ID
# Names of qualifiers to search when attempting to find the systematic name of
# a gene
systematic_name_qualifiers = systematic_id temporary_systematic_id \
locus_tag gene label Name ID
locus_tag gene label ID Name
# this list is added to the qualifiers from the qualifier_types file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment