databio / bedhost

API and UI for BEDbase
http://api.bedbase.org
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Tutorial feedback round 3 #30

Closed nsheff closed 4 years ago

nsheff commented 4 years ago

We specify a name for the bedset and a database query term that will select which BED files should belong to the bedset. The PEP configuration file must also point to a JSON file describing an Elasticsearch query to select BED files of interest.

FYI -- there was a this note:

If this hasn't been already done, we recommend starting this jupyter notebook enabling sudo permissions since steps such as downloading docker or running an elasticsearch docker container won't be executed otherwise. This can be done with sudo jupyter notebook --allow-root

I removed this because this is not necessary if you install docker correctly, adding the docker user to the sudoers group. this is outside the scope of this tutorial.

joseverdezoto commented 4 years ago

Quote below doesn't make sense to me. Where is the JSON file, in the configuration file? or is it for each bedset. I believe it should be a sample property, not a project property.

Each bedset config needs to point to a JSON file describing the Elastisearch query. In this case, we included a JSON test query in the bedbuncher repository, within the tests directory. It's indeed a sample property

nsheff commented 4 years ago

@joseverdezoto feel free to close issues when you are finished