We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183d00f commit b0ae907Copy full SHA for b0ae907
tests/microarray.nf.test
@@ -1,7 +1,7 @@
1
nextflow_pipeline {
2
3
name "Test Workflow main.nf"
4
- script "workflows/simulation.nf"
+ script "main.nf"
5
6
test("Microarray chip simulation DNA hg19") {
7
@@ -59,8 +59,8 @@ nextflow_pipeline {
59
when {
60
params {
61
project = "r2_calculation_hg19"
62
- workflow_name = "r2"
63
- strand_data = "$projectDir/tests/data/imputed_data/hg19/*strand"
+ workflow_name = "r2"
+ imputed_data = "$projectDir/tests/data/imputed_data/hg19/*vcf.gz"
64
sequence_data = "$projectDir/tests/data/sequence_data/hg19/*vcf.gz"
65
}
66
0 commit comments