Skip to content
Open
Show file tree
Hide file tree
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
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