Skip to content

Commit 0e825f3

Browse files
authored
Merge pull request #7 from tylergross97/update-samplesheet-urls
Update samplesheet to use raw GitHub URLs instead of relative paths
2 parents 54d8f5c + eb1fed6 commit 0e825f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
sample,fastq1,fastq2
2-
human,tests/data/xengsort/human_R1.fastq.gz,tests/data/xengsort/human_R2.fastq.gz
3-
mouse,tests/data/xengsort/mouse_R1.fastq.gz,tests/data/xengsort/mouse_R2.fastq.gz
4-
mixed,tests/data/xengsort/mixed_R1.fastq.gz,tests/data/xengsort/mixed_R2.fastq.gz
2+
human,https://github.com/tylergross97/nextflow_xengsort/raw/main/tests/data/xengsort/human_R1.fastq.gz,https://github.com/tylergross97/nextflow_xengsort/raw/main/tests/data/xengsort/human_R2.fastq.gz
3+
mouse,https://github.com/tylergross97/nextflow_xengsort/raw/main/tests/data/xengsort/mouse_R1.fastq.gz,https://github.com/tylergross97/nextflow_xengsort/raw/main/tests/data/xengsort/mouse_R2.fastq.gz
4+
mixed,https://github.com/tylergross97/nextflow_xengsort/raw/main/tests/data/xengsort/mixed_R1.fastq.gz,https://github.com/tylergross97/nextflow_xengsort/raw/main/tests/data/xengsort/mixed_R2.fastq.gz

0 commit comments

Comments
 (0)