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.
Dash Bio pull request
Name and description of your component
dash clustergram
Main libraries used in component
Before asking for a review
PR merging checklist
Please make sure you have done these things before asking for approval to finally merge.
master
: checkout the master branch withgit checkout master
, pull from latest mastergit pull
, checkout to your branchgit checkout your-branch
, merge master into your branchgit merge master
. Resolve conflicts.package-lock.json
(runnpm install
)requirements.txt
is completenpm run build:all
ornpm run build:js
followed bynpm run build:py
python setup.py sdist
, then copydist/dash_bio-X.Y.Z.tar.gz
into the top-level directory)pip install dash-bio-X.Y.Z.tar.gz
)dash-bio
folder by the above command(s)DDS Deployment
developers
user credentials from a dash-bio team member.git pull
).git remote -v
, make sure you have the dash-bio one:https://dash-gallery.plotly.host/GIT/dash-bio
.git remote add dash-bio https://dash-gallery.plotly.host/GIT/dash-bio
.developers
user credentials, have them ready.git push dash-bio master
.DDS Deployment Debugging
git push dash-bio master
you may encounter the following issue:This may be because the
git
credentials are saved on theclient-side
. In order to solve this, do the following:Windows
OS X