Skip to content

Commit

Permalink
adjusted filter
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Jan 16, 2025
1 parent dc11ce3 commit ac3cf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/test.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workflow TEST {
ch_versions = Channel.empty()

if ( ! params.sra_accessions.isEmpty() || ! params.genome_accessions.isEmpty() ) {
DOWNLOAD_FASTQ(ch_sra_accessions.filter())
DOWNLOAD_FASTQ(ch_sra_accessions.filter({it[0]}))
ch_versions = ch_versions.mix(DOWNLOAD_FASTQ.out.versions.first())

DOWNLOAD_FASTQ.out.fastq
Expand Down

0 comments on commit ac3cf98

Please sign in to comment.