Skip to content

Commit

Permalink
remove processes after clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
AmstlerStephan committed Jul 25, 2024
1 parent 94adc31 commit 105308d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/workflows/umi-pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ workflow UMI_PIPELINE {
CLUSTER( DETECT_UMI_FASTQ.out.umi_extract_fastq, raw )

REFORMAT_FILTER_CLUSTER( CLUSTER.out.cluster_fastas, raw, umi_parse_clusters )

REFORMAT_FILTER_CLUSTER.out.smolecule_cluster_fastqs
.filter{ sample, type, fastqs -> fastqs.class == ArrayList}
.set{ smolecule_cluster_fastqs_list }

}

//////////////////
Expand Down

0 comments on commit 105308d

Please sign in to comment.