Skip to content

Commit

Permalink
Be more explicit with pipeline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jan 8, 2024
1 parent a5f4ec4 commit d2ea5cf
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 @@ -2,7 +2,6 @@ nextflow_pipeline {

name "Test pipeline"
script "../main.nf"
config "../conf/test.config"
tag "pipeline"
tag "pipeline_fetchngs"

Expand All @@ -11,6 +10,7 @@ nextflow_pipeline {
when {
params {
outdir = "$outputDir"
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/2732b911c57e607fa7aea5ba0c3d91b25bafb662/testdata/v1.12.0/sra_ids_test.csv'
}
}

Expand Down

0 comments on commit d2ea5cf

Please sign in to comment.