Skip to content

Commit

Permalink
adapt publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
AmstlerStephan committed Jul 25, 2024
1 parent 79b8c93 commit 877f052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/processes/cluster.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ consensus_fasta="consensus.fasta"
vsearch_dir="vsearch_clusters"
detected_umis_file_name="dected_umis.fastq"
process CLUSTER {
publishDir "${params.output}/${sample}/clustering/${type}", pattern: "cluster*", mode: 'copy'
publishDir "${params.output}/${sample.baseName}/clustering/${type}", pattern: "cluster*", mode: 'copy'

input:
path sample
Expand Down
2 changes: 2 additions & 0 deletions lib/workflows/umi-pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Channel.fromPath("${params.input}/*", type: 'dir')
.filter( ~/.*barcode(([0-9][0-9]))/ )
.set { detected_umis_ch }

detected_umis_ch.view()

////////////////////
// BEGIN PIPELINE //
////////////////////
Expand Down

0 comments on commit 877f052

Please sign in to comment.