Skip to content

Commit

Permalink
remove install references to biopython (which is not used)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpow committed Jun 17, 2024
1 parent 5cf94b8 commit 6b3227f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PangolinColab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"id": "NpEQ3rtI9BI6"
},
"source": [
"!pip install pyvcf gffutils biopython pandas pyfastx\n",
"!pip install pyvcf gffutils pandas pyfastx\n",
"!git clone https://github.com/tkzeng/Pangolin.git\n",
"%cd Pangolin\n",
"!pip install .\n",
Expand Down Expand Up @@ -139,4 +139,4 @@
"outputs": []
}
]
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See below for information on usage and local installation.
* Install other dependencies:
```
conda install -c conda-forge pyvcf
pip install gffutils biopython pandas pyfastx
pip install gffutils pandas pyfastx
```
* Install Pangolin:
```
Expand Down

0 comments on commit 6b3227f

Please sign in to comment.