Skip to content

Commit

Permalink
Update environment.yml
Browse files Browse the repository at this point in the history
Currently installs 1.9.1 which experiences a floating point error when running tombo resquiggle
  • Loading branch information
SwiftSeal committed Nov 29, 2022
1 parent a056d23 commit 249f71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- statsmodels>=0.13.2
- scikit-learn>=1.0.2
- pytorch::pytorch=1.11.0 # add channel prefix (pytorch::) to make sure the cuda version being installed?
- scipy
- scipy=1.7.3
- pandas
- samtools>=1.12 # will install dependence->htslib, which includes tabix and bgzip
- minimap2>=2.23
Expand Down

0 comments on commit 249f71a

Please sign in to comment.