Skip to content

Commit

Permalink
move bibtex files to their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBradford committed Jul 18, 2024
1 parent aa85968 commit 9ececb3
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rmd/DESeq2_report_new.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ output:
code_folding: hide
theme: spacelab # flatly spacelab sandstone cerulean
code_download: true
bibliography: "`r file.path(params$projectdir, 'Rmd/references.bib')`"
bibliography: "`r file.path(params$projectdir, 'references/references.bib')`"

---

Expand Down
2 changes: 1 addition & 1 deletion Rmd/Sample_QC.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ output:
code_folding: hide
theme: spacelab # flatly spacelab sandstone cerulean
code_download: true
bibliography: "`r file.path(params$projectdir, 'Rmd/references.bib')`"
bibliography: "`r file.path(params$projectdir, 'references/references.bib')`"
---

```{r setup, include=FALSE}
Expand Down
2 changes: 1 addition & 1 deletion Rmd/tgx-hdaci.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ output:
code_folding: hide
theme: spacelab # flatly spacelab sandstone cerulean
code_download: true
bibliography: "`r file.path(params$projectdir, 'Rmd/tgx-hdaci-references.bib')`"
bibliography: "`r file.path(params$projectdir, 'references/tgx-hdaci-references.bib')`"

---

Expand Down
2 changes: 1 addition & 1 deletion Rmd/tgx_ddi.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ output:
code_folding: hide
theme: spacelab # flatly spacelab sandstone cerulean
code_download: true
bibliography: "`r file.path(params$projectdir, 'Rmd/tgx-ddi-references.bib')`"
bibliography: "`r file.path(params$projectdir, 'references/tgx-ddi-references.bib')`"

---

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9ececb3

Please sign in to comment.