Skip to content
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

rethink check_replicates process for DSL2 #73

Open
bozmik opened this issue Mar 29, 2023 · 0 comments
Open

rethink check_replicates process for DSL2 #73

bozmik opened this issue Mar 29, 2023 · 0 comments
Labels
enhancement Improvement for existing functionality

Comments

@bozmik
Copy link
Member

bozmik commented Mar 29, 2023

Think if there is a better way of including what the pipeline does in the check_replicates process for the DSL2 pipeline

dualrnaseq/main.nf

Lines 756 to 776 in 3e35f47

process check_replicates {
tag "check_replicates"
label 'process_high'
input:
val(sample_name) from scatter_plots.collect()
output:
stdout repl_scatter_plots_salmon_pathogen
stdout repl_scatter_plots_salmon_host
stdout repl_scatter_plots_salmon_alignment_host
stdout repl_scatter_plots_salmon_alignment_pathogen
stdout repl_scatter_plots_htseq_pathogen
stdout repl_scatter_plots_htseq_host
shell:
'''
python !{workflow.projectDir}/bin/check_replicates.py -s !{sample_name} 2>&1
'''
}

@bozmik bozmik added the enhancement Improvement for existing functionality label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement for existing functionality
Projects
No open projects
Development

No branches or pull requests

1 participant