Skip to content

Commit

Permalink
Be explicit about BiocSyle functions in vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Oct 20, 2023
1 parent a1053f2 commit cb102ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/practical_tips.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Efficiently extracting arbitrary subsets of a HDF5 dataset with *rhdf5* is a bal

# Writing in parallel

Using `r Biocpkg('rhdf')` it isn't possible to open an HDF5 file and write multiple datasets in parallel. However we can try to mimic this behaviour by writing each dataset to it's own HDF5 file in parallel and then using the function `H5Ocopy()` to efficiently populate a complete final file. We'll test this approach here.
Using `r BiocStyle::Biocpkg('rhdf')` it isn't possible to open an HDF5 file and write multiple datasets in parallel. However we can try to mimic this behaviour by writing each dataset to it's own HDF5 file in parallel and then using the function `H5Ocopy()` to efficiently populate a complete final file. We'll test this approach here.

## Example data

Expand Down

0 comments on commit cb102ba

Please sign in to comment.