Skip to content

Commit

Permalink
Merge pull request #82 from galaxy-genome-annotation/gnb_gxit
Browse files Browse the repository at this point in the history
Genenotebook: update + add ref to new gxit
  • Loading branch information
abretaud authored Sep 20, 2023
2 parents ec3c633 + e3fc475 commit 583e362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Galaxy Tool Linting and Tests for push and PR
on: [push, pull_request]
env:
GALAXY_FORK: galaxyproject
GALAXY_BRANCH: release_22.05
GALAXY_BRANCH: release_23.0
MAX_CHUNKS: 4
MAX_FILE_SIZE: 1M
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion tools/genenotebook/genenotebook_build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@
</test>
</tests>
<help><![CDATA[
Build a GeneNoteBook by loading data into a MongoDB database. The resulting dataset can then be displayed with the "View a GeneNoteBook" interactive tool (to be written).
Build a GeneNoteBook by loading data into a MongoDB database. The resulting dataset can then be displayed with the "GeneNoteBook viewer" interactive tool.
The resulting GeneNoteBook will contain the default user accounts created on the first launch. You are responsible to change them if you ever want to put your result online.
Expand Down
2 changes: 1 addition & 1 deletion tools/genenotebook/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</requirements>
</xml>

<token name="@TOOL_VERSION@">0.4.2</token>
<token name="@TOOL_VERSION@">0.4.5</token>
<token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy0</token>

<xml name="citation">
Expand Down

0 comments on commit 583e362

Please sign in to comment.