Skip to content

Commit

Permalink
Merge pull request #686 from maxplanck-ie/minor_fixes_KS
Browse files Browse the repository at this point in the history
snakepipes meta.yaml
  • Loading branch information
katsikora committed Sep 8, 2020
2 parents f7e6650 + 60ca3c0 commit 8b93463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: snakepipes
version: 2.2.1
version: 2.2.2

source:
path: ../
Expand All @@ -11,9 +11,9 @@ build:

requirements:
host:
- python ==3.7
- python >=3
run:
- python ==3.7
- python >=3.7
- snakemake ==5.18.0
- pandas
- graphviz
Expand Down
1 change: 0 additions & 1 deletion docs/content/News.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ snakePipes 2.2.2

* Fix DAG inconsistencies for ChIP-seq and ATAC-seq ran fromBAM and from -d.
* DESeq2 Rmd file is not deleted anymore in noncoding-RNAseq.
* Python version is fixed at 3.7.
* Fixed labels in deepTools commands.
* Allele_info is now boolean.

Expand Down

0 comments on commit 8b93463

Please sign in to comment.