44
55This document tracks changes to the ` master ` branch of the profile.
66
7+ ## [ 0.1.0] - 18/01/2021
8+
9+ ### Added
10+
11+ - Version tagging to allow for user notification of changes to functionality
12+
13+ ### Changed
14+
15+ - Parameters given in the config file are now deduplicated. For instance, if a default
16+ for ` -q ` is given, and a rule specifies ` -q ` also, the rule's value for ` -q ` is chosen.
17+ Previously, parameters were just concatenated [[ #36 ] [ 36 ]]
18+
719## 23/10/2020
820
921### Changed
@@ -30,13 +42,14 @@ This document tracks changes to the `master` branch of the profile.
3042- Robust memory handling [ #18 ] [ 18 ] and [ #20 ] [ 20 ]
3143- README is now much more thorough [ #15 ] [ 15 ]
3244
33- [ 12 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/issues/12
34- [ 14 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/issues/14
35- [ 15 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/pull/15
36- [ 18 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/issues/18
37- [ 20 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/pull/20
38- [ 5 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/pull/5
39- [ 7 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/issues/7
40- [ 11 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/pull/11
41- [ 9 ] : https://github.com/Snakemake-Profiles/snakemake-lsf/pull/9
42-
45+ [ 12 ] : https://github.com/Snakemake-Profiles/lsf/issues/12
46+ [ 14 ] : https://github.com/Snakemake-Profiles/lsf/issues/14
47+ [ 15 ] : https://github.com/Snakemake-Profiles/lsf/pull/15
48+ [ 18 ] : https://github.com/Snakemake-Profiles/lsf/issues/18
49+ [ 20 ] : https://github.com/Snakemake-Profiles/lsf/pull/20
50+ [ 5 ] : https://github.com/Snakemake-Profiles/lsf/pull/5
51+ [ 7 ] : https://github.com/Snakemake-Profiles/lsf/issues/7
52+ [ 11 ] : https://github.com/Snakemake-Profiles/lsf/pull/11
53+ [ 9 ] : https://github.com/Snakemake-Profiles/lsf/pull/9
54+ [ 36 ] : https://github.com/Snakemake-Profiles/lsf/issues/36
55+ [ 0.1.0 ] : https://github.com/Snakemake-Profiles/lsf/releases/tag/0.1.0
0 commit comments