Skip to content

Commit

Permalink
Merge pull request #8 from ImagingDataCommons/iteration2
Browse files Browse the repository at this point in the history
Iteration2
  • Loading branch information
vkt1414 authored Sep 20, 2023
2 parents 34c31df + f02f788 commit 6c8ffb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Dockerfiles/TotalSegmentator/splitWorkflow/task3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
FROM python:3.11.2-slim-buster

#ARG GIT_HASH=
ARG GIT_HASH

# ENV TERM=xterm-256color \
# BAMID_URL=https://github.com/Griffan/VerifyBamID/archive \
# TINI_VERSION=v0.19.0

LABEL MAINTAINER="IDC <[email protected]>" \
GIT_HASH=${GIT_HASH}
GIT_HASH=${GIT_HASH}\
IMAGE_NAME_ON_DOCKERHUB="imagingdatacommons/totalsegmentator:task3_v5"

# Install some basic system utilities
RUN apt-get update \
Expand Down
4 changes: 2 additions & 2 deletions Terra/TotalSegmentator/postProcessing/perFrame.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workflow PerFrameFunctionalGroupsSequence {
File jsonServiceAccountFile

#Docker Images for each task
String docker_PerFrameFunctionalGroupsSequence = "vamsithiriveedhi/extract_perframe_functional_group_sequence"
String docker_PerFrameFunctionalGroupsSequence = "imagingdatacommons/extract_perframe_functional_group_sequence"

#Preemptible retries
Int preemptibleTries_PerFrameFunctionalGroupsSequence = 3
Expand Down Expand Up @@ -63,7 +63,7 @@ task PerFrameFunctionalGroupsSequence{
String zones_PerFrameFunctionalGroupsSequence
}
command {
wget https://raw.githubusercontent.com/vkt1414/Cloud-Resources-Workflows/main/Notebooks/Totalsegmentator/postProcessingExtractPerframe.ipynb
wget https://raw.githubusercontent.com/ImagingDataCommons/Cloud-Resources-Workflows/main/Notebooks/Totalsegmentator/postProcessingExtractPerframe.ipynb

set -o xtrace
# For any command failures in the rest of this script, return the error.
Expand Down

0 comments on commit 6c8ffb7

Please sign in to comment.