Skip to content

Commit 04ab672

Browse files
changing instructions for activity files to not point to potentially the past chapter
1 parent 12ecd0b commit 04ab672

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

04-open-source-with-github.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Data science projects often lead to side analyses that could be very worthwhile
6464
ottrpal::include_slide("https://docs.google.com/presentation/d/1LMurysUhCjZb7DVF6KS9QmJ5NBjwWVjRn40MS9f2noE/edit#slide=id.gf62875ddf7_0_47")
6565
```
6666

67-
## Get the exercise project files (or continue with the files you used in the previous chapter)
67+
## Get the exercise project files
6868

6969
<details> <summary>**Get the Python project example files**</summary>
7070
[Click this link to download](https://raw.githubusercontent.com/jhudsl/Reproducibility_in_Cancer_Informatics/main/chapter-zips/python-heatmap-chapt-4.zip).

05-scientific-notebooks.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This can also be handy especially if you use automation to enhance the reproduci
5050

5151
Because of all of these reasons, we encourage the use of computational notebooks as a means of enhancing reproducibility. (This course itself is also written with the use of notebooks!)
5252

53-
## Get the exercise project files (or continue with the files you used in the previous chapter)
53+
## Get the exercise project files
5454

5555
<details> <summary>**Get the Python project example files**</summary>
5656
[Click this link to download](https://raw.githubusercontent.com/jhudsl/Reproducibility_in_Cancer_Informatics/main/chapter-zips/python-heatmap-chapt-5.zip).

06-package-management.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For both exercises, we will download an environment 'snapshot' file we've set up
5252
- For Python, we'll use `conda` for package management and store this information in a `environment.yml` file.
5353
- For R, we'll use `renv` for package management and store this information in a `renv.lock` file.
5454

55-
## Get the exercise project files (or continue with the files you used in the previous chapter)
55+
## Get the exercise project files
5656

5757
<details> <summary>**Get the Python project example files**</summary>
5858
[Click this link to download](https://raw.githubusercontent.com/jhudsl/Reproducibility_in_Cancer_Informatics/main/chapter-zips/python-heatmap-chapt-6.zip).

07-durable-code.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ There's so many opinions and strategies on best practices for code. And although
304304
- [R for Epidemiology: Coding best practices](https://www.r4epi.com/chapters/best_practices/best_practices) by @Cannell2021.
305305
- [Best practices for R Programming](https://towardsdatascience.com/best-practices-for-r-programming-ec0754010b5a) by @Bernardo2021.
306306

307-
## Get the exercise project files (or continue with the files you used in the previous chapter)
307+
## See example project files
308308

309309
<details> <summary>**Get the Python project example files**</summary>
310310
[Click this link to download](https://raw.githubusercontent.com/jhudsl/Reproducibility_in_Cancer_Informatics/main/chapter-zips/python-heatmap-chapt-7.zip).

08-readmes.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can take a look at this [template README](https://raw.githubusercontent.com/
6969
- [A Beginners Guide to writing a Kicka** README](https://meakaakka.medium.com/a-beginners-guide-to-writing-a-kickass-readme-7ac01da88ab3)
7070
- [Tips for Creating Great README Docs](https://www.archbee.com/blog/readme-creating-tips)
7171

72-
## Get the exercise project files (or continue with the files you used in the previous chapter)
72+
## Get the exercise project files
7373

7474
<details> <summary>**Get the Python project example files**</summary>
7575
[Click this link to download](https://raw.githubusercontent.com/jhudsl/Reproducibility_in_Cancer_Informatics/main/chapter-zips/python-heatmap-chapt-8.zip).

0 commit comments

Comments
 (0)