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
b5f5b9de
Commit
b5f5b9de
authored
4 years ago
by
Studer Gabriel
Browse files
Options
Downloads
Patches
Plain Diff
correctly log accpro errors
parent
e5935dcd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/run_qmean.py
+3
-3
3 additions, 3 deletions
docker/run_qmean.py
with
3 additions
and
3 deletions
docker/run_qmean.py
+
3
−
3
View file @
b5f5b9de
...
...
@@ -140,19 +140,19 @@ def _run_accpro(fasta_file, msa, workdir, seqlen):
if
"
Segmentation fault
"
in
sout
:
LogError
(
'
Running ACCPro failed for command
"
%s
"
with a segmentation fault
'
%
command
%
"
"
.
join
(
cmd
)
)
return
None
if
"
Segmentation fault
"
in
serr
:
LogError
(
'
Running ACCPro failed for command
"
%s
"
with a segmentation fault
'
%
command
%
"
"
.
join
(
cmd
)
)
return
None
if
job
.
returncode
!=
0
:
LogError
(
'
Running ACCPro failed for command
"
%s
"
:
\n
%s
\n
%s
'
%
(
"
"
.
join
(
c
omman
d
),
sout
,
serr
)
%
(
"
"
.
join
(
c
m
d
),
sout
,
serr
)
)
return
None
...
...
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