https://github.com/vkuznet/dbsfiles
CMS tool to look-up DBS files for provided set of conditions
https://github.com/vkuznet/dbsfiles
Last synced: 19 days ago
JSON representation
CMS tool to look-up DBS files for provided set of conditions
- Host: GitHub
- URL: https://github.com/vkuznet/dbsfiles
- Owner: vkuznet
- Created: 2016-04-24T13:48:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T15:00:16.000Z (about 9 years ago)
- Last Synced: 2025-04-04T15:52:55.698Z (7 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbsfiles
[](https://travis-ci.org/vkuznet/dbsfiles)
[](https://godoc.org/github.com/vkuznet/dbsfiles)
### dbsfiles tool
dbsfiles tool designed to get list of files from DBS for provided set of
conditions. So far only dataset pattern and run number is supported.
### Build
to build the tool either use
```
go build
```
or
```
make
```
### Usage
```
dbsfiles -dataset "/*/*/*" -run 207889
```