Skip to content

Commit

Permalink
Merge pull request #345 from maxplanck-ie/env_update
Browse files Browse the repository at this point in the history
Env update
  • Loading branch information
dpryan79 committed Nov 27, 2018
2 parents 1c4c344 + 393be59 commit a6cea0b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: snakepipes
version: 1.1.0
version: 1.1.1

source:
path: ../
Expand Down
6 changes: 6 additions & 0 deletions docs/content/News.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
snakePipes News
===============

snakePipes 1.1.1
----------------

* Fixed some conda environments so they could all be solved in a reasonable amount of time.
* Updated some WGBS memory limits

snakePipes 1.1.0
----------------

Expand Down
2 changes: 1 addition & 1 deletion snakePipes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.1.0'
__version__ = '1.1.1'
6 changes: 3 additions & 3 deletions snakePipes/shared/rules/envs/dna_mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ channels:
- conda-forge
- bioconda
dependencies:
- bowtie2 = 2.3.4.1
- qualimap = 2.2.2a
- samtools=1.7
- bowtie2 = 2.3.4.3
- qualimap = 2.2.2b
- samtools=1.9
4 changes: 2 additions & 2 deletions snakePipes/shared/rules/envs/hic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ channels:
dependencies:
- hicexplorer = 2.1.4
- bwa = 0.7.17
- samtools = 1.8
- python-dateutil = 2.7.3
- samtools = 1.9
- python-dateutil = 2.7.5

0 comments on commit a6cea0b

Please sign in to comment.