Skip to content
Snippets Groups Projects
Commit d015de92 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

README formatting

parent 385a4962
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment