Skip to content

Commit

Permalink
Remove rogue g from tidying up line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
pinin4fjords committed Feb 9, 2024
1 parent 78cca16 commit cd173a4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ read_delim_flexible <- function(file, header = TRUE, row.names = NULL, check.nam
header = header,
row.names = row.names,
check.names = check.names,
gstringsAsFactors = stringsAsFactors
stringsAsFactors = stringsAsFactors
)
}

Expand Down Expand Up @@ -169,7 +169,7 @@ se <- SummarizedExperiment(
if ('$coldata' != ''){
coldata <- parse_metadata(
metadata_path = '$coldata',
gids = colnames(assay_list[[1]]),
ids = colnames(assay_list[[1]]),
metadata_id_col = args_opt\$coldata_id_col
)

Expand All @@ -185,7 +185,7 @@ if ('$coldata' != ''){
if ('$rowdata' != ''){
rowdata <- parse_metadata(
metadata_path = '$rowdata',
gids = rownames(assay_list[[1]]),
ids = rownames(assay_list[[1]]),
metadata_id_col = args_opt\$rowdata_id_col
)

Expand Down

0 comments on commit cd173a4

Please sign in to comment.