Skip to content

Commit

Permalink
bumped versions and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Apr 10, 2024
1 parent 316cc86 commit 94d9f36
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 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: 2.8.1
version: 2.8.2

source:
path: ../
Expand Down
8 changes: 5 additions & 3 deletions docs/content/News.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
snakePipes News
===============

snakePipes x.y.z
snakePipes 2.8.2
________________

* added SEACR peaks qc
* added external bed functionality for differential binding in ChIP-seq and ATAC-seq workflows
* added "allelic-counting" mode to mRNA-seq, allowing to count reads and run DGE from allelic bam files split e.g. by whatshap
* added support for custom model formula to mRNA-seq workflow
* fixed copyfile command for sampleSheet
* removed deprecated --force argument from mamba commands
* fixes #998
* fixes #997
* fixes #996


* fixes #994
* fixes #1000
* fixes #1001

snakePipes 2.8.1
----------------
Expand Down
3 changes: 3 additions & 0 deletions docs/content/workflows/mRNA-seq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ Like the other workflows, differential expression can be performed using the ``-

.. note:: The first entry defines which group of samples are control. This way, the order of comparison and likewise the sign of values can be changed. The DE analysis might fail if your sample names begin with a number. So watch out for that!


Optionally, the user may submit their desired model formula (without the leading tilda ``~``) with ``--formula``.

Differential Splicing
---------------------

Expand Down
2 changes: 1 addition & 1 deletion snakePipes/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.8.1'
__version__ = '2.8.2'
2 changes: 1 addition & 1 deletion snakePipes/shared/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# permitted here.
################################################################################
#
condaEnvDir: '/package/mamba/envs/snakepipesenvs/2.8.1'
condaEnvDir: '/package/mamba/envs/snakepipesenvs/2.8.2'
snakemakeOptions: ''
organismsDir: 'shared/organisms'
clusterConfig: 'shared/cluster.yaml'
Expand Down

0 comments on commit 94d9f36

Please sign in to comment.