Skip to content

Commit

Permalink
add scRNAseq path for R
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Aug 28, 2024
1 parent 7c8838b commit d19feb8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ If you want to push this project to GitHub, follow these steps:
* Follow the previous step to set up the [base](#general-project) project
* Follow this instruction https://bcbio.github.io/bcbioR/#set-rnaseq-report-folder to start your **RNAseq** analysis

## scRNAseq

Please, change to this common library path to perform you analysis: `.libPaths("/n/app/bcbio/R4.3.1_singlecell/")`.

# bcbioR supported templates

We used `bcbioR` to deploy folders and code to our project directories to improve robustness in our analysis.
Expand Down
12 changes: 6 additions & 6 deletions overrides/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@

/* HBC style typography */
html {
font-size: 22px;
font-size: 18px;
}
.md-typeset h1 {
color: var(--md-default-fg-color);
font-size: 2rem;
font-size: 1.5rem;
font-family: "Degular", sans-serif;
line-height: 1.5rem;
font-weight: 600;
Expand All @@ -34,18 +34,18 @@ html {
margin-top: 0rem;
}
.md-typeset h2 {
font-size: 1rem;
font-size: 1.2rem;
font-family: "Degular", sans-serif;
line-height: 1rem;
line-height: 1.2rem;
font-weight: 500;
letter-spacing: 0;
margin-top: 0rem;
margin-bottom: 0rem;
}
.md-typeset h3 {
font-size: 1.2rem;
font-size: rem;
font-family: "Degular", sans-serif;
line-height: 1.5rem;
line-height: 1rem;
font-weight: 400;
letter-spacing: 0;
}
Expand Down

0 comments on commit d19feb8

Please sign in to comment.