Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
m-unlock
docker
Commits
6b86470a
Commit
6b86470a
authored
3 years ago
by
Jasper Koehorst
Browse files
Options
Downloads
Patches
Plain Diff
java update
parent
485b72de
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
kubernetes/Dockerfile
+4
-4
4 additions, 4 deletions
kubernetes/Dockerfile
kubernetes/run.sh
+2
-1
2 additions, 1 deletion
kubernetes/run.sh
kubernetes/scripts/metadata.py
+2
-0
2 additions, 0 deletions
kubernetes/scripts/metadata.py
with
8 additions
and
5 deletions
kubernetes/Dockerfile
+
4
−
4
View file @
6b86470a
...
...
@@ -41,9 +41,9 @@ RUN curl -s https://get.sdkman.io | bash
RUN
chmod
a+x
"
$HOME
/.sdkman/bin/sdkman-init.sh"
RUN
echo
"sdkman_auto_complete=false"
>>
"
$HOME
/.sdkman/etc/config"
RUN
source
"
$HOME
/.sdkman/bin/sdkman-init.sh"
&&
\
sdk
install
java 1
1
.0.1
1.hs-adpt
&&
\
sdk
install
gradle 7.1
&&
\
sdk
install
maven 3.
6.3
&&
\
sdk
install
java 1
7
.0.1
-tem
&&
\
sdk
install
gradle 7.
3.
1
&&
\
sdk
install
maven 3.
8.4
&&
\
rm
-r
/root/.sdkman/archives
# R
...
...
@@ -88,7 +88,7 @@ RUN source /root/miniconda/bin/activate && \
rm /picrust2_env.yml /v2.4.1.tar.gz
## eggmapper
RUN
pip
install
eggnog-mapper
#
RUN pip install eggnog-mapper
## HUMAnN meta-omics
RUN
python3
-m
pip
install
humann
--no-binary
:all:
&&
\
...
...
This diff is collapsed.
Click to expand it.
kubernetes/run.sh
+
2
−
1
View file @
6b86470a
...
...
@@ -41,10 +41,11 @@ yaml_file_name="$(basename "$yaml")"
# Download the yaml file $1=yaml full path
mkdir
-p
$yaml_dir
# Delete yaml file if already exists
rm
$yaml
rm
-f
$yaml
# Updating metadata by removing all cwl and cwl path status
python3 /scripts/metadata.py
-key
cwl
-value
$cwl
-remove
-file
$yaml
# Adding the running status
python3 /scripts/metadata.py
-key
cwl
-value
$cwl
-unit
running
-add
-file
$yaml
...
...
This diff is collapsed.
Click to expand it.
kubernetes/scripts/metadata.py
+
2
−
0
View file @
6b86470a
...
...
@@ -46,6 +46,8 @@ with iRODSSession(
zone
=
zone
,
**
ssl_settings
)
as
session
:
print
(
"
Connected to iRODS
"
,
session
.
server_version
)
obj
=
session
.
data_objects
.
get
(
args
.
file
)
# Adding requires full triple
if
args
.
add
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment