You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,20 +9,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### `Added`
11
11
12
+
***Major** Automated Cloud Tests with large-scale data on [AWS](https://aws.amazon.com/)
13
+
***Major** Re-wrote input logic to accept a TSV 'map' file in addition to direct paths to FASTQ
14
+
***Major** Lane and library merging implement
15
+
* When using TSV input, one libraries with the multiple _lane_ will be merged together, before mapping
16
+
* Strip FASTQ will also produce a lane merged 'raw' but 'stripped' FASTQ file
17
+
* When using TSV input, one sample with multiple (same treatment) libraries will be merged together.
18
+
* Important: direct FASTQ paths will not have this functionality. TSV is required.
12
19
* Added sanity check and clearer error message when `--fasta_index` is provided and filepath does not end in `.fai`.
20
+
* Added basic json_schema
21
+
* Improved error messages
22
+
* Added ability for automated emails using `mailutils` to also send MultiQC reports
23
+
* General documentation additions and cleaning, updated figures with CC-BY license
13
24
14
25
### `Fixed`
15
26
16
27
*[#368](https://github.com/nf-core/eager/issues/368) - Fixed the profile `test` to contain a parameter for `--paired_end`.
17
28
* Mini bugfix for typo in line 1260+1261
18
-
*Added basic json_schema
29
+
*[#374](https://github.com/nf-core/eager/issues/374) - Fixed output documentation rendering not containing images
19
30
*[#379](https://github.com/nf-core/eager/issues/378) - Fixed insufficient memory requirements for FASTQC edge case
20
-
* Set correct recommended bwa mapping parameters from [Schubert et al. 2012](https://doi.org/10.1186/1471-2164-13-178)
31
+
*[#390](https://github.com/nf-core/eager/issues/390) - Renamed clipped/merged output directory to be more descriptive
32
+
*[#398](https://github.com/nf-core/eager/issues/498) - Stopped incompatible FASTA indexes being accepted
33
+
*[#400](https://github.com/nf-core/eager/issues/400) - Set correct recommended bwa mapping parameters from [Schubert et al. 2012](https://doi.org/10.1186/1471-2164-13-178)
34
+
*[#410](https://github.com/nf-core/eager/issues/410) - Fixed nf-core/configs not being loaded properly
35
+
* Increase MultiQC process memory requirements to ensure enough memory for large runs
21
36
22
37
### `Dependencies`
23
38
24
39
* Latest version of DeDup (0.12.6) which now reports mapped reads after deduplication
25
-
* Latest version of ANGSD (0.933) which doesn't seg fault when running contamination on BAMs with insufficent reads
40
+
* Latest version of ANGSD (0.933) which doesn't seg fault when running contamination on BAMs with insufficient reads
0 commit comments