https://github.com/khirotaka/wfdb
Dockerimage of WFDB.
https://github.com/khirotaka/wfdb
Last synced: 3 months ago
JSON representation
Dockerimage of WFDB.
- Host: GitHub
- URL: https://github.com/khirotaka/wfdb
- Owner: khirotaka
- License: mit
- Created: 2019-11-17T14:30:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T01:33:21.000Z (over 5 years ago)
- Last Synced: 2025-02-03T14:50:06.451Z (4 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wfdb
Docker image of [WFDB](https://archive.physionet.org/physiotools/wfdb.shtml).

## Usage
### Build image
```sh
docker build -t wfdb .```
### Run Docker Image
```sh
docker run -v $PWD:/Downloads rdsamp -r ~~~~/~~~~ > samples.csv
```