-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix prefix for eukulele columns in summary #180
Fix prefix for eukulele columns in summary #180
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.
LGTM, haven't tested it though, and one tiny question.
subworkflows/local/eukulele.nf
Outdated
ch_sum_taxonomy.view() | ||
feature_counts.view() |
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.
Should these really be in here? I don't see any issue with .view
, it's just that I've mostly used it to verify code.
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.
Thanks, should not be there of course!
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).This fixes issue #179 . I also did a bit of cleaning up of the R code.