-
Notifications
You must be signed in to change notification settings - Fork 719
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
added fc_count_type parameter to biotype_qc command #441
Conversation
Please also update CHANGELOG :-) |
x-ref #440 |
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.
Please update CHANGELOG.md
in the FIXED section 👍
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.
params.fc_count_type
needs to be initialised innextflow.config
- If not set (eg. remains as default
null
) then we shouldn't include it in the command, as we will get-t null
in the command
Just checked...it is already set to a default value of 'exon': https://github.com/nf-core/rnaseq/blob/master/nextflow.config#L58 |
Ah I'm sorry - I only looked at the diff and assumed that you were adding a totally new parameter. Please ignore both of my comments then 👍 |
Thank you @pcantalupo - I'm merging this to the make-1-4-3-release branch now and will updatte it accordingly :-) |
Many thanks to contributing to nf-core/rnaseq!
To ensure that your build passes, please make sure your pull request is to the
dev
branch rather than tomaster
. Thank you!Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).
PR checklist
dev
rather thanmaster
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updatedLearn more about contributing: https://github.com/nf-core/rnaseq/tree/master/.github/CONTRIBUTING.md