Skip to content

Commit

Permalink
Update versions command
Browse files Browse the repository at this point in the history
  • Loading branch information
nschcolnicov committed Dec 12, 2024
1 parent 35b031d commit 96ee087
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/custom/tabulartogseacls/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ process CUSTOM_TABULARTOGSEACLS {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
awk: " \$(mawk -W version | head -n 1 | awk '{print \$2}')"
awk: "\$(mawk -W version | head -n 1 | awk '{print \$2}')"
END_VERSIONS
"""

Expand All @@ -45,7 +45,7 @@ process CUSTOM_TABULARTOGSEACLS {
touch mock.cls
cat <<-END_VERSIONS > versions.yml
"${task.process}":
awk: " \$(mawk -W version | head -n 1 | awk '{print \$2}')"
awk: "\$(mawk -W version | head -n 1 | awk '{print \$2}')"
END_VERSIONS
"""

Expand Down
12 changes: 6 additions & 6 deletions modules/nf-core/custom/tabulartogseacls/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
],
"1": [
"versions.yml:md5,11279ab8dbaaae901af42e4f6374f843"
"versions.yml:md5,3292824aca58393a8d4c220c13160e2d"
],
"cls": [
[
Expand All @@ -30,15 +30,15 @@
]
],
"versions": [
"versions.yml:md5,11279ab8dbaaae901af42e4f6374f843"
"versions.yml:md5,3292824aca58393a8d4c220c13160e2d"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.2"
},
"timestamp": "2024-12-12T16:38:40.035347462"
"timestamp": "2024-12-12T17:24:29.030129753"
},
"test_custom_tabulartogseacls": {
"content": [
Expand All @@ -56,7 +56,7 @@
]
],
"1": [
"versions.yml:md5,11279ab8dbaaae901af42e4f6374f843"
"versions.yml:md5,3292824aca58393a8d4c220c13160e2d"
],
"cls": [
[
Expand All @@ -71,14 +71,14 @@
]
],
"versions": [
"versions.yml:md5,11279ab8dbaaae901af42e4f6374f843"
"versions.yml:md5,3292824aca58393a8d4c220c13160e2d"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.2"
},
"timestamp": "2024-12-12T16:38:24.062368024"
"timestamp": "2024-12-12T17:24:22.477107678"
}
}
4 changes: 2 additions & 2 deletions modules/nf-core/custom/tabulartogseagct/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ process CUSTOM_TABULARTOGSEAGCT {
cat <<-END_VERSIONS > versions.yml
"${task.process}":
awk: " \$(mawk -W version | head -n 1 | awk '{print \$2}')"
awk: "\$(mawk -W version | head -n 1 | awk '{print \$2}')"
END_VERSIONS
"""

Expand All @@ -41,7 +41,7 @@ process CUSTOM_TABULARTOGSEAGCT {
touch mock.gct
cat <<-END_VERSIONS > versions.yml
"${task.process}":
awk: " \$(mawk -W version | head -n 1 | awk '{print \$2}')"
awk: "\$(mawk -W version | head -n 1 | awk '{print \$2}')"
END_VERSIONS
"""
}
12 changes: 6 additions & 6 deletions modules/nf-core/custom/tabulartogseagct/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
],
"1": [
"versions.yml:md5,a03a1eba64f12dbaea69a810d50e8e71"
"versions.yml:md5,a41674c38533c385e25a3a3e34d6d572"
],
"gct": [
[
Expand All @@ -30,15 +30,15 @@
]
],
"versions": [
"versions.yml:md5,a03a1eba64f12dbaea69a810d50e8e71"
"versions.yml:md5,a41674c38533c385e25a3a3e34d6d572"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.2"
},
"timestamp": "2024-12-12T16:37:43.62626877"
"timestamp": "2024-12-12T17:25:09.325803613"
},
"test_custom_tabulartogseagct - stub": {
"content": [
Expand All @@ -56,7 +56,7 @@
]
],
"1": [
"versions.yml:md5,a03a1eba64f12dbaea69a810d50e8e71"
"versions.yml:md5,a41674c38533c385e25a3a3e34d6d572"
],
"gct": [
[
Expand All @@ -71,14 +71,14 @@
]
],
"versions": [
"versions.yml:md5,a03a1eba64f12dbaea69a810d50e8e71"
"versions.yml:md5,a41674c38533c385e25a3a3e34d6d572"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.2"
},
"timestamp": "2024-12-12T16:37:55.39497625"
"timestamp": "2024-12-12T17:25:20.610870351"
}
}

0 comments on commit 96ee087

Please sign in to comment.