Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/where-to-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ However, you will not always need all of them. As with so many things, it again

## Important for every project

- A Clear directory/file structure for your project.
- A clear directory/file structure for your project.
- Record your workflow and write it down in a script file.
- Create a dependency list and keep it updated, optimally in an environment file.
- At least consider the possibility that someone, maybe you, may want to reproduce your work:
Expand All @@ -45,6 +45,8 @@ However, you will not always need all of them. As with so many things, it again

- [The Turing Way handbook to reproducible, ethical and collaborative data science](https://doi.org/10.5281/zenodo.3233853)
- [Reproducible research policies and software/data management in scientific computing journals: a survey, discussion, and perspectives](https://doi.org/10.3389/fcomp.2024.1491823)
- [Applying the FAIR Principles to computational workflows](https://doi.org/10.1038/s41597-025-04451-9)
- [Recommendations for the packaging and containerizing of bioinformatics software](https://doi.org/10.12688/f1000research.15140.2) (most of the recommendations and concepts should be transferable to other fields)
- ...

```{seealso}
Expand Down