Skip to content

Commit

Permalink
incremented test index
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed May 30, 2024
1 parent b52fb9b commit 4630806
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/local/report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -809,10 +809,9 @@ def table_values(file_path, header_p, seperator, headers=null){

for(row in file_path.splitCsv(header: header_p ? true : headers, sep: seperator)){
converted_data[idx] = row
idx++
}
return converted_data
//return file_path.splitCsv(header: header_p ? true : headers, sep: seperator)
//return file_path.splitCsv(header: header_p ? true : headers, sep: seperator)
/*
file_path.withReader{
String line
Expand Down

0 comments on commit 4630806

Please sign in to comment.