Data entry utility - Do Not Merge. #252
Draft
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
*** The
addpairs.php
script file is capable of modifying application data. Do not installaddpairs.php
on any production website. ***This is a utility for adding new empirical pairs to the
data/odorant.json
file.To use, first checkout the
data-entry-tool
branch to a local installation of the PrimaryDock web app. Then navigate to http://127.0.0.1/primarydock/addpairs.php. It will ask you to set up an admin password; once you do, it will allow entering data from scientific publications about receptor responses to odorants.If you use this utility to add data, please copy your modified
data/odorant.json
anddata/refs.json
files to another folder, create a branch off ofstable
, and then re-add the two JSON files to that branch for creating a PR. Please do not addaddpairs.php
to thestable
branch, or to any branch or PR intended to be merged intostable
.