Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QMEAN
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository 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
QMEAN
Commits
d015de92
Commit
d015de92
authored
3 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
README formatting
parent
385a4962
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/qmean_qmeandisco_example/README.md
+2
-0
2 additions, 0 deletions
docker/qmean_qmeandisco_example/README.md
docker/qmeanbrane_example/README.md
+2
-0
2 additions, 0 deletions
docker/qmeanbrane_example/README.md
with
4 additions
and
0 deletions
docker/qmean_qmeandisco_example/README.md
+
2
−
0
View file @
d015de92
...
...
@@ -16,7 +16,9 @@ sudo docker run --workdir $(pwd) -v $(pwd):$(pwd) -v <PATH_TO_LOCAL_UNICLUST>:/u
The directory contains pre-computed profiles that match the
sequences in targets.fasta. To speed things up, you can provide them as argument:
```
terminal
sudo docker run --workdir $
(
pwd
)
-v
$(
pwd
)
:
$(
pwd
)
-v
<PATH_TO_LOCAL_UNICLUST>:/uniclust30 registry.scicore.unibas.ch/schwede/qmean:4.2.0 run_qmean.py model.pdb
--method
QMEAN
--seqres
targets.fasta
--profiles
query_hhblits_one.a3m query_hhblits_two.a3m
```
Normally, the container creates a temporary directory to store intermediate
results. If you want to investigate them, or access the sequence profiles,
...
...
This diff is collapsed.
Click to expand it.
docker/qmeanbrane_example/README.md
+
2
−
0
View file @
d015de92
...
...
@@ -20,7 +20,9 @@ sudo docker run --workdir $(pwd) -v $(pwd):$(pwd) -v <PATH_TO_LOCAL_UNICLUST>:/u
The directory contains an already pre-computed profile which matches the
sequence in targets.fasta. To speed things up, you can provide it as argument:
```
terminal
sudo docker run --workdir $
(
pwd
)
-v
$(
pwd
)
:
$(
pwd
)
-v
<PATH_TO_LOCAL_UNICLUST>:/uniclust30 registry.scicore.unibas.ch/schwede/qmean:4.2.0 run_qmean.py original_hhblits_alignment.pdb shift_in_front_helix_four.pdb shift_into_middle.pdb shift_towards_cter.pdb
--method
QMEANBrane
--seqres
targets.fasta
--profiles
query_hhblits.a3m
```
Normally, the container creates a temporary directory to store intermediate
results. If you want to investigate them, or access the sequence profiles,
...
...
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