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

Add README.md to the update checklist #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ This repo contains the following, in no particular order:

This repo is a skeleton for Snakemake pipelines and a Python toolkit.

- [ ] Modify `setup.py`
- [ ] modify `setup.py`
- [ ] update `conda-requirements-minimal.txt` with minimal requirements for the `client-tools` toolkit
- [ ] update `conda-requirements-test.txt` with minimal requirements for the `client-tools` unit testing
- [ ] update `pip-requirements.txt` with minimal requirements for the `client-tools` (prefer conda)
- [ ] update `src/python/pyclient` source code (search for terms: `PYCLIENT`, `pyclient`, `client-tools`
- [ ] modify `README.md`

## Install client-tools

Expand Down