Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ritamtbsilva authored Feb 5, 2024
1 parent b995821 commit 3f613e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ docker run -e PASSWORD=bioc -p 8787:8787 marianaferreira/betas:latest
#### C) GitHub / R Studio

1. Download the latest stable version of the repository from this link and unzip the files.
2. Open R Studio and run the script located at `R/betASapp.R`. This action will launch the Shiny app.
3. If you wish to make changes, you can adapt the content of this script. For instance, the default input file size is configured to 100Mb. You have the flexibility to modify this value by adjusting the `shiny.maxRequestSize` parameter.
2. Open R Studio and change your working directory to this new folder.
3. In the console, run `devtools::load_all()`, which will simulate what happens when a package is installed and loaded with `library()`.
4. Start the visual interface of betAS by running `betASapp()`.
6. If you wish to make changes to the Shiny app, you can adapt the content of the `R/betASapp.R` script. For instance, the default input file size is configured to 100Mb. You have the flexibility to modify this value by adjusting the `shiny.maxRequestSize` parameter.


## Workflow
Expand Down

0 comments on commit 3f613e2

Please sign in to comment.