Skip to content

Commit 25ad76f

Browse files
author
Seqera AI
committed
Fix S3 samplesheet path to root location
1 parent 0aa2197 commit 25ad76f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ profiles {
8282
}
8383
params {
8484
// Direct S3 paths from nf-core test data (no staging required)
85-
input = "s3://seqera-showcase/xengsort-test/samplesheet_s3.csv"
85+
input = "s3://seqera-showcase/samplesheet_s3.csv"
8686
hg38_fasta = "s3://ngi-igenomes/igenomes/Homo_sapiens/NCBI/GRCh38/Sequence/WholeGenomeFasta/genome.fa"
8787
nsg_fasta = "s3://ngi-igenomes/igenomes/Mus_musculus/UCSC/mm10/Sequence/WholeGenomeFasta/genome.fa"
8888
outdir_base = 'results_test_s3'

0 commit comments

Comments
 (0)