You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First you need to install pyensembl (and the other dependencies listed at the bottom) and download the reference genome you will use by running one of the following.
Finally, download the AGFusion database for your reference genome (downloaded from [here](https://github.com/murphycj/AGFusionDB)).
200
-
201
-
```
202
-
For GRCh38/hg38:
203
-
agfusion download -g hg38
204
-
205
-
For GRCh37/hg19:
206
-
agfusion download -g hg19
207
-
208
-
For GRCm38/mm10:
209
-
agfusion download -g mm10
210
-
```
211
-
212
-
You can view all supported species and ensembl releases with ```agfusion download -a```. Due to limitations in pyensembl, the maximum supported Ensembl release is 87.
213
-
214
-
# Dependencies
215
-
216
-
* Python 3.7 or higher
217
-
* Python package dependencies are listed in [requirements.txt](https://github.com/murphycj/AGFusion/blob/master/requirements.txt).
218
-
219
218
# Troubleshooting
220
219
221
220
**(1) Problem:** I get a warning message like the following:
0 commit comments