Skip to content

Commit

Permalink
Merge pull request #147 from ntadimeti/ntadimeti/hotfix
Browse files Browse the repository at this point in the history
Fix typo in training
  • Loading branch information
Joyjit Daw authored May 11, 2020
2 parents 6528734 + 196850a commit 6478eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_installation_requirments(file_path):
]

setup(name='atacworks',
version='0.2.0',
version='0.2.2',
description='NVIDIA genomics python libraries and utiliites',
author='NVIDIA Corporation',
url="https://github.com/clara-genomics/AtacWorks",
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial1.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Run step 7 as follows:
python $atacworks/scripts/main.py train \
--config configs/train_config.yaml \
--config_mparams configs/model_structure.yaml \
--train_files <path to folder containing all h5 files for training> \
--files_train <path to folder containing all h5 files for training> \
--val_files <path to folder containing all h5 files for validation>
```
See Appendix 2 below for an example.
Expand Down

0 comments on commit 6478eb3

Please sign in to comment.