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
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
10
10
### `Fixed`
11
11
12
12
-[#690](https://github.com/nf-core/eager/pull/690) - Fixed ANGSD output mode for beagle by setting `-doMajorMinor 1` as default in that case
13
-
-[#666](https://github.com/nf-core/eager/issues/666) - Fixed input file staging for `print_nuclear_contamination`
14
-
-[#631](https://github.com/nf-core/eager/issues/631) - Update minimum Nextflow version to 20.07.1, due to unfortunate bug in Nextflow 20.04.1 causing eager to crash if patch pulled
15
-
- Made MultiQC crash behaviour stricter when dealing with large datasets, as reported by @ashildv
16
-
-[#652](https://github.com/nf-core/eager/issues/652) Added note to documentation that when using `--skip_collapse` this will use _paired-end_ alignment mode with mappers when using PE data
17
-
-[#626](https://github.com/nf-core/eager/issues/626) - Add additional checks to ensure pipeline will give useful error if cells of a TSV column are empty
18
-
- Added note to documentation that when using `--skip_collapse` this will use _paired-end_ alignment mode with mappers when using PE data. `
19
-
-[#673](https://github.com/nf-core/eager/pull/673) Fix Kraken database loading when loading from directory instead of compressed file.
20
-
-[#688](https://github.com/nf-core/eager/issues/668) - Allow pipeline to complete, even if Qualimap crashes due to an empty or corrupt BAM file for one sample/library
21
-
-[#683](https://github.com/nf-core/eager/pull/683) - Sets `--igenomes_ignore` to true by default, as rarely used by users currently and makes resolving configs less complex.
22
-
- Added exit code `140` to re-tryable exit code list to account for certain scheduler wall-time limit fails.
23
-
-[672](https://github.com/nf-core/eager/issues/672) - Removed java parameter from picard tools which could cause memory issues
24
-
-[679](https://github.com/nf-core/eager/issues/679) - Refactor within-process bash conditions to groovy/nextflow, due to incompatibility with some servers environments
**A fully reproducible and state-of-the-art ancient DNA analysis pipeline**.
4
4
5
5
[](https://github.com/nf-core/eager/actions)
Copy file name to clipboardExpand all lines: docs/output.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -551,6 +551,8 @@ Note that many of the statistics from this module are displayed in the General S
551
551
552
552
You will receive output for each *sample*. This means you will statistics of deduplicated values of all types of libraries combined in a single value (i.e. non-UDG treated, full-UDG, paired-end, single-end all together).
553
553
554
+
:warning: If your library has no reads mapping to the reference, this will result in an empty BAM file. Qualimap will therefore not produce any output even if a BAM exists!
555
+
554
556
#### Coverage Histogram
555
557
556
558
This plot shows on the Y axis the range of fold coverages that the bases of the reference genome are possibly covered by. The Y axis shows the number of bases that were covered at the given fold coverage depth as indicated on the Y axis.
Copy file name to clipboardExpand all lines: docs/usage.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -413,6 +413,14 @@ they are unique (e.g. if one library was sequenced on Lane 8 of two HiSeq runs,
413
413
specify lanes as 8 and 16 for each FASTQ file respectively). For library merging
414
414
errors, you must modify your `Library_ID`s accordingly, to make them unique.
415
415
416
+
### A library or sample is missing in my MultiQC report
417
+
418
+
In some cases it maybe no output log is produced by a particular tool for MultiQC. Therefore this sample will not be displayed.
419
+
420
+
Known cases include:
421
+
422
+
- Qualimap: there will be no MultiQC output if the BAM file is empty. An empty BAM file causes Qualimap to crash - this is crash is ignored by nf-core/eager (to allow the rest of the pipeline to continue) and will therefore have no log file for that particular sample/library
0 commit comments