Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
metexplore
met4j
Commits
e842c3c7
Commit
e842c3c7
authored
Jan 18, 2022
by
lcottret
Browse files
Finish hotfix 0.8.3
parents
1e5157c2
472dcc6f
Pipeline
#48212
passed with stages
in 1 minute and 16 seconds
Changes
10
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
coverage/pom.xml
View file @
e842c3c7
...
...
@@ -44,7 +44,7 @@
<parent>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
...
...
met4j-chemUtils/pom.xml
View file @
e842c3c7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</parent>
<properties>
...
...
@@ -35,7 +35,7 @@
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-core
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
<dependency>
...
...
met4j-core/pom.xml
View file @
e842c3c7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</parent>
<scm>
...
...
met4j-graph/pom.xml
View file @
e842c3c7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
met4j-graph
</artifactId>
...
...
@@ -40,7 +40,7 @@
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-core
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
...
...
@@ -50,12 +50,12 @@
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-mathUtils
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-chemUtils
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
met4j-io/pom.xml
View file @
e842c3c7
...
...
@@ -6,7 +6,7 @@
<parent>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
met4j-io
</artifactId>
...
...
@@ -25,7 +25,7 @@
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-core
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.sbml.jsbml
</groupId>
...
...
met4j-io/src/main/java/fr/inrae/toulouse/metexplore/met4j_io/tabulated/network/Tab2BioNetwork.java
View file @
e842c3c7
...
...
@@ -567,12 +567,8 @@ public class Tab2BioNetwork {
cpd
=
new
BioMetabolite
(
cpdId
);
this
.
bioNetwork
.
add
(
cpd
);
}
this
.
bioNetwork
.
add
(
compartment
);
this
.
bioNetwork
.
affectToCompartment
(
compartment
,
cpd
);
if
(
cpd
.
getId
().
endsWith
(
this
.
flagExternal
))
{
MetaboliteAttributes
.
setBoundaryCondition
(
cpd
,
true
);
}
else
{
...
...
met4j-mapping/pom.xml
View file @
e842c3c7
...
...
@@ -4,7 +4,7 @@
<parent>
<artifactId>
met4j
</artifactId>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</parent>
<modelVersion>
4.0.0
</modelVersion>
...
...
@@ -19,7 +19,7 @@
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-core
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
met4j-mathUtils/pom.xml
View file @
e842c3c7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</parent>
...
...
met4j-toolbox/pom.xml
View file @
e842c3c7
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</parent>
<artifactId>
met4j-toolbox
</artifactId>
...
...
@@ -33,32 +33,32 @@
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-chemUtils
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-io
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-core
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-mathUtils
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-graph
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j-mapping
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.googlecode.json-simple/json-simple -->
<dependency>
...
...
pom.xml
View file @
e842c3c7
...
...
@@ -4,7 +4,7 @@
<groupId>
fr.inrae.toulouse.metexplore
</groupId>
<artifactId>
met4j
</artifactId>
<version>
0.8.
2
-SNAPSHOT
</version>
<version>
0.8.
3
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
met4j
</name>
...
...
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