From c81e7a034bd75a140d4f431c91435b20d29e5cf7 Mon Sep 17 00:00:00 2001 From: Sascha Steinbiss <ss34@sanger.ac.uk> Date: Wed, 6 May 2015 16:47:30 +0100 Subject: [PATCH] add new 'alias' qualifier --- etc/options | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/options b/etc/options index 8a2c2aea0..09bd47639 100644 --- a/etc/options +++ b/etc/options @@ -439,6 +439,7 @@ systematic_name_qualifiers = systematic_id temporary_systematic_id \ # this list is added to the qualifiers from the qualifier_types file extra_qualifiers = \ + alias "text" \ CHROMO_LINK text \ C_processing "text" \ C_processing_BigPi "text" \ @@ -569,6 +570,7 @@ extra_qualifiers = \ # this list is added to the qualifiers from the qualifier_types_gff file extra_qualifiers_gff = \ + alias "text" \ blast_score text \ blast_file "text" \ blastn_file "text" \ -- GitLab