Skip to content
New issue

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

Update master #151

Merged
merged 264 commits into from
Oct 28, 2022
Merged

Update master #151

merged 264 commits into from
Oct 28, 2022

Conversation

blakesweeney
Copy link
Member

Generally I try to merge dev for each release.

afg1 and others added 30 commits May 11, 2022 10:51
Also has option to use a datamover queue to make it faster.

Added to run.sh
Heavy lifting done in rust now
Two interesting chains 5UQ7_x and 5UQ8_x were previously disqualiified 
because they are labelled as mRNA. But Rfam finds hits in them, so we 
want to import them. 

This commit edits the parser for pdb, and the nextflow process, to allow 
explicit overriding of type checking for the given chains based on hits 
from rfam. 

Seems to work ok, adds 489 new sequences, but still excludes 432 'real' 
mRNAs
It can parse the output I currently have from the rust code (not yet 
committed) that selects URSs, genes, experiments and taxids, and looks 
like it produces sensible results

The selection of URSs and genes is not quite right yet, because we're 
getting lots of stuff with no expression. Think that means we need to 
use different data, or filter it somehow.
Could probably still use some optimisation, but working for now
@blakesweeney blakesweeney requested a review from afg1 October 25, 2022 09:29
afg1 and others added 5 commits October 25, 2022 10:56
Fixes RNAcentral/rnacentral-webcode#75. I'm
fairly certain the issue with weird common names stems from the parsing
that is used to build the rnc_accessions table. For some databases
(probably only ENA) we parse the names we are given to extract a common
name. This is unreliable. But we don't need to fix that (if it is even
possible), because we have a better source taxonomy information,
rnc_taxonomy. That table is based of the NCBI taxonomy and uses the
official names for species, no need for parsing to extract common names.
Thus, we stop using the common_name from rnc_accessions and just use the
one from rnc_taxonomy.

What this does not change is the usage of the species or lineage from
the rnc_accessions table. This should be done, eventually, but before
that we have to ensure there is always an entry in rnc_taxonomy for all
taxids in xref/accession. This may not be true currently, and is not yet
enforced, so I leave those lines alone.
Copy link
Contributor

@afg1 afg1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing I think needs changing before we merge is the default release mode, which I changed to use a query on changes made in the last week. I'll revert that and then I think we're good to go.

A couple of other comments to bear in mind, but I think we can merge

config/precompute.config Outdated Show resolved Hide resolved
rnacentral_pipeline/databases/data/utils.py Show resolved Hide resolved
@afg1 afg1 merged commit b0db47f into master Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants