Skip to content

Commit

Permalink
rm the pysam dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
aineniamh committed Apr 5, 2022
1 parent 98c871f commit 2bffc3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- python>=3.7
- snakemake-minimal<=6.8.0
- gofasta
- pysam==0.16.0.1
- ucsc-fatovcf>=426
- usher>=0.3.2
- git-lfs
Expand Down
2 changes: 1 addition & 1 deletion pangolin/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@

# Dependencies
dependency_list = ["gofasta","minimap2","snakemake"]
module_list = ["Bio","sklearn","pandas","joblib","pysam","pangoLEARN","constellations"]
module_list = ["Bio","sklearn","pandas","joblib","pangoLEARN","constellations"]

0 comments on commit 2bffc3d

Please sign in to comment.