Skip to content

tklijnsma/lpcdbeclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LPC DBE Client

To set up the environment, first install conda, and run:

wget https://raw.githubusercontent.com/tklijnsma/lpcdbeclient/master/environment.yml
conda env create -f environment.yml
conda activate inferedge2

To install this package, either:

pip install lpcdbeclient

Or:

git clone https://github.com/tklijnsma/lpcdbeclient.git
pip install -e lpcdbeclient

To run:

wget https://www.dropbox.com/s/qb6tozu1gdrfdfu/test_file_0.h5?dl=1 -O test_file_0.h5
lpcdbe-run --testfile test_file_0.h5 -a <public_address_of_dbe>.fnal.gov

If running directly on the DBE, use the module_name as the address:

wget https://www.dropbox.com/s/qb6tozu1gdrfdfu/test_file_0.h5?dl=1 -O test_file_0.h5
lpcdbe-run --testfile test_file_0.h5 -a test3-module-kl

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages