Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Carlos Ribas
rnacentral-webcode
Commits
46129a3d
Unverified
Commit
46129a3d
authored
Oct 11, 2021
by
Carlos Eduardo Ribas
Committed by
GitHub
Oct 11, 2021
Browse files
Merge pull request #565 from RNAcentral/remove-rfam-problems-field
Remove rfam_problems_field
parents
4fa1b2f7
1a63dffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
rnacentral/portal/models/rna_precomputed.py
rnacentral/portal/models/rna_precomputed.py
+0
-1
No files found.
rnacentral/portal/models/rna_precomputed.py
View file @
46129a3d
...
...
@@ -33,7 +33,6 @@ class RnaPrecomputed(models.Model):
on_delete
=
models
.
CASCADE
)
rna_type
=
models
.
CharField
(
max_length
=
250
,
null
=
True
)
rfam_problems
=
models
.
TextField
(
null
=
True
)
update_date
=
models
.
DateField
(
null
=
True
)
has_coordinates
=
models
.
BooleanField
()
databases
=
models
.
TextField
(
null
=
True
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment