Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma-wilkins-import
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
ma-wilkins-import
Commits
a85f86e8
Commit
a85f86e8
authored
2 years ago
by
Bienchen
Browse files
Options
Downloads
Patches
Plain Diff
Cosmetics
parent
68ad8fb6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
translate2modelcif.py
+4
-4
4 additions, 4 deletions
translate2modelcif.py
with
4 additions
and
4 deletions
translate2modelcif.py
+
4
−
4
View file @
a85f86e8
...
...
@@ -423,7 +423,6 @@ def _get_protocol_steps_and_software(config_data):
"
name
"
:
"
MMseqs2
"
,
"
classification
"
:
"
data collection
"
,
"
description
"
:
"
Many-against-Many sequence searching
"
,
# ToDo: add citation to ihm.citations
"
citation
"
:
ihm
.
citations
.
mmseqs2
,
"
location
"
:
"
https://github.com/soedinglab/mmseqs2
"
,
"
type
"
:
"
package
"
,
...
...
@@ -564,8 +563,8 @@ def _check_sequence(up_ac, sequence):
def
_fetch_upkb_entry
(
up_ac
):
"""
Fetch data for an UniProtKB entry.
"""
# This is a simple parser for UniProtKB txt format, instead of breaking it
up
# into multiple functions, we just allow many many branches & statements,
# This is a simple parser for UniProtKB txt format, instead of breaking it
#
up
into multiple functions, we just allow many many branches & statements,
# here.
# pylint: disable=too-many-branches,too-many-statements
data
=
{}
...
...
@@ -745,7 +744,8 @@ def _get_sequence_dbs(seq_dbs):
),
"
Environmental
"
:
modelcif
.
ReferenceDatabase
(
"
ColabFold DB
"
,
"
http://wwwuser.gwdg.de/~compbiol/colabfold/colabfold_envdb_202108.tar.gz
"
,
"
http://wwwuser.gwdg.de/~compbiol/colabfold/
"
+
"
colabfold_envdb_202108.tar.gz
"
,
version
=
"
2021_08
"
,
),
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment