Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
bis-aria
ariaec
Commits
22e21aff
Commit
22e21aff
authored
Jan 19, 2016
by
fabrice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prefix argument (contactmap)
parent
50b28391
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
ariaec/commands.py
ariaec/commands.py
+2
-0
ariaec/commands.pyc
ariaec/commands.pyc
+0
-0
ariaec/maplot.py
ariaec/maplot.py
+1
-1
ariaec/maplot.pyc
ariaec/maplot.pyc
+0
-0
No files found.
ariaec/commands.py
View file @
22e21aff
...
...
@@ -179,6 +179,8 @@ class AriaEcCommand:
parser
.
add_argument
(
"--ssidx"
,
dest
=
"ssidx"
,
action
=
"store_true"
,
default
=
False
,
help
=
"Use secondary structure index"
)
parser
.
add_argument
(
"--prefix"
,
dest
=
"prefix"
,
default
=
""
,
help
=
"File name"
)
return
parser
def
create_settings
(
self
):
...
...
ariaec/commands.pyc
View file @
22e21aff
No preview for this file type
ariaec/maplot.py
View file @
22e21aff
...
...
@@ -36,7 +36,7 @@ class AriaEcContactMap(object):
indent
=
4
))
# ----------------------------- Input -------------------------------- #
self
.
outprefix
=
get_filename
(
self
.
settings
.
contactmap
.
args
.
get
(
"seq"
,
None
))
"seq"
,
None
))
+
self
.
settings
.
contactmap
.
args
.
get
(
"prefix"
,
""
)
# Load Sequence file
self
.
protein
.
set_aa_sequence
(
self
.
settings
.
contactmap
.
args
.
get
(
"seq"
,
None
))
# Load secondary structure prediction file
...
...
ariaec/maplot.pyc
View file @
22e21aff
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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