-
I'm working on development of the [rashdf](https://github.com/fema-ffrd/rashdf) library for reading [HEC-RAS](https://www.hec.usace.army.mil/software/hec-ras/) HDF5 data. A big part of the motivation …
-
I have basically the following in my `.cabal` file ([full repo](https://github.com/pmiddend/simplon-stub)):
```cabal
executable bla
main-is: Main.hs
hs-source-dirs:
app
build-depen…
-
At some point my local preferences got reset from
```toml
[DFTK]
DFTK_threads = 1
[HDF5]
libhdf5 = "/usr/lib/x86_64-linux-gnu/hdf5/openmpi/libhdf5.so"
libhdf5_hl = "/usr/lib/x86_64-linux-gnu/h…
-
Hi,
The following error occurs when I used f5c to call methylation and I wonder how this can be resolved. The script as f5c call-methylation -t 40 -r pass.fq.gz -b psss.bam -g genome.chr.fa --pore r…
-
Hi, All
Recently I obtained data from Mistral (ALBA, Spain), with hdf5 format. I noticed the data structure seems not the same as you implemented. if possible to rewrite the hdf5 reader to include th…
-
- [ ] Decide if we want to keep using our custom waveform compressors or just an HDF5 filter (e.g. GZIP)
- [ ] Decide on the HDF5 filter for the higher tiers: GZIP is old and slow, can we use SZIP (b…
-
Store Particle Positions in a Hierarchical Tree Structure
-
Hi Luke!
In your article on Medium [https://medium.com/gsi-technology/residual-neural-networks-in-python-1796a57c2d7](url) you mentioned:
_"_The original dataset from Deepsig.io comes in .hdf5 forma…
-
**Describe the bug**
```
ld: error: undefined reference due to --no-allow-shlib-undefined: SZ_encoder_enabled
>>> referenced by ../bin/libhdf5.so.310.5.0
ld: error: undefined reference due to --no-al…
-
- should set `CMAKE_CXX_STANDARD` (what's the current minimum?)
- should set `target_include_directories`
- do we really need to depend on the C HDF5 libraries ?
- why is this code here, and if it'…