We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A word of caution about using Uniprot IDs.
I have come back to my Ensembler set-up from a few months ago, to find that:
ensembler gather_targets --gather_from uniprot --query SETD8_HUMAN --uniprot_domain_regex SET ensembler gather_templates --gather_from uniprot --query SETD8_HUMAN
no longer work. It's already not reproducible!
Uniprot appears to have changed the ID from SETD8_HUMAN to KMT5A_HUMAN. I've now learnt that I should be using the accession number (AC), not IDs - ACs never change (http://www.uniprot.org/help/difference_accession_entryname).
The text was updated successfully, but these errors were encountered:
Yikes!
Does ensembler offer a way to retrieve by accession number?
For reproducibility, we can still let you search by uniprot ID but it could generate an input file where these are translated into accession numbers.
Sorry, something went wrong.
Yep, definitely use accession numbers if you need to use persistent IDs. The --query argument is passed directly to the UniProt search API, which allows you to search by accession number as follows: --query 'accession:Q9NQR1' http://ensembler.readthedocs.io/en/latest/examples.html#example-using-the-main-pipeline-functions
--query
--query 'accession:Q9NQR1'
On Mon, Jun 27, 2016 at 8:35 PM, John Chodera [email protected] wrote:
Yikes! Does ensembler offer a way to retrieve by accession number? For reproducibility, we can still let you search by uniprot ID but it could generate an input file where these are translated into accession numbers. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #84 (comment), or mute the thread https://github.com/notifications/unsubscribe/AEBcWpQ0kPIQqYJmguNeL7Z6c5hf-rp2ks5qQGxVgaJpZM4I_ooD .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub #84 (comment), or mute the thread https://github.com/notifications/unsubscribe/AEBcWpQ0kPIQqYJmguNeL7Z6c5hf-rp2ks5qQGxVgaJpZM4I_ooD .
Thanks Danny, exactly what I needed!
No branches or pull requests
A word of caution about using Uniprot IDs.
I have come back to my Ensembler set-up from a few months ago, to find that:
no longer work. It's already not reproducible!
Uniprot appears to have changed the ID from SETD8_HUMAN to KMT5A_HUMAN. I've now learnt that I should be using the accession number (AC), not IDs - ACs never change (http://www.uniprot.org/help/difference_accession_entryname).
The text was updated successfully, but these errors were encountered: