Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CR reproducible project template? #258

Open
samumantha opened this issue Mar 16, 2024 · 0 comments
Open

Create CR reproducible project template? #258

samumantha opened this issue Mar 16, 2024 · 0 comments

Comments

@samumantha
Copy link
Contributor

samumantha commented Mar 16, 2024

Based on this lesson, with some more hints and suggestions.

From lesson:

project_name/
├── README.md # overview of the project
├── data/ # data files used in the project
│ ├── README.md # describes where data came from
│ └── sub-folder/ # may contain subdirectories
├── processed_data/ # intermediate files from the analysis
├── manuscript/ # manuscript describing the results
├── results/ # results of the analysis (data, tables, figures)
├── src/ # contains all code in the project
│ ├── LICENSE # license for your code
│ ├── requirements.txt # software requirements and dependencies
│ └── ...
└── doc/ # documentation for your project
├── index.rst
└── ...

Or suggest to use one of other existing ones eg from here: https://heidiseibold.ck.page/posts/setting-up-a-fair-and-reproducible-project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant