How to get proteomes used in treefam9?
Do you offer full proteomes download?
Bests,
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by mateus on 27 Nov, 2013 10:20 AM
Hi lpryszcz,
Currently we don't provide a direct download from our web.
But you can easily retrieve that information from our MySQL server.
E.g.:
mysql -hmysql-treefam-public.ebi.ac.uk -P4418 -u treefam_ro
SELECT name,assembly,genebuild FROM treefam_production_9_69.genome_db;
SELECT * FROM member INNER JOIN sequence_cds ON member.member_id = sequence_cds.member_id where genome_db_id=1;
Or alternatively you can use our API (recommended).
Please let us know of any other queries.
Mateus.
2 Posted by Fabian on 14 Apr, 2014 07:45 AM
closed for now
Fabian closed this discussion on 14 Apr, 2014 07:45 AM.