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
makeReport process used to fail with unaligned (u)BAMs as input because unaligned bams were excluded by default by xam_ingress. We fixed this by setting xam_ingress to keep the unaligned files as well.
bam and bai files from mapping the reads to the reference or draft assembly, depending on mode used, were previously missing from the output directory. They are now included.
Single sample reports incorrectly displaying 'de novo assembly failed' on successful samples.