Skip to content

Commit

Permalink
Merge pull request #94 from galaxyecology/PaulineSGN-patch-2
Browse files Browse the repository at this point in the history
Update geo_cov_temp.R (answer to issue #92)
  • Loading branch information
yvanlebras authored Jan 22, 2024
2 parents b377ff7 + 800e52c commit 43f3c45
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 43f3c45

Please sign in to comment.