Skip to content

Commit

Permalink
.7.anon files are correctly identified as GE
Browse files Browse the repository at this point in the history
  • Loading branch information
martin3141 committed Sep 7, 2023
1 parent 4eb1a32 commit 2a9e50f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/mrs_data_io.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ guess_mrs_format <- function(fname) {
format <- "spar_sdat"
} else if (stringr::str_ends(fname_low, ".7")) {
format <- "pfile"
} else if (stringr::str_ends(fname_low, ".7.anon")) {
format <- "pfile"
} else if (stringr::str_ends(fname_low, ".list")) {
format <- "list_data"
} else if (stringr::str_ends(fname_low, ".data")) {
Expand Down

0 comments on commit 2a9e50f

Please sign in to comment.