add nextflow d30e48d
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk update && apk add bash cowsay \
|
||||
--update-cache \
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/edge/community \
|
||||
--repository https://alpine.global.ssl.fastly.net/alpine/edge/main \
|
||||
--repository https://dl-3.alpinelinux.org/alpine/edge/testing
|
||||
@@ -0,0 +1,8 @@
|
||||
process hello {
|
||||
debug true
|
||||
script:
|
||||
"""
|
||||
cowsay Hello Summit!
|
||||
"""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user