Skip to content

Commit 0653dfe

Browse files
committed
Fix file paths in load files
1 parent 83d6e60 commit 0653dfe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/workspace/gitpod/hello-nextflow/data/bam/reads_mother.bam
2-
/workspace/gitpod/hello-nextflow/data/bam/reads_father.bam
3-
/workspace/gitpod/hello-nextflow/data/bam/reads_son.bam
1+
/workspaces/training/hello-nextflow/data/bam/reads_mother.bam
2+
/workspaces/training/hello-nextflow/data/bam/reads_father.bam
3+
/workspaces/training/hello-nextflow/data/bam/reads_son.bam
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
id,reads_bam
2-
NA12878,/workspace/gitpod/hello-nextflow/data/bam/reads_mother.bam
3-
NA12877,/workspace/gitpod/hello-nextflow/data/bam/reads_father.bam
4-
NA12882,/workspace/gitpod/hello-nextflow/data/bam/reads_son.bam
2+
NA12878,/workspaces/training/hello-nextflow/data/bam/reads_mother.bam
3+
NA12877,/workspaces/training/hello-nextflow/data/bam/reads_father.bam
4+
NA12882,/workspaces/training/hello-nextflow/data/bam/reads_son.bam

0 commit comments

Comments
 (0)