Skip to content

Commit 95e80d7

Browse files
authored
use nf-core-gallery for input package
1 parent 74a2b9e commit 95e80d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

main.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
/* groovylint-disable CompileStatic */
33

44
nextflow.enable.dsl = 2
5-
params.hash = 'c4e44f6932f13f626b8640d54fa235c1bfea675f1ad3b5b022a99b3aeb18c637'
6-
params.input = "quilt+s3://udp-spec#package=nf-quilt/source@${params.hash}"
5+
params.hash = '90527238d0e2ebc9e1ba98265e5f79440b557697fed3f0d29ec95942cbb4e4e0'
6+
params.input = "quilt+s3://nf-core-gallery#package=test/observer@${params.hash}&catalog=demo.quiltdata.com"
77
params.outdir = '/var/tmp'
88

99
process transfer {
@@ -26,4 +26,4 @@ process transfer {
2626

2727
workflow {
2828
Channel.fromPath(params.input) | transfer | view { file -> file }
29-
}
29+
}

0 commit comments

Comments
 (0)