Skip to content

Commit 067e9a5

Browse files
authored
Merge pull request #25 from Sage-Bionetworks-Workflows/adamjtaylor-patch-1
Fix samplesheet location for test profile
2 parents 3de75ad + 30995fb commit 067e9a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/test.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ params {
2020
max_time = '6.h'
2121

2222
// Input data
23-
input = 'data/test_samplesheet.csv'
23+
input = 'https://raw.githubusercontent.com/Sage-Bionetworks-Workflows/nf-artist/main/data/test_samplesheet.csv'
2424

25-
}
25+
}

0 commit comments

Comments
 (0)