Skip to content

Commit

Permalink
publish bulk to sub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
allyhawkins committed Jun 26, 2024
1 parent f2cdde6 commit 567f9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bulk-salmon.nf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ process salmon {
process merge_bulk_quants {
container params.SCPCATOOLS_SLIM_CONTAINER
label 'mem_8'
publishDir "${params.results_dir}/${meta.project_id}", mode: 'copy'
publishDir "${params.results_dir}/${meta.project_id}/bulk", mode: 'copy'
tag "${meta.project_id}"
input:
tuple val(meta), path(salmon_directories), path(t2g_bulk)
Expand Down

0 comments on commit 567f9aa

Please sign in to comment.