-
Notifications
You must be signed in to change notification settings - Fork 5
Fix issue 82 - featurecounts module patch #106
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
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.
Nearly there. The things you do in the patch I think can be done in modules.config, see my suggestion for ext.args and task.ext.prefix.
modules.json
Outdated
| "installed_by": ["modules"], | ||
| "patch": "modules/nf-core/subread/featurecounts/subread-featurecounts.diff" |
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.
I don't think this is needed, see my suggestion in modules.config above.
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.
I changed it. it should be good now!
Co-authored-by: Daniel Lundin <[email protected]>
erikrikarddaniel
left a comment
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.
👍
PR checklist
nf-core lint).nextflow run . -profile test,docker).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).I created a path of nf-core featureCounts module so it can run several times on samples as long as feature labels are presents.