Skip to content

Releases: nf-core/eager

[2.4.0] - Wangen - 2021-09-14

14 Sep 16:54
cc66639
Compare
Choose a tag to compare

Added

  • #317 Added bcftools stats for general genotyping statistics of VCF files
  • #651 - Adds removal of adapters specified in an AdapterRemoval adapter list file
  • #642 and #431 adds post-adapter removal barcode/fastq trimming
  • #769 - Adds lc_extrap mode to preseq (suggested by @roberta-davidson)

Fixed

  • Fixed some missing or incorrectly reported software versions
  • #771 Remove legacy code
  • Improved output documentation for MultiQC general stats table (thanks to @KathrinNaegele and @esalmela)
  • Improved output documentation for BowTie2 (thanks to @isinaltinkaya)
  • #612 Updated BAM trimming defaults to 0 to ensure no unwanted trimming when mixing half-UDG with no-UDG (thanks to @scarlhoff)
  • #722 Updated BWA mapping mapping parameters to latest recommendations - primarily alnn back to 0.01 and alno to 2 as per Oliva et al. 2021 (10.1093/bib/bbab076)
  • Updated workflow diagrams to reflect latest functionality
  • #787 Adds memory specification flags for the GATK UnifiedGenotyper and HaplotyperCaller steps (thanks to @nylander)
  • Fixed issue where MultiVCFAnalyzer would not pick up newly generated VCF files, when specifying additional VCF files.
  • #790 Fixed kraken2 report file-name collision when sample names have . in them
  • #792 Fixed java error messages for AdapterRemovalFixPrefix being hidden in output
  • #794 Aligned default test profile with nf-core standards (test_tsv is now test)

Dependencies

  • Bumped python: 3.7.3 -> 3.9.4
  • Bumped markdown: 3.2.2 -> 3.3.4
  • Bumped pymdown-extensions: 7.1 -> 8.2
  • Bumped pyments: 2.6.1 -> 2.9.0
  • Bumped adapterremoval: 2.3.1 -> 2.3.2
  • Bumped picard: 2.22.9 -> 2.26.0
  • Bumped samtools 1.9 -> 1.12
  • Bumped angsd: 0.933 -> 0.935
  • Bumped gatk4: 4.1.7.0 -> 4.2.0.0
  • Bumped multiqc: 1.10.1 -> 1.11
  • Bumped bedtools 2.29.2 -> 2.30.0
  • Bumped libiconv: 1.15 -> 1.16
  • Bumped preseq: 2.0.3 -> 3.1.2
  • Bumped bamutil: 1.0.14 -> 1.0.15
  • Bumped pysam: 0.15.4 -> 0.16.0
  • Bumped kraken2: 2.1.1 -> 2.1.2
  • Bumped pandas: 1.0.4 -> 1.2.4
  • Bumped freebayes: 1.3.2 -> 1.3.5
  • Bumped biopython: 1.76 -> 1.79
  • Bumped xopen: 0.9.0 -> 1.1.0
  • Bumped bowtie2: 2.4.2 -> 2.4.4
  • Bumped mapdamage2: 2.2.0 -> 2.2.1
  • Bumped bbmap: 38.87 -> 38.92
  • Added bcftools: 1.12

Deprecated

[2.3.5] - Aalen (Patch) - 2021-06-04

04 Jun 06:17
70e3d27
Compare
Choose a tag to compare

Added

  • #722 - Adds bwa -o flag for more flexibility in bwa parameters
  • #736 - Add printing of multiqc run report location on successful completion
  • New logo that is more visible when a user is using darkmode on GitHub or nf-core website!

Fixed

  • #723 - Fixes empty fields in TSV resulting in uninformative error
  • Updated template to nf-core/tools 1.14
  • #688 - Clarified the pipeline is not just for humans and microbes, but also plants and animals, and also for modern DNA
  • #751 - Added missing label to mtnucratio
  • General code cleanup and standardisation of parameters with no default setting
  • #750 - Fixed piped commands requesting the same number of CPUs at each command step
  • #757 - Removed confusing 'Data Type' variable from MultiQC workflow summary (not consistent with TSV input)
  • #759 - Fixed malformed software scraping regex that resulted in N/A in MultiQC report
  • #761 - Fixed issues related to instability of samtools filtering related CI tests

Dependencies

Deprecated

[2.3.4] - Aalen (Patch) - 2021-05-05

05 May 11:23
10bfbdf
Compare
Choose a tag to compare

Added

  • #729 Added Bowtie2 flag --maxins for PE mapping modern DNA mapping contexts

Fixed

  • Corrected explanation of the "--min_adap_overlap" parameter for AdapterRemoval in the docs
  • #725 bwa_index doc update
  • Re-adds gzip piping to AdapterRemovalFixPrefix to speed up process after reports of being very slow
  • Updated DamageProfiler citation from bioRxiv to publication

Dependencies

  • Removed pinning of tbb (upstream bug in bioconda fixed)
  • Bumped pigz to 2.6 to fix rare stall bug when compressing data after AdapterRemoval
  • Bumped Bowtie2 to 2.4.2 to fix issues with tbb version

Deprecated

[2.3.3] - Aalen (Patch) - 2021-04-08

08 Apr 11:37
ad8e41a
Compare
Choose a tag to compare

Added

  • #349 - Added option enabling platypus formatted output of pmdtools misincorporation frequencies.

Fixed

  • #719 - Fix filename for bam output of mapdamage_rescaling
  • #707 - Fix typo in UnifiedGenotyper IndelRealigner command
  • Fixed some Java tools not following process memory specifications
  • Updated template to nf-core/tools 1.13.2
  • #711 - Fix conditional execution preventing multivcfanalyze to run
  • #714 - Fixes bug in nuc contamination by upgrading to latest MultiQC v1.10.1 bugfix release

Dependencies

Deprecated

[2.3.2] - Aalen (Patch) - 2021-03-16

16 Mar 15:30
b5a8f0f
Compare
Choose a tag to compare

Added

  • #687 - Adds Kraken2 unique kmer counting report
  • #676 - Refactor help message / summary message formatting to automatic versions using nf-core library
  • #682 - Add AdapterRemoval --qualitymax flag to allow FASTQ Phred score range max more than 41

Fixed

  • #666 - Fixed input file staging for print_nuclear_contamination
  • #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
  • Made MultiQC crash behaviour stricter when dealing with large datasets, as reported by @ashildv
  • #652 - Added note to documentation that when using --skip_collapse this will use paired-end alignment mode with mappers when using PE data
  • #626 - Add additional checks to ensure pipeline will give useful error if cells of a TSV column are empty
  • Added note to documentation that when using --skip_collapse this will use paired-end alignment mode with mappers when using PE data
  • #673 - Fix Kraken database loading when loading from directory instead of compressed file
  • #688 - Allow pipeline to complete, even if Qualimap crashes due to an empty or corrupt BAM file for one sample/library
  • #683 - Sets --igenomes_ignore to true by default, as rarely used by users currently and makes resolving configs less complex
  • Added exit code 140 to re-tryable exit code list to account for certain scheduler wall-time limit fails
  • #672 - Removed java parameter from picard tools which could cause memory issues
  • #679 - Refactor within-process bash conditions to groovy/nextflow, due to incompatibility with some servers environments
  • #690 - Fixed ANGSD output mode for beagle by setting -doMajorMinor 1 as default in that case
  • #693 - Fixed broken TSV input validation for the Colour Chemistry column
  • #695 - Fixed incorrect -profile order in tutorials (originally written reversed due to nextflow bug)
  • #653 - Fixed file collision errors with sexdeterrmine for two same-named libraries with different strandedness

Dependencies

  • Bumped MultiQC to 1.10 for improved functionality
  • Bumped HOPS to 0.35 for MultiQC 1.10 compatibility

[2.3.1] - Aalen (Patch) - 2021-01-14

14 Jan 13:20
29b6e14
Compare
Choose a tag to compare

Added

Fixed

  • #654 - Fixed some values in JSON schema (used in launch GUI) not passing validation checks during run
  • #655 - Updated read groups for all mappers to allow proper GATK validation
  • Fixed issue with Docker container not being pullable by Nextflow due to version-number inconsistencies

Dependencies

Deprecated

[2.3.0] - Aalen - 2020-10-21

11 Jan 12:02
0bc87f3
Compare
Choose a tag to compare

Added

  • Major #640 - Added a pre-metagenomic screening filtering of low-sequence complexity reads with bbduk
  • Major #583 - Added mapDamage2 rescaling of BAM files to remove damage
  • Updated usage (merging files) and workflow images reflecting new functionality.

Fixed

  • Removed leftover old DockerHub push CI commands.
  • #627 - Added de Barros Damgaard citation to README
  • #630 - Better handling of Qualimap memory requirements and error strategy.
  • Fixed some incomplete schema options to ensure users supply valid input values
  • Major #638 Fixed inverted circularfilter filtering (previously filtering would happen by default, not when requested by user as originally recorded in documentation)
  • DeDup: Fixed Null Pointer Bug in DeDup by updating to 0.12.8 version
  • #650 - Increased memory given to FastQC for larger files by making it multithreaded

Dependencies

  • Update: DeDup v0.12.7 to v0.12.8

[2.2.2] - Ulm (Patch) - 2020-12-09

09 Dec 07:50
85e2e32
Compare
Choose a tag to compare

Added

  • Added large scale 'stress-test' profile for AWS (using de Barros Damgaard et al. 2018's 137 ancient human genomes).
    • This will now be run automatically for every release. All processed data will be available on the nf-core website: https://nf-co.re/eager/results
      • You can run this yourself using -profile test_full

Fixed

  • Fixed AWS full test profile.
  • #587 - Re-implemented AdapterRemovalFixPrefix for DeDup compatibility of including singletons
  • #602 - Added the newly available GATK 3.5 conda package.
  • #610 - Create bwa_index channel when specifying circularmapper as mapper
  • Updated template to nf-core/tools 1.12.1
  • General documentation improvements

Deprecated

  • Flag --gatk_ug_jar has now been removed as GATK 3.5 is now avaliable within the nf-core/eager software environment.

[2.2.1] - Ulm (Patch) - 2020-10-29

29 Oct 18:27
7971d89
Compare
Choose a tag to compare

Fixed

  • #591 - Fixed offset underlines in lane merging diagram in docs
  • #592 - Fixed issue where supplying Bowtie2 index reported missing bwamem_index error
  • #590 - Removed redundant dockstore.yml from root
  • #596 - Add workaround for issue regarding gzipped FASTAs and pre-built indices
  • #589 - Updated template to nf-core/tools 1.11
  • #582 - Clarify memory limit issue on FAQ

[2.2.0] - Ulm - 2020-10-21

21 Oct 08:14
b1ae5ad
Compare
Choose a tag to compare

Added

  • Major Automated cloud tests with large-scale data on AWS
  • Major Re-wrote input logic to accept a TSV 'map' file in addition to direct paths to FASTQ files
  • Major Added JSON Schema, enabling web GUI for configuration of pipeline available here
  • Major Lane and library merging implemented
    • When using TSV input, one library with the multiple lanes will be merged together, before mapping
      • Strip FASTQ will also produce a lane merged 'raw' but 'stripped' FASTQ file
    • When using TSV input, one sample with multiple (same treatment) libraries will be merged together
    • Important: direct FASTQ paths will not have this functionality. TSV is required.
  • #40 - Added the pileupCaller genotyper from sequenceTools
  • Added validation check and clearer error message when --fasta_index is provided and filepath does not end in .fai.
  • Improved error messages
  • Added ability for automated emails using mailutils to also send MultiQC reports
  • General documentation additions, cleaning, and updated figures with CC-BY license
  • Added large 'full size' dataset test-profiles for ancient fish and human contexts human
  • #257 - Added the bowtie2 aligner as option for mapping, following Poullet and Orlando 2020 doi: 10.3389/fevo.2020.00105
  • #451 - Adds ANGSD genotype likelihood calculations as an alternative to typical 'genotypers'
  • #566 - Add tutorials on how to set up nf-core/eager for different contexts
  • Nuclear contamination results are now shown in the MultiQC report
  • Tutorial on how to use profiles for reproducible science (i.e. parameter sharing between different groups)
  • #522 - Added post-mapping length filter to assist in more realistic endogenous DNA calculations
  • #512 - Added flexible trimming of BAMs by library type. 'half' and 'none' UDG libraries can now be trimmed differentially within a single eager run.
  • Added a .dockstore.yml config file for automatic workflow registration with dockstore.org
  • Updated template to nf-core/tools 1.10.2
  • #544 - Add script to perform bam filtering on fragment length
  • #456 - Bumps the base (default) runtime of all processes to 4 hours, and set shorter time limits for test profiles (1 hour)
  • #552 - Adds optional creation of MALT SAM files alongside RMA6 files
  • Added eigenstrat snp coverage statistics to MultiQC report. Process results are published in genotyping/*_eigenstrat_coverage.txt.

Fixed

  • #368 - Fixed the profile test to contain a parameter for --paired_end
  • Mini bugfix for typo in line 1260+1261
  • #374 - Fixed output documentation rendering not containing images
  • #379 - Fixed insufficient memory requirements for FASTQC edge case
  • #390 - Renamed clipped/merged output directory to be more descriptive
  • #398 - Stopped incompatible FASTA indexes being accepted
  • #400 - Set correct recommended bwa mapping parameters from Schubert et al. 2012
  • #410 - Fixed nf-core/configs not being loaded properly
  • #473 - Fixed bug in sexdet_process on AWS
  • #444 - Provide option for preserving realigned bam + index
  • Fixed deduplication output logic. Will now pass along only the post-rmdup bams if duplicate removal is not skipped, instead of both the post-rmdup and pre-rmdup bams
  • #497 - Simplifies number of parameters required to run bam filtering
  • #501 - Adds additional validation checks for MALT/MaltExtract database input files
  • #508 - Made Markduplicates default dedupper due to narrower context specificity of dedup
  • #516 - Made bedtools not report out of memory exit code when warning of inconsistent FASTA/Bed entry names
  • #504 - Removed uninformative sexdeterrmine-snps plot from MultiQC report.
  • Nuclear contamination is now reported with the correct library names.
  • #531 - Renamed 'FASTQ stripping' to 'host removal'
  • Merged all tutorials and FAQs into usage.md for display on nf-co.re
  • Corrected header of nuclear contamination table (nuclear_contamination.txt).
  • Fixed a bug with nSNPs definition in print_x_contamination.py. Number of SNPs now correctly reported
  • print_x_contamination.py now correctly converts all NA values to "N/A"
  • Increased amount of memory MultiQC by default uses, to account for very large nf-core/eager runs (e.g. >1000 samples)

Dependencies

  • Added sequenceTools (1.4.0.6) that adds the ability to do genotyping with the 'pileupCaller'
  • Latest version of DeDup (0.12.6) which now reports mapped reads after deduplication
  • #560 Latest version of Dedup (0.12.7), which now correctly reports deduplication statistics based on calculations of mapped reads only (prior denominator was total reads of BAM file)
  • Latest version of ANGSD (0.933) which doesn't seg fault when running contamination on BAMs with insufficient reads
  • Latest version of MultiQC (1.9) with support for lots of extra tools in the pipeline (MALT, SexDetERRmine, DamageProfiler, MultiVCFAnalyzer)
  • Latest versions of Pygments (7.1), Pymdown-Extensions (2.6.1) and Markdown (3.2.2) for documentation output
  • Latest version of Picard (2.22.9)
  • Latest version of GATK4 (4.1.7.0)
  • Latest version of sequenceTools (1.4.0.6)
  • Latest version of fastP (0.20.1)
  • Latest version of Kraken2 (2.0.9beta)
  • Latest version of FreeBayes (1.3.2)
  • Latest version of xopen (0.9.0)
  • Added Bowtie 2 (2.4.1)
  • Latest version of Sex.DetERRmine (1.1.2)
  • Latest version of endorS.py (0.4)