Skip to content

Commit 86a7744

Browse files
author
Seqera AI
committed
Update full_test samplesheet to use direct URLs instead of local files
Replace local file paths with direct URLs from PDM database: - Eliminates need to manually download FASTQs via download_data.sh - Nextflow will automatically fetch files from URLs - Simplifies full_test profile usage for users URLs point to PDM database for samples: - 319-R-AH8 - 319-R-AH6T26
1 parent f1bfa08 commit 86a7744

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sample,fastq1,fastq2
2-
319-R-AH8,test_full/data/full/319-R-AH8_R1.fastq.gz,test_full/data/full/319-R-AH8_R2.fastq.gz
3-
319-R-AH6T26,test_full/data/full/319-R-AH6T26_R1.fastq.gz,test_full/data/full/319-R-AH6T26_R2.fastq.gz
2+
319-R-AH8,https://pdmdb.cancer.gov/pdm/111316~319-R~AH8~v2.0.2.51.0~WES.R1.FASTQ.gz,https://pdmdb.cancer.gov/pdm/111316~319-R~AH8~v2.0.2.51.0~WES.R2.FASTQ.gz
3+
319-R-AH6T26,https://pdmdb.cancer.gov/pdm/111316~319-R~AH6T26~v2.0.2.51.0~WES.R1.FASTQ.gz,https://pdmdb.cancer.gov/pdm/111316~319-R~AH6T26~v2.0.2.51.0~WES.R2.FASTQ.gz

0 commit comments

Comments
 (0)