-
Notifications
You must be signed in to change notification settings - Fork 4
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 light mode plots #27
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.
Some suggestions and questions 😄
@@ -94,8 +94,8 @@ workflow REPORTHO { | |||
ALIGN.out.alignment | |||
) | |||
|
|||
ch_iqtree = MAKE_TREES.out.mlplot | |||
ch_fastme = MAKE_TREES.out.meplot | |||
ch_iqtree = MAKE_TREES.out.mlplot.map { [it[0], it[1]] } |
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.
Maybe I am not understanding, but here you want to pass both the dark and light plots, right? if yes, won't be it[1]
and it[2]
?
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.
This is the part related to the report, so only the dark mode plots are necessary, as the report is in dark mode. The meta is passed because the subworkflow uses it to organize the files.
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
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! 🚀
Closes #14
PR checklist
nf-core lint
). Something something template, passes on GitHub.nextflow run . -profile test,docker --outdir <OUTDIR>
).