File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,8 +2,10 @@ FROM ubuntu:20.04
22
33LABEL org.opencontainers.image.source https://github.com/icgc-argo/data-processing-utility-tools
44
5- RUN groupadd -g 1000 ubuntu &&\
6- useradd -l -u 1000 -g ubuntu ubuntu &&\
5+ RUN groupadd -g 1000 ubuntu && \
6+ useradd -l -u 1000 -g ubuntu ubuntu && \
77 install -d -m 0755 -o ubuntu -g ubuntu /home/ubuntu
88
9+ USER ubuntu
10+
911CMD ["/bin/bash" ]
Original file line number Diff line number Diff line change 2424/* this block is auto-generated based on info from pkg.json where */
2525/* changes can be made if needed, do NOT modify this block manually */
2626nextflow. enable. dsl = 2
27- version = ' 1.0.0 ' // package version
27+ version = ' 1.0.1 '
2828/* *******************************************************************/
2929
3030
3131// this is kind of like CWL's secondary files
3232def getSecondaryFiles(main_file, exts){
33- if (! (main_file instanceof String )) {
34- exit 1 , " [getSecondaryFiles] param: main_file must be a string"
35- }
36-
3733 if (! (exts instanceof List )) {
3834 exit 1 , " [getSecondaryFiles] param: exts must be a list of strings"
3935 }
Original file line number Diff line number Diff line change 11{
22 "name" : " helper-functions" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " A collection of helper functions" ,
55 "main" : " main.nf" ,
66 "deprecated" : false ,
Original file line number Diff line number Diff line change 2626/* this block is auto-generated based on info from pkg.json where */
2727/* changes can be made if needed, do NOT modify this block manually */
2828nextflow. enable. dsl = 2
29- version = ' 1.0.0 ' // package version
29+ version = ' 1.0.1 ' // package version
3030
3131container = [
3232 ' ghcr.io' : ' ghcr.io/icgc-argo/data-processing-utility-tools.helper-functions'
Original file line number Diff line number Diff line change 2626/* this block is auto-generated based on info from pkg.json where */
2727/* changes can be made if needed, do NOT modify this block manually */
2828nextflow. enable. dsl = 2
29- version = ' 1.0.0 ' // package version
29+ version = ' 1.0.1 ' // package version
3030
3131container = [
3232 ' ghcr.io' : ' ghcr.io/icgc-argo/data-processing-utility-tools.helper-functions'
You can’t perform that action at this time.
0 commit comments