Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed May 3, 2022
2 parents fc306fa + ff1ab87 commit 43aeeeb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ scmInfo := Some(
)

versionScheme := Some("early-semver")

val static_version = "0.1.8"
val version_build = scala.util.Properties.envOrElse("PROG_VERSION", static_version )

Expand Down
Binary file removed galaxy/gcms2isocor/P2M2Tools-assembly-0.1.7.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ object MassLynx2IsocorCommandTest extends TestSuite {
case Failure(f) => f.printStackTrace();assert(false)
}
}

test("MassLynx2IsocorCommand - with args metabolites.dat (formula)") {
val toParse =
"""Compound 1: His, M+7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ object MassLynxOutput2IsocorInputTest extends TestSuite {
header=OutputMassLynx.Header(),
results=MassLynxParser.parseResults(toParse.split("\n").toList)
)

assert( MassLynxOutput2IsocorInput(derivatives=Map("TATA" -> "TOTO"),formula=Map(),resolution=1000).transform(entry) == List())
}

Expand Down

0 comments on commit 43aeeeb

Please sign in to comment.