Skip to content

Commit

Permalink
Merge pull request #406 from cov-lineages/pysam_rm
Browse files Browse the repository at this point in the history
rm the pysam dependency
  • Loading branch information
aineniamh authored Apr 5, 2022
2 parents 8ab6ac9 + 2bffc3d commit eac1116
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 eac1116

Please sign in to comment.