diff --git a/docs/VERSION b/docs/VERSION index a84947d..6016e8a 100644 --- a/docs/VERSION +++ b/docs/VERSION @@ -1 +1 @@ -4.5.0 +4.6.0 diff --git a/docs/source/development/release_notes.rst b/docs/source/development/release_notes.rst index d9ebb62..1fd7f5a 100644 --- a/docs/source/development/release_notes.rst +++ b/docs/source/development/release_notes.rst @@ -9,6 +9,7 @@ The current release of GenPipes is |genpipes_version|. Following links point to the recent GenPipes release notes. +* :ref:`GenPipes 4.6.0` released on May 1, 2024 * :ref:`GenPipes 4.5.0` released on Feb 10, 2024 * :ref:`GenPipes 4.4.5` released on Nov 14, 2023 * :ref:`GenPipes 4.4.4` released on Sept 11, 2023 diff --git a/docs/source/development/relnotes/gp_4_6_0.rst b/docs/source/development/relnotes/gp_4_6_0.rst new file mode 100644 index 0000000..a67ec0e --- /dev/null +++ b/docs/source/development/relnotes/gp_4_6_0.rst @@ -0,0 +1,57 @@ +:orphan: + +.. _docs_gp_relnote_4_6_0: + +.. spelling:: + + genpipes + +GenPipes 4.6.0 Release Notes +============================ + +What's new? +----------- + +This is a medium release with bug-fixes: + +* General for all pipelines: + - Fixed an issue with using `zless` by replacing it with `zcat`. This issue recently appeared on alliance clusters and may have been related to the upgrades to the StdEnv module. We encourage all users working on alliance clusters to use the new version of GenPipes! +* `Amplicon Sequencing Pipeline `_ : + - Bug fixes and improved module loading in `qiime` protocol +* `Methyl Sequencing Pipeline `_ : + - Reverted **BisSNP** to v.0.82.2 because v.1.0.0 was outputting malformed vcf files + - Added gzipping of BisSNP output files +* `Tumor Pair Pipeline `_ : + - Fixed a bug with PCGR when pair name is longer than 35 characters + - Improved restarts +* `RNA Sequencing Pipeline `_ : + - Fixed a bug with **PCGR** when sample name is longer than 35 characters + - Minor changes to resource requests for improving efficiency +* `Chip Sequencing Pipeline `_ : + - Fixed an error that caused the same blacklist file to be used regardless of species and genome version specified. Use of a blacklist is now optional and users can now specify their desired blacklist file in their config file. +* `Cov Sequencing Pipeline `_ : + - The default version of amplicon scheme is now updated to v.5.3.2 + - The `pandoc` version for report generation to 2.16.2 + +Quick! Where can I find it? I can't wait! +------------------------------------------ + +* The latest release for GenPipes version 4.6.0 tarball is in: https://bitbucket.org/mugqic/genpipes/downloads/genpipes-4.6.0.tar.gz + +* The module mugqic/genpipes/4.6.0 is installed on AAbacus (MGC), Béluga, Graham, Cedar and Narval Compute Canada clusters. + +* The source code is in bitbucket: https://bitbucket.org/mugqic/genpipes + +* For latest GenPipes documentation, please refer to: https://genpipes.readthedocs.io/ + +Where is the detailed ChangeLog? +================================= + +A ChangeLog (`CHANGELOG.md `_) is available in the archive as well as in the repository. + +Since we use git, there are many ways to get the details in many formats. + +One of our preferred ways is to use `a script `_ written by the author of the Ray assembler: Sébastien Boisvert, which lists the commits by tag and author. + +Enjoy our pipelines installed on the many Compute Canada clusters! +We look forward to your feedback!