Hi Tim,

On 23/04/2010 Friday, April 23, 09:49, "Tim Carver" <t...@sanger.ac.uk>
wrote:

> you could try changing the template-basicfeature resultmap to:
> 
>     <result property="uniqueName" column="uniquename"
> javaType="java.lang.String"/>

One thing that's useful to us is to distinguish plasmid [SO:0000155]
sequences from chromosome [SO:0000340] sequences for an organism - we can do
this by modifying Feature.xml like so:

  <sql id="source_feature_cvterm_names">
          cvterm.name LIKE '%chromosome%' OR cvterm.name LIKE '%sequence%'
OR cvterm.name LIKE '%plasmid%' OR
            cvterm.name IN ('supercontig', 'ultra_scaffold',
'golden_path_region', 'contig')

Could this change (or maybe an addition to the cvterm.name IN test) also be
incorporated into the github source?

Cheers,

L.

-- 
Dr Leighton Pritchard MRSC
D131, Plant Pathology Programme, SCRI
Errol Road, Invergowrie, Perth and Kinross, Scotland, DD2 5DA
e:lpr...@scri.ac.uk       w:http://www.scri.ac.uk/staff/leightonpritchard
gpg/pgp: 0xFEFC205C       tel:+44(0)1382 562731 x2405


______________________________________________________
SCRI, Invergowrie, Dundee, DD2 5DA.  
The Scottish Crop Research Institute is a charitable company limited by 
guarantee. 
Registered in Scotland No: SC 29367.
Recognised by the Inland Revenue as a Scottish Charity No: SC 006662.


DISCLAIMER:

This email is from the Scottish Crop Research Institute, but the views 
expressed by the sender are not necessarily the views of SCRI and its 
subsidiaries.  This email and any files transmitted with it are confidential to 
the intended recipient at the e-mail address to which it has been addressed.  
It may not be disclosed or used by any other than that addressee.
If you are not the intended recipient you are requested to preserve this 
confidentiality and you must not use, disclose, copy, print or rely on this 
e-mail in any way. Please notify postmas...@scri.ac.uk quoting the name of the 
sender and delete the email from your system.

Although SCRI has taken reasonable precautions to ensure no viruses are present 
in this email, neither the Institute nor the sender accepts any responsibility 
for any viruses, and it is your responsibility to scan the email and the 
attachments (if any).
______________________________________________________

_______________________________________________
Artemis-users mailing list
Artemis-users@sanger.ac.uk
http://lists.sanger.ac.uk/mailman/listinfo/artemis-users

Reply via email to