You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/where-to-go.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ However, you will not always need all of them. As with so many things, it again
17
17
- You will want to consider workflow tools:
18
18
- When processing many files with many steps
19
19
- Steps or files may change
20
-
- Your main script, connecting your steps gets very long
20
+
- Your main script, connecting your steps, gets very long
21
21
- You are still collecting your input data
22
22
- ...
23
23
@@ -34,10 +34,10 @@ However, you will not always need all of them. As with so many things, it again
34
34
35
35
## Important for every project
36
36
37
-
- Clear file structure for your project
37
+
-A Clear directory/file structure for your project.
38
38
- Record your workflow and write it down in a script file.
39
-
- Create a dependency list and keep it updated, optimally in an environment file
40
-
- At least consider the possibility that someone, maybe you may want to reproduce your work
39
+
- Create a dependency list and keep it updated, optimally in an environment file.
40
+
- At least consider the possibility that someone, maybe you, may want to reproduce your work:
41
41
- Can you do something (small) to make it easier?
42
42
- If you have ideas, but no time: add an issue to your repository; maybe someone else wants to help.
43
43
@@ -52,6 +52,6 @@ Do you want to practice your reproducibility skills and get inspired by working
52
52
```
53
53
54
54
```{keypoints}
55
-
- Not everything in this lesson might be useful right now, but it is good to know that these things exist if you ever get in a situation that would require such solution.
55
+
- Not everything in this lesson might be useful right now, but it is good to know that these things exist if you ever get in a situation that would require such solutions.
56
56
- Caring about reproducibility makes work easier for the next person working on the project - and that might be you in a few years!
0 commit comments