Skip to content

Commit

Permalink
combine feature names
Browse files Browse the repository at this point in the history
  • Loading branch information
Riley-Grindle committed Sep 10, 2024
1 parent 75c42b1 commit 971e534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/scscape.nf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ workflow SCSCAPE {
.map { it.reverse() }
.set { ch_updated_meta }

if (params.gene_identifier == "COMBINE"){
if (params.gene_identifier.toUpperCase() == "COMBINE"){
ch_updated_features = FEATURE_NAMING(
ch_updated_meta.map( it[0], it[1] ),
ch_updated_meta.map( it[0], it[2] )
Expand Down

0 comments on commit 971e534

Please sign in to comment.