Skip to content

Commit

Permalink
Merge branch 'main' of github.com:hbc/Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Jul 3, 2024
2 parents ad8c863 + fe6abe5 commit e97516c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ This set up needs [bcbioR](https://github.com/bcbio/bcbioR) and [usethis](https:

Make sure the version is `0.1.3` with this command `packageVersion("bcbioR")` or re-install with `devtools::install_github("bcbio/bcbioR",build_manual = TRUE, build_vignettes = TRUE)`, if you are in your own environment

* Deploy folders/files compatible with any project: `bcbioR::bcbio_templates(type="base", outpath="/path/to/analysis/folder")`
* Activate your R session to make your working directory to be your project folder: `usethis::proj_activate("/path/to/analysis/folder")`
* Deploy folders/files compatible with any project: `bcbioR::bcbio_templates(type="base", outpath="/path/to/analysis/folder")`
* Start a git repository: `usethis::use_git()`

If you want to push this project to GitHub, follow these steps:
Expand Down

0 comments on commit e97516c

Please sign in to comment.