Skip to content

Commit

Permalink
Updated datatable module nftest
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Sep 30, 2024
1 parent 0432d9e commit 97c01bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions modules/local/datatable_merge/tests/datatable_merge.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nextflow_process {
}
process {
"""
input[0] = [file("https://github.com/nf-core/test-datasets/raw/smrnaseq/nf-test_data/datatable_merge/small_mirtop_dataset.txt", checkIfExists: true)]
input[0] = [[],file("https://github.com/nf-core/test-datasets/raw/smrnaseq/nf-test_data/datatable_merge/small_mirtop_dataset.txt", checkIfExists: true)]
"""
}
}
Expand Down Expand Up @@ -46,7 +46,7 @@ nextflow_process {
}
process {
"""
input[0] = [file("https://github.com/nf-core/test-datasets/raw/smrnaseq/nf-test_data/datatable_merge/small_mirtop_dataset.txt", checkIfExists: true)]
input[0] = [[],file("https://github.com/nf-core/test-datasets/raw/smrnaseq/nf-test_data/datatable_merge/small_mirtop_dataset.txt", checkIfExists: true)]
"""
}
}
Expand Down
12 changes: 6 additions & 6 deletions modules/local/datatable_merge/tests/datatable_merge.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
"mirna.tsv:md5,f59a6aeb15588c43c2977950a1b0a080"
],
"1": [
"versions.yml:md5,3a8ba7faff9d6dadf80e1a1b026acbe1"
"versions.yml:md5,13bf3c8bbf1285dfc0ef547dcbb692b2"
],
"mirna_tsv": [
"mirna.tsv:md5,f59a6aeb15588c43c2977950a1b0a080"
],
"versions": [
"versions.yml:md5,3a8ba7faff9d6dadf80e1a1b026acbe1"
"versions.yml:md5,13bf3c8bbf1285dfc0ef547dcbb692b2"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-21T14:27:11.151441241"
"timestamp": "2024-09-30T12:57:47.129770995"
},
"Does not contain hsa-miR-107, hsa-miR-365a-3p": {
"content": [
Expand All @@ -29,20 +29,20 @@
"mirna.tsv:md5,f59a6aeb15588c43c2977950a1b0a080"
],
"1": [
"versions.yml:md5,3a8ba7faff9d6dadf80e1a1b026acbe1"
"versions.yml:md5,13bf3c8bbf1285dfc0ef547dcbb692b2"
],
"mirna_tsv": [
"mirna.tsv:md5,f59a6aeb15588c43c2977950a1b0a080"
],
"versions": [
"versions.yml:md5,3a8ba7faff9d6dadf80e1a1b026acbe1"
"versions.yml:md5,13bf3c8bbf1285dfc0ef547dcbb692b2"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.04.4"
},
"timestamp": "2024-08-21T14:27:39.584509005"
"timestamp": "2024-09-30T12:57:56.990602055"
}
}

0 comments on commit 97c01bc

Please sign in to comment.