Skip to content

Commit

Permalink
Removing unnecessary code in scrnaseq.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
heylf committed Jun 30, 2022
1 parent 1c94c90 commit ab4b073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/scrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ workflow SCRNASEQ {
ch_multiqc_fastqc = Channel.empty()
if (!params.skip_fastqc){
FASTQC_CHECK ( ch_fastq )
ch_versions = ch_versions.mix(FASTQC_CHECK.out.fastqc_version.first().ifEmpty(null))
ch_versions = ch_versions.mix(FASTQC_CHECK.out.fastqc_version)
ch_multiqc_fastqc = FASTQC_CHECK.out.fastqc_multiqc.ifEmpty([])
}

Expand Down

0 comments on commit ab4b073

Please sign in to comment.