Skip to content

Commit

Permalink
Unpin pip (and snakemake)
Browse files Browse the repository at this point in the history
I think the reason for failure with snakemake 7.30.2 was that you had pip pinned - not quite sure why. Let's try this way - it should then work also with newest snakemake again, and older ones.
  • Loading branch information
corneliusroemer committed Jul 26, 2023
1 parent 2f2756e commit be119c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ channels:
dependencies:
- biopython>=1.74
- minimap2>=2.16
- pip=19.3.1
- pip
- python>=3.7
- snakemake-minimal=7.24.0
- snakemake-minimal!=7.30.2
- gofasta
- ucsc-fatovcf>=426
- usher>=0.5.4
Expand Down

0 comments on commit be119c7

Please sign in to comment.