-
Notifications
You must be signed in to change notification settings - Fork 421
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no more profile-ception #743
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😭 😭 but has to be done
So regarding the issue with the controlfreec CI test. Basically the process scope definition in the I did find a solution which was to delay the loading of the test config files over the module config file. What do you think @drpatelh @FriederikeHanssen |
So this did not work... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 still don't understand the error
Last commit feels the less patchy way to make it work. @FriederikeHanssen we'll need to fix the somatic ascat profile, but I'm now more happy with this PR |
Yes, that's why I finally merged this PR
…On Thu, 15 Sep 2022, 14:50 Harshil Patel, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In nextflow.config
<#743 (comment)>:
> + tools_somatic { includeConfig 'conf/test_tools_somatic_modules.config' }
+ tools_somatic_ascat { includeConfig 'conf/test_tools_somatic_modules.config' }
Did it work?
—
Reply to this email directly, view it on GitHub
<#743 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHY53ALKTOBQ6NXUSZGQHLV6MLSHANCNFSM6AAAAAAQIMLA24>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
@drpatelh do you think this is enough?
Just wondering if we can keep our multiple profiles, but just get rid of profile definitions included within profiles.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).