Skip to content

Commit

Permalink
add 3.8 to python command
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer authored Jan 14, 2023
1 parent 8c26059 commit 4ca8511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu122.04, mixed mode,
## Setup python environment

```
python -m venv HIVE-seq-py3.8
python3.8 -m venv HIVE-seq-py3.8
source HIVE-seq-py3.8/bin/activate
Expand All @@ -51,4 +51,4 @@ cd HIVE-analysis
~/repos/HIVE-seq/hive.sh barcode11.fastq . ~/repos/HIVE-seq/ref/HXB2_trimmed.fasta ~/repos/HIVE-seq/ref/HXB2_AA_17Jul20.gff ~/install/picard-2.27.5/picard.jar > HIVE.log 2>&1
```
```

0 comments on commit 4ca8511

Please sign in to comment.