[ensembl-dev] Protein feature hit descriptions in older MySQL releases

Charles Joseph Murphy chm2059 at med.cornell.edu
Fri Mar 3 13:23:20 GMT 2017


Thanks, Thibaut! I was thinking I would have to do something like that.

> On Mar 3, 2017, at 08:18, Thibaut Hourlier <thibaut at ebi.ac.uk> wrote:
> 
> Hi Charlie,
> The reason for this difference is because we changed our pipeline for the protein annotation and now we are filling the hit_description column.
> 
> You should be able to get the “missing" information by searching the website of the domain/feature you are looking at.
> 
> Thanks
> Thibaut
> 
>> On 27 Feb 2017, at 21:38, Charles Joseph Murphy <chm2059 at med.cornell.edu> wrote:
>> 
>> I was looking at the protein_feature.hit_description column for PFAM protein domains. I see there are descriptions for recent releases (e.g. mus_musculus_core_75_38 and homo_sapiens_core_75_37), but not for older releases (e.g. mus_musculus_core_75_38 and homo_sapiens_core_75_37). Instead those older releases just have NULL all protein_feature.hit_description. What is the reason?
>> 
>> Here is an example command I’ am using
>> 
>> mysql -u anonymous -h ensembldb.ensembl.org -e "use homo_sapiens_core_84_38; SELECT translation.translation_id, translation.stable_id, protein_feature.hit_name, protein_feature.seq_start, protein_feature.seq_end, protein_feature.hit_description, analysis.db FROM analysis, analysis_description, protein_feature, translation WHERE protein_feature.translation_id = translation.translation_id AND protein_feature.analysis_id = analysis.analysis_id AND analysis.analysis_id = analysis_description.analysis_id AND analysis.db = 'Pfam';" > pfam_homo_sapiens_core_84_38.txt
>> 
>> Charlie
>> _______________________________________________
>> Dev mailing list    Dev at ensembl.org
>> Posting guidelines and subscribe/unsubscribe info: https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.ensembl.org_mailman_listinfo_dev&d=DwIGaQ&c=lb62iw4YL4RFalcE2hQUQealT9-RXrryqt9KZX2qu2s&r=O3yXKBF_L8Fov58BXORGXKqPP85pYddrOwCg4PV2BCY&m=48_Y-6kcRv5ZHp0hsI4C9Zxg3Lx8-ag5QcRyTmNrhl0&s=JXXcNrFDEdJNVVODJPOOU5hitaeGVd3ROROf1YXL-24&e= 
>> Ensembl Blog: https://urldefense.proofpoint.com/v2/url?u=http-3A__www.ensembl.info_&d=DwIGaQ&c=lb62iw4YL4RFalcE2hQUQealT9-RXrryqt9KZX2qu2s&r=O3yXKBF_L8Fov58BXORGXKqPP85pYddrOwCg4PV2BCY&m=48_Y-6kcRv5ZHp0hsI4C9Zxg3Lx8-ag5QcRyTmNrhl0&s=K2w26jrTyeYVOWoYfAuySRd2kpufAji1wpQ4GjYfPK4&e= 
> 
> 
> _______________________________________________
> Dev mailing list    Dev at ensembl.org
> Posting guidelines and subscribe/unsubscribe info: https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.ensembl.org_mailman_listinfo_dev&d=DwIGaQ&c=lb62iw4YL4RFalcE2hQUQealT9-RXrryqt9KZX2qu2s&r=O3yXKBF_L8Fov58BXORGXKqPP85pYddrOwCg4PV2BCY&m=48_Y-6kcRv5ZHp0hsI4C9Zxg3Lx8-ag5QcRyTmNrhl0&s=JXXcNrFDEdJNVVODJPOOU5hitaeGVd3ROROf1YXL-24&e= 
> Ensembl Blog: https://urldefense.proofpoint.com/v2/url?u=http-3A__www.ensembl.info_&d=DwIGaQ&c=lb62iw4YL4RFalcE2hQUQealT9-RXrryqt9KZX2qu2s&r=O3yXKBF_L8Fov58BXORGXKqPP85pYddrOwCg4PV2BCY&m=48_Y-6kcRv5ZHp0hsI4C9Zxg3Lx8-ag5QcRyTmNrhl0&s=K2w26jrTyeYVOWoYfAuySRd2kpufAji1wpQ4GjYfPK4&e= 



More information about the Dev mailing list