Skip to content

Commit

Permalink
Fix spacing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
RiboRings committed Dec 11, 2024
1 parent 45b7eef commit 1e8e381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/observers.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
req(input$main.file)

if( input$ftype == "biom" ){

biom_object <- read_biom(input$main.file$datapath)

fun_args <- list(x = biom_object,
removeTaxaPrefixes = input$rm.tax.pref,
rankFromPrefix = input$rank.from.pref)

rObjects$tse <- .update_tse(
rObjects$tse, convertFromBIOM, fun_args,
rObjects$tse, convertFromBIOM, fun_args
)

} else if( input$ftype == "MetaPhlAn" ){
Expand Down

0 comments on commit 1e8e381

Please sign in to comment.