Skip to content

Commit

Permalink
Change the input path to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sgsutcliffe committed May 27, 2024
1 parent 23cf247 commit 87990a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nextflow_pipeline {

when {
params {
input = "$baseDir/tests/assets/test_samplesheet.csv"
input = "https://github.com/phac-nml/nf-core-staramr/raw/dev/assets/samplesheet.csv"
outdir = "$baseDir/tests/results"
}
}
Expand Down

0 comments on commit 87990a5

Please sign in to comment.