Skip to content

Commit

Permalink
Update geo_cov_temp.R (answer to issue #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulineSGN authored Jan 22, 2024
1 parent b377ff7 commit 800e52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/EMLassemblyline/geo_cov_temp.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if(length(args)>0){
empty <- args[6]
}

datatable = read.table(data_table,header=T)
datatable = read.table(data_table,sep="\t",header=T)

latcol = names(datatable[lat_col])
longcol = names(datatable[long_col])
Expand Down

0 comments on commit 800e52c

Please sign in to comment.