Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
159556fe
Commit
159556fe
authored
Jan 21, 2016
by
fabrice
Browse files
Bug fixe: issue when launching contactmaplot on erc cluster (Tk error)
parent
f31ff4be
Changes
4
Hide whitespace changes
Inline
Side-by-side
ariaec/conf/aria_ec.ini
View file @
159556fe
...
...
@@ -126,7 +126,7 @@ whatif_executable: whatif
; Plot settings
n_factor:
1.5
groupby_method:
min
save_fig:
Fals
e
save_fig:
Tru
e
size_fig:
10
plot_ext:
pdf
plot_dpi:
200
...
...
ariaec/maplot.pyc
View file @
159556fe
No preview for this file type
ariaec/protmap.py
View file @
159556fe
...
...
@@ -9,6 +9,8 @@ import os
# sys.path.insert(0, ariapath)
import
re
import
matplotlib
matplotlib
.
use
(
"pdf"
,
warn
=
False
)
import
logging
import
collections
import
itertools
...
...
@@ -16,7 +18,7 @@ import operator
import
pandas
as
pd
import
seaborn
as
sns
import
numpy
as
np
import
matplotlib
.
pyplot
as
plt
from
matplotlib
import
pyplot
as
plt
import
aria.ConversionTable
as
ConversionTable
import
aria.legacy.AminoAcid
as
AminoAcid
from
matplotlib.lines
import
Line2D
...
...
ariaec/protmap.pyc
View file @
159556fe
No preview for this file type
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment