Add "accession" field to "restapi_anticrispr" model
See original GitHub issueOnce PR #118 is merged and we have a models.py
script in the django-dev branch, we need to make a change to the restapi_anticrispr
table. Right now it has two fields, id
and sequence
, and we should add a third field called accession
to store the protein accession number. The schema is here.
An accession number looks something like WP_043884810
.
Submit PRs to the django-dev
branch, not master.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
AcrHub: an integrative hub for investigating, predicting and ...
Abstract. Anti-CRISPR (Acr) proteins naturally inhibit CRISPR-Cas adaptive immune systems across bacterial and archaeal domains of life.
Read more >Machine learning predicts new anti-CRISPR proteins - NCBI
Using a training set of known anti-CRISPRs, we built a model based on XGBoost ranking. We then applied AcRanker to predict candidate anti- ......
Read more >Anti-CRISPR proteins could help put the brakes on gene editing
Scientists are exploring the proteins' potential as a way to control CRISPR and reduce off-target effects · Illustration showing a space-filling ...
Read more >EMDB < EMD-20182 - EMBL-EBI
Foreign nucleic acids are integrated into the CRISPR locus, prompting transcription of CRISPR RNAs (crRNAs) that guide Cas12a cleavage of foreign complementary ...
Read more >AcrHub: an integrative hub for investigating, predicting and ...
predicting and mapping anti-CRISPR proteins ... This emerging field has ... an ensemble model to predict Acr proteins from genomic.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Woo! Done, thanks @morrme!
@morrme Hi, for this issue you don’t need to set up foreign key. I think adding a CharField attribute similar to the one in Organism should suffice for now. You can open up a pull request when you’re done and welcome!