Skip to content

Commit

Permalink
use nft-utils 0.0.2 to get relative path in snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
maxulysse committed Oct 2, 2024
1 parent 2b856b7 commit 1d35e2a
Show file tree
Hide file tree
Showing 21 changed files with 8,077 additions and 8,077 deletions.
2 changes: 1 addition & 1 deletion nf-test.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ config {
// load the necessary plugins
plugins {
load "[email protected]"
load "[email protected].1"
load "[email protected].2"
}
}
8 changes: 4 additions & 4 deletions tests/default.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ nextflow_pipeline {
workflow.trace.succeeded().size(),
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
removeNextflowVersion("$outputDir/pipeline_info/nf_core_rnaseq_software_mqc_versions.yml"),
// All stable path name
stable_name*.name,
// All stable path name, with a relative path
getRelativePath(stable_name, outputDir),
// All files with stable contents
stable_path
).match() }
Expand Down Expand Up @@ -54,8 +54,8 @@ nextflow_pipeline {
workflow.trace.succeeded().size(),
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
removeNextflowVersion("$outputDir/pipeline_info/nf_core_rnaseq_software_mqc_versions.yml"),
// All stable path name
stable_name*.name,
// All stable path name, with a relative path
getRelativePath(stable_name, outputDir),
// All files with stable contents
stable_path
).match() }
Expand Down
2,178 changes: 1,089 additions & 1,089 deletions tests/default.nf.test.snap

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tests/featurecounts_group_type.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ nextflow_pipeline {
workflow.trace.succeeded().size(),
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
removeNextflowVersion("$outputDir/pipeline_info/nf_core_rnaseq_software_mqc_versions.yml"),
// All stable path name
stable_name*.name,
// All stable path name, with a relative path
getRelativePath(stable_name, outputDir),
// All files with stable contents
stable_path
).match() }
Expand Down Expand Up @@ -56,8 +56,8 @@ nextflow_pipeline {
workflow.trace.succeeded().size(),
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
removeNextflowVersion("$outputDir/pipeline_info/nf_core_rnaseq_software_mqc_versions.yml"),
// All stable path name
stable_name*.name,
// All stable path name, with a relative path
getRelativePath(stable_name, outputDir),
// All files with stable contents
stable_path
).match() }
Expand Down
2,120 changes: 1,060 additions & 1,060 deletions tests/featurecounts_group_type.nf.test.snap

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tests/hisat2.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ nextflow_pipeline {
workflow.trace.succeeded().size(),
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
removeNextflowVersion("$outputDir/pipeline_info/nf_core_rnaseq_software_mqc_versions.yml"),
// All stable path name
stable_name*.name,
// All stable path name, with a relative path
getRelativePath(stable_name, outputDir),
// All files with stable contents
stable_path
).match() }
Expand Down Expand Up @@ -56,8 +56,8 @@ nextflow_pipeline {
workflow.trace.succeeded().size(),
// pipeline versions.yml file for multiqc from which Nextflow version is removed because we tests pipelines on multiple Nextflow versions
removeNextflowVersion("$outputDir/pipeline_info/nf_core_rnaseq_software_mqc_versions.yml"),
// All stable path name
stable_name*.name,
// All stable path name, with a relative path
getRelativePath(stable_name, outputDir),
// All files with stable contents
stable_path
).match() }
Expand Down
Loading

0 comments on commit 1d35e2a

Please sign in to comment.