Skip to content

Commit 52a680e

Browse files
committed
additional changes
1 parent 2a0c31b commit 52a680e

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

payload-gen-seq-experiment/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ RUN apt-get update && apt-get install -y procps
44

55
LABEL org.opencontainers.image.source https://github.com/icgc-argo/data-processing-utility-tools
66

7+
RUN groupadd -g 1000 ubuntu &&\
8+
useradd -l -u 1000 -g ubuntu ubuntu &&\
9+
install -d -m 0755 -o ubuntu -g ubuntu /home/ubuntu
10+
711
ENV PATH="/tools:${PATH}"
812

913
COPY *.py /tools/
1014

15+
USER ubuntu
16+
1117
CMD ["/bin/bash"]

payload-gen-seq-experiment/pkg.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@
2626
"devDependencies": [],
2727
"contributors": [
2828
{
29-
"name": "Junjun Zhang",
30-
"email": "junjun.ca@gmail.com"
29+
"name": "Junjun Zhang"
30+
},
31+
{
32+
"name": "Hillary Elrick"
3133
}
3234
],
3335
"license": "GNU Affero General Public License v3",

payload-gen-seq-experiment/tests/checker.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/* this block is auto-generated based on info from pkg.json where */
3030
/* changes can be made if needed, do NOT modify this block manually */
3131
nextflow.enable.dsl = 2
32-
version = '0.4.0'
32+
version = '0.5.0'
3333

3434
container = [
3535
'ghcr.io': 'ghcr.io/icgc-argo/data-processing-utility-tools.payload-gen-seq-experiment'

0 commit comments

Comments
 (0)