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

feat: roadmap #162

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,9 @@ In essence, every detail is configurable. Developers can be approached to add ne

## Progress

Currently, the LaTeX code contains TODO and FIXME items. They should all be removed and become githug issues. In order to list TODO items, run the `todo` script, e.g.
If you want to take part, contact us. We have an internal roadmap and meet on a regular basis (online).

```bash
$ todo slides/
```

Otherwise, create issue reports.
To get an idea of our roadmap, [take a look at it](https://github.com/cmeesters/snakemake-hpc-teaching-material/Roadmap.md).

## LaTeX specialities

Expand Down
10 changes: 10 additions & 0 deletions Roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Roadmap

- [ ] introducing parallel execution (systematically) `threads` and more - to be implemented Oct/Nov 24
- [ ] benchmarking - to be implemented Oct/Nov 24
- [*] Task(s) as Parson problems - first introduced in PR #158
- [ ] group jobs vs. wrappers with task setting Oct24
- [ ] more Parson problem task settings
- [ ] remote files - no date set
- [ ] MPI-examples with task - Dec24

Loading