Skip to content

Commit

Permalink
v2330
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Nov 22, 2023
1 parent 4e9efff commit dd0356f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## START
v2329
v2330
- NOTE that queries of type 1 may not work as expected due to an issue at S2
- in annotate: delete paper
- Wikidata as PMID2DOI bkp server
- doc: PMIDs

v2329
- input PMIDs
- doc: query types
- FIX: NPE in PaperList.readFromFile()
Expand Down
3 changes: 2 additions & 1 deletion TODO.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- analyze and make sure DOIs are written uppercase, file-specific modules?
- mumble benchmark

Doc:
- pmid
- reasons why not all papers found:
- start set not representative or not highly cited
- missing keywords
Expand All @@ -17,6 +17,7 @@ Features:
- HTTP buffer
- clicking sort in filtering2 still grabs focus
- new query from old (allowing change of keywords but shortcutting some download)
- refactor: rename model functions so they reflect the event not the intent
- settings mutex
- don't discard non-DOI expr search results / use archived directly?
- manually add DOIs to accepted
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
buildConfig {
packageName("org.reactome.lit_ball") // forces the package. Defaults to '${project.group}'
buildConfigField("String", "APP_NAME", "\"LitBall\"")
buildConfigField("String", "APP_VERSION", provider { "\"2329\"" })
buildConfigField("String", "APP_VERSION", provider { "\"2330\"" })
}

configurations.all {
Expand All @@ -124,7 +124,7 @@ configurations.all {
compose.desktop {
application {
mainClass = "MainKt"
version = "2329"
version = "2330"
group = "org.reactome"
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
Expand Down
7 changes: 6 additions & 1 deletion src/main/kotlin/org/reactome/lit_ball/common/Changes.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ package org.reactome.lit_ball.common

object Changes {
val text = """
v2329
v2330
- NOTE that queries of type 1 may not work as expected due to an issue at S2
- in annotate: delete paper
- Wikidata as PMID2DOI bkp server
- doc: PMIDs
v2329
- input PMIDs
- doc: query types
- FIX: NPE in PaperList.readFromFile()
Expand Down

0 comments on commit dd0356f

Please sign in to comment.