Skip to content

Commit 4e16d68

Browse files
committed
🎨 update and patch vuegen version (to allow updates from nf-core)
nf-core modules patch vuegen, related to PR nf-core/modules#9201
1 parent bb12bb5 commit 4e16d68

File tree

4 files changed

+45
-7
lines changed

4 files changed

+45
-7
lines changed

modules.json

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
"vuegen": {
99
"branch": "master",
1010
"git_sha": "41dfa3f7c0ffabb96a6a813fe321c6d1cc5b6e46",
11-
"installed_by": ["modules"]
11+
"installed_by": [
12+
"modules"
13+
],
14+
"patch": "modules/nf-core/vuegen/vuegen.diff"
1215
}
1316
}
1417
},
@@ -17,20 +20,26 @@
1720
"utils_nextflow_pipeline": {
1821
"branch": "master",
1922
"git_sha": "c2b22d85f30a706a3073387f30380704fcae013b",
20-
"installed_by": ["subworkflows"]
23+
"installed_by": [
24+
"subworkflows"
25+
]
2126
},
2227
"utils_nfcore_pipeline": {
2328
"branch": "master",
2429
"git_sha": "51ae5406a030d4da1e49e4dab49756844fdd6c7a",
25-
"installed_by": ["subworkflows"]
30+
"installed_by": [
31+
"subworkflows"
32+
]
2633
},
2734
"utils_nfschema_plugin": {
2835
"branch": "master",
2936
"git_sha": "2fd2cd6d0e7b273747f32e465fdc6bcc3ae0814e",
30-
"installed_by": ["subworkflows"]
37+
"installed_by": [
38+
"subworkflows"
39+
]
3140
}
3241
}
3342
}
3443
}
3544
}
36-
}
45+
}

modules/nf-core/vuegen/environment.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/vuegen/main.nf

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/vuegen/vuegen.diff

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)