Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adafede committed Sep 6, 2023
1 parent f9e03b4 commit 9047336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/annotate_spectra.R
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ annotate_spectra <- function(input = get_params(step = "annotate_spectra")$files
df_final <- df_empty
}

rm(df_final)
export_params(parameters = get_params(step = "annotate_spectra"), step = "annotate_spectra")
export_output(x = df_final, file = output[[1]])
rm(df_final)

return(output[[1]])
}

0 comments on commit 9047336

Please sign in to comment.