Skip to content

Commit

Permalink
remove redundant operator
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Dec 5, 2024
1 parent 2608088 commit 4f743e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workflows/seqinspector.nf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ workflow SEQINSPECTOR {
"${projectDir}/assets/databasesheet.csv",
"${projectDir}/assets/schema_database.json"
))
.map { row -> tuple(row[0], row[1], row[2], row[3]) }
.toList()
.transpose()
.toList()
Expand Down

0 comments on commit 4f743e2

Please sign in to comment.