-
Notifications
You must be signed in to change notification settings - Fork 26
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 typos #196
Fix typos #196
Conversation
|
modules/local/venndiagram.nf
Outdated
ggsave(paste0("venn_",name,"_mageckmle.png"),plot_test) | ||
write.table(common_genes, paste0('${prefix}_',name_module,"_common_genes_mle.txt"),sep = "\t", quote = FALSE, row.names=FALSE) |
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.
name
seems to be sample dependent, and name_module
the name of the tool. Just wanted to make sure that using different names to save the plot and the table is intended, should we maybe use both?
workflows/crisprseq_screening.nf
Outdated
} | ||
|
||
if(params.mle && params.drugz) { | ||
ch_venndiagram = DRUGZ.out.per_gene_results.join(MAGECK_MLE.out.gene_summary) |
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.
can bagel2 and drugz both run in the same analysis? We should give the channel a different name to avoid overriding problems.
Co-authored-by: Júlia Mir Pedrol <[email protected]>
Co-authored-by: Júlia Mir Pedrol <[email protected]>
Co-authored-by: Júlia Mir Pedrol <[email protected]>
Hey I had a few typos laying around and forgot to include the version on some modules :)