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 --output_suffix parameter to add a custom suffix to the basename of the output files.
Implemented files for the alphamissense plugin of VEP.
Added the --only_pass parameter to only output variants that have the PASS flag in the FILTER column. (This is only applied when --filter is also given)
Added the --keep_alt_contigs parameter. This will tell the pipeline to not filter out the alternate contigs, which will now be done by default.
Add dbsnp Ids to VCFs coming from vardict. This will be done automatically if a dbsnp VCF is given to the pipeline through the --dbsnp parameter.
Improvements
Updated the seqplorer profile so that the output filenames are correct for easy import
Changed the separator in --vcfanno_resources to ;
instead of , to allow commas in glob patterns.
Removed the reheader step from the vardict subworkflow and added a simple sed substitution to the vardictjava module
vcf2db now uses a python 2 environment to increase it's stability