awgymer
awgymer
``` ERROR Copying raw file as error rendering with Jinja: create.py:312 '/tmp/tmpx9z985co/nf-core-testpipeline/.github/workflows/ ci.yml' - expected token 'name', got '|' ```
I have lied. I think the issue is the `concurrency` line needing to be wrapped by `raw`
> @mashehu @awgymer when you have time, can you check the new `components_create.py`? Implemented in commit [2b164ed](https://github.com/nf-core/tools/pull/1916/commits/2b164ed34c3e2cdbee61f3da3aed55c70d0ff846). Is this what you had on mind with shared commands like `components_test.py`? I...
This is probably out of scope for this PR but I just realised that from the logs [here](https://github.com/nf-core/tools/actions/runs/3337708727/jobs/5524400319#step:11:1) we are only testing `modules create` under the local context and this...
Came to see if this functionality existed, consider this a +1 for interest in how we can achieve this
This is quite a thorny problem and right now there is no proper solution I am afraid. You could mirror the GitHub modules repo and add your own subworkflows and...
If I understand this correctly you are basically using a "pipeline repo" to mirror modules into your remote and then syncing them with bash then? This is a little like...
Is patched modules - subworkflows interplay/interaction another reason to promote/investigate having subworkflows operate more like standalone workflows which package their own modules/subworkflows as discussed [here](https://nfcore.slack.com/archives/CE5LG7WMB/p1698878129558619) (I know I push this...
Cannot push my code right now due to some GitHub issue but I had a go at writing some lint code: ``` ╭─ [!] 6 Pipeline Test Warnings │ system_exit:...
Closed in #2211