Skip to content

Commit

Permalink
fix made platform into a chanel
Browse files Browse the repository at this point in the history
  • Loading branch information
lucia.pena.perez@scilifelab.se committed Mar 6, 2024
1 parent 1ef041e commit c4614f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflows/tomte.nf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ workflow TOMTE {
: Channel.empty()
ch_vep_extra_files_unsplit = params.vep_plugin_files ? Channel.fromPath(params.vep_plugin_files).collect()
: Channel.value([])
ch_platform = params.platform.collect()

// Read and store paths in the vep_plugin_files file
ch_vep_extra_files_unsplit.splitCsv ( header:true )
Expand Down Expand Up @@ -112,7 +113,7 @@ workflow TOMTE {
ch_samplesheet,
ch_references.star_index,
ch_references.gtf,
params.platform,
ch_platform,
params.subsample_bed,
params.seed_frac,
params.num_reads,
Expand Down

0 comments on commit c4614f8

Please sign in to comment.