Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
OBITools3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
20
Issues
20
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
OBITools
OBITools3
Commits
f3669105
Commit
f3669105
authored
Jul 27, 2020
by
Celine Mercier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python: added the OBITools3 version that generated the view in view
comments
parent
f2aa5fcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
view.pyx
python/obitools3/dms/view/view.pyx
+2
-0
No files found.
python/obitools3/dms/view/view.pyx
View file @
f3669105
...
...
@@ -7,6 +7,7 @@ cdef dict __VIEW_CLASS__= {}
from
libc
.
stdlib
cimport
malloc
from
obitools3
.
apps
.
progress
cimport
ProgressBar
#
@UnresolvedImport
from
obitools3
.
version
import
version
from
..
capi
.
obiview
cimport
Alias_column_pair_p
,
\
obi_new_view
,
\
...
...
@@ -434,6 +435,7 @@ cdef class View(OBIWrapper) :
for
i
in
range
(
len
(
input_view_name
))
:
input_str
.
append
(
tostr
(
input_dms_name
[
i
])
+
"/"
+
tostr
(
input_view_name
[
i
]))
comments
[
"input_str"
]
=
input_str
comments
[
"version"
]
=
version
return
bytes2str_object
(
comments
)
...
...
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