Skip to content

Commit

Permalink
NF_MAAffymetrix: nasa#99 account for quoted commas
Browse files Browse the repository at this point in the history
  • Loading branch information
cyouh95 committed Jul 2, 2024
1 parent c3c9d4d commit bbbd858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ workflow {

GENERATE_SOFTWARE_TABLE(
ch_software_versions | unique | collectFile(newLine: true, sort: true, cache: false),
ch_runsheet | splitCsv(header: true) | first | map{ row -> row['Array Data File Name'] }
ch_runsheet | splitCsv(header: true, quote: '"') | first | map{ row -> row['Array Data File Name'] }
)

// export meta for post processing usage
Expand Down

0 comments on commit bbbd858

Please sign in to comment.