Skip to content

Commit

Permalink
added python3 compatibilty note; improved unittest instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-joe-wirth committed Jul 16, 2024
1 parent 451616e commit 723f3ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ conda install -c conda-forge -c bioconda primerforge

> [!NOTE]
> This might take up to ten minutes.
> `primerForge` is incompatible with version of python3.8 and below and python3.12 and above.
```shell
git clone https://github.com/dr-joe-wirth/primerForge.git
Expand Down Expand Up @@ -58,10 +59,7 @@ Once installed and cloned, run the following commands to run the unit tests:
> Running `results_test.py` may take up to three hours to complete
```bash
python3 primerForge/bin/unit_tests/clock_test.py
python3 primerForge/bin/unit_tests/parameters_test.py
python3 primerForge/bin/unit_tests/primer_test.py
python3 primerForge/bin/unit_tests/results_test.py
python3 -m unittest discover -s .primerForge/bin/unit_tests/ -p "*_test.py"
```


Expand Down

0 comments on commit 723f3ea

Please sign in to comment.