Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
0cd2d041
Commit
0cd2d041
authored
Aug 12, 2020
by
Piotr Gawron
Browse files
hasTaxon was not properly exportede to CellDesigner
parent
d8c5562b
Pipeline
#30954
passed with stage
in 20 minutes and 34 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
0cd2d041
...
...
@@ -5,6 +5,9 @@ minerva (15.0.3) stable; urgency=medium
warning
message
is
presented
in
admin
panel
(#
1332
)
*
Bug
fix
:
API
call
updating
user
preferences
did
not
handle
properly
conflicts
on
new
gui
properties
(#
1326
)
*
Bug
fix
:
"bqbiol:hasTaxon"
relation
type
is
not
supported
by
CellDedigner
and
is
now
transformed
during
export
into
something
readable
by
CellDesigner
(#
1281
)
--
Piotr
Gawron
<
piotr
.
gawron
@
uni
.
lu
>
Wed
,
8
Jul
2020
16
:
00
:
00
+
0200
...
...
@@ -27,9 +30,9 @@ minerva (15.0.2) stable; urgency=medium
*
Bug
fix
:
bqmodel
:
isInstanceOf
and
bqmodel
:
hasInstance
relation
types
were
not
handled
properly
(#
1281
)
*
Bug
fix
:
"bqmodel:isInstanceOf"
,
"bqmodel:hasInstance"
,
"bqbiol:hasProperty"
,
"bqbiol:isPropertyOf"
and
"bqbiol:hasTaxon"
relation
types
are
not
supported
by
CellDedigner
and
are
now
transformed
during
export
into
something
readable
by
CellDesigner
(#
1281
)
"bqbiol:hasProperty"
,
"bqbiol:isPropertyOf"
relation
types
are
not
supported
by
CellDedigner
and
are
now
transformed
during
export
into
something
readable
by
CellDesigner
(#
1281
)
*
Bug
fix
:
at
random
time
points
there
was
an
issue
with
cached
data
(#
1323
)
*
Bug
fix
:
connection
to
DAPI
timeouted
sometimes
which
resulted
in
error
when
checking
for
all
chemicals
for
specfific
protein
(#
1324
)
...
...
converter-CellDesigner/src/main/java/lcsb/mapviewer/converter/model/celldesigner/CommonXmlParser.java
View file @
0cd2d041
...
...
@@ -58,6 +58,7 @@ public class CommonXmlParser {
RELATION_TYPES_SUPPORTED_BY_CELL_DESIGNER
.
remove
(
MiriamRelationType
.
BQ_BIOL_IS_PROPERTY_OF
);
RELATION_TYPES_SUPPORTED_BY_CELL_DESIGNER
.
remove
(
MiriamRelationType
.
BQ_MODEL_IS_INSTANCE_OF
);
RELATION_TYPES_SUPPORTED_BY_CELL_DESIGNER
.
remove
(
MiriamRelationType
.
BQ_MODEL_HAS_INSTANCE
);
RELATION_TYPES_SUPPORTED_BY_CELL_DESIGNER
.
remove
(
MiriamRelationType
.
BQ_BIOL_HAS_TAXON
);
}
private
DocumentBuilderFactory
dbFactory
;
...
...
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