Skip to content

Commit

Permalink
Bump deps and add dev notes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Sep 11, 2023
1 parent 01d26a9 commit 90ebdf0
Show file tree
Hide file tree
Showing 4 changed files with 627 additions and 621 deletions.
18 changes: 18 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,21 @@ If you use JBrowseR in your research, please cite the following publication:
journal={Bioinformatics}
}
```

## For developers

To modify the codebase, you can set up a dev environment as follows


```
git clone https://github.com/GMOD/JBrowseR
cd JBrowseR
yarn
yarn build # build current webpack dependencies
R
install.packages('devtools')
devtools::install()
library(JBrowseR)
JBrowseR("ViewHg19", location = "10:29,838,737..29,838,819") # this will now use your local build of JBrowseR
```

2 changes: 1 addition & 1 deletion inst/htmlwidgets/JBrowseR.js

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions inst/htmlwidgets/JBrowseR.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,7 @@ PERFORMANCE OF THIS SOFTWARE.
*/

/**
* @mui/styled-engine v5.13.2
*
* @license MIT
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @mui/x-data-grid v6.9.2
* @mui/x-data-grid v6.13.0
*
* @license MIT
* This source code is licensed under the MIT license found in the
Expand Down
Loading

0 comments on commit 90ebdf0

Please sign in to comment.