nextflow-io/nextflow
View on GitHubin splitCsv operator, allow specifying comment char
Open
#3,632 opened on Feb 9, 2023
good first issuelang/dataflowstale
Repository metrics
- Stars
- (3,382 stars)
- PR merge metrics
- (Avg merge 16d 9h) (54 merged PRs in 30d)
Description
In the splitCsv operator, can an option be added to specify a "comment char", such that lines starting with that char (e.g. '#') are ignored? Thanks!