Skip to content

PEDSnet/data-archive-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEDSnet Data Archive Validator

Coverage Status

Validate unpacked PEDSnet data archives.

Command Line/Python

# Recommended: with activated virtualenv environment ...
git pull https://github.com/PEDSnet/data-archive-validator.git
cd data-archive-validator
python setup.py install

davd /my/data/archive/metadata.csv 2.0.0

Via Python API:

from davd import validate

validate('/my/data/archive/metadata.csv', '2.0.0')

Docker

Currently, the Dockerfile wraps the CLI script and not the (forthcoming) web service.

git pull https://github.com/PEDSnet/data-archive-validator.git
cd data-archive-validator
docker build -t davd . && docker run -v /my/archive:/data davd davd /data/metadata.csv 2.0.0

/my/archive is a directory containing the unpacked data archive on the Docker host, and /data is an arbitrary directory in the container. On Mac or Windows, use an absolute path in /Users or C:\Users, since those directories are auto-shared with the VM host by boot2docker/machine.

Web Service

TBD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages