Skip to content

Commit

Permalink
Fixed input path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shians committed Aug 29, 2024
1 parent 801c1af commit d3a5463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/workflow.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ if (!dir.exists("input")) {
input_path <- bfc[[qry$rid]]
}
utils::untar("input.tar.gz")
file.remove("input.tar.gz")
utils::untar(input_path)
file.remove(input_path)
}
```

Expand Down

0 comments on commit d3a5463

Please sign in to comment.