-
Notifications
You must be signed in to change notification settings - Fork 36
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
Update samshee #275
Update samshee #275
Conversation
Created this PR for testing the module, I will update it after the nf-core module has been merged into nf-core/modules |
conf/modules.config
Outdated
ext.json_schema_validator = { params.json_schema_validator ? "--schema '${params.json_schema_validator}'" : "" } | ||
ext.name_schema_validator = { params.name_schema_validator ? "--schema '${params.name_schema_validator}'" : "" } | ||
ext.v1 = { params.v1_schema ? "--output-format sectioned" : "" } |
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 think we can put all that in a ext.args and not ressort to creating non standard ext
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.
Yes, I agree, this is still a draft
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.
Sorry for checking in on a draft, just working on a PR on this repo too, and I saw this one appeared and was curious
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.
Haha no worries! 😄 .Don't want you to waste your time reviewing something that might change regardless, but any help is always appreciated!
|
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.
The only downside currently seems that it's not possible to specify multiple samplesheets of any of the json/name/file types.
However, I'm not sure if anyone will ever use that and there are workarounds... So let's not overengineer that for now.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,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).