Skip to content

Commit

Permalink
corrected output file name
Browse files Browse the repository at this point in the history
corrected output file name from calc_fpconc()
  • Loading branch information
ec363 committed Oct 8, 2024
1 parent 6c19a2e commit 20fcbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/calc_fpconc.R
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ calc_fpconc <- function(data_csv,

# Save CSV --------------------------------------------------

filename <- gsub(".csv", "_pc.csv", basename(data_csv))
filename <- gsub(".csv", "_conc.csv", basename(data_csv))
utils::write.csv(x = percell_data,
file = file.path(outfolder, filename),
row.names = FALSE)
Expand Down

0 comments on commit 20fcbfa

Please sign in to comment.