Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GBCS
Je
Commits
35926d51
Commit
35926d51
authored
Aug 01, 2017
by
Jelle Scholtalbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update galaxy wrapper to v1.2
parent
1c7680ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
src/galaxy/je
src/galaxy/je
+1
-1
src/galaxy/je_1.2_bundle.jar
src/galaxy/je_1.2_bundle.jar
+0
-0
src/galaxy/macros.xml
src/galaxy/macros.xml
+1
-1
No files found.
src/galaxy/je
View file @
35926d51
...
...
@@ -5,7 +5,7 @@
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
# echo $DIR
# path to jar file to execute, this jar is supposed to be in the same dir as this script
JAR_FILE
=
$DIR
"/je_1.
1
_bundle.jar"
JAR_FILE
=
$DIR
"/je_1.
2
_bundle.jar"
# set default _JAVA_OPTIONS
_JAVA_OPTIONS
=
${
_JAVA_OPTIONS
:-
'-Xmx4G -Xms256m'
}
...
...
src/galaxy/je_1.
1
_bundle.jar
→
src/galaxy/je_1.
2
_bundle.jar
View file @
35926d51
No preview for this file type
src/galaxy/macros.xml
View file @
35926d51
<macros>
<token
name=
"@VERSION_STRING@"
>
1.
1
</token>
<token
name=
"@VERSION_STRING@"
>
1.
2
</token>
<token
name=
"@single_or_paired_cmd@"
>
#if str( $library.type ) == "single":
...
...
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