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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Added the --callers parameter to specify the variant caller to use. Currently only haplotypecaller and vardict are supported.
Added the vardict variant caller.
Added the --vardict_min_af parameter to specify the minimum allele frequency for vardict. This option is also available in the samplesheet as vardict_min_af to set it dynamically per sample.
Added the --output_genomicsdb option to specify whether a GenomicsDB should be outputted or not. This will be true when using only_merge.
Added --normalize options for decomposing and normalizing of variants after calling and genotyping.
Added WGS, WES, SeqCap, HyperCap and seqplorer profiles that can be used to set the default parameters for these types of runs.
Improvements
Refactored the pipeline to accomodate future additions of variant callers and genotypers
Removed a lot of unnecessary bloat
Improved GenomicsDBImport (can now be multithreaded and runs a lot faster). This will make very big runs more possible.
Changed coverage_fast to mosdepth_slow, reversing the effect of the parameter. By default mosdepth will now be run with --fast-mode. This can be disabled using the new mosdepth_slow parameter.
Automatically merge the regions that are within 150 bps of eachother for the variant calling. This way it's ensured that indel calling happens correctly.
Fixes
Fixed an issue with the outputting of the validation PNG files, now all three types of PNGs are outputted.
Fixed a small issue where VCFs without a sample created by the callers could not be used by bcftools concat, these files will now be filtered from the input of the command.
Removed the --maxentscan parameter because this file is automatically present in the container