# HG changeset patch # User anton # Date 1410806890 14400 # Node ID 260173250dd217967d27f0c30cf19684a8eeacad # Parent 971da09d28aa6b45e576e7deced359a2075caafd Uploaded diff -r 971da09d28aa -r 260173250dd2 tool_dependencies.xml --- a/tool_dependencies.xml Wed Jun 25 16:34:01 2014 -0400 +++ b/tool_dependencies.xml Mon Sep 15 14:48:10 2014 -0400 @@ -1,6 +1,6 @@ - - + + diff -r 971da09d28aa -r 260173250dd2 vcfallelicprimitives.xml --- a/vcfallelicprimitives.xml Wed Jun 25 16:34:01 2014 -0400 +++ b/vcfallelicprimitives.xml Mon Sep 15 14:48:10 2014 -0400 @@ -1,41 +1,61 @@ + - - vcflib - - Split alleleic primitives (gaps or mismatches) into multiple VCF lines - cat "${input}" | vcfallelicprimitives ${m_option} -t "${t_option}" > "${out_file1}" - - - - - - - - - - - - - - - + Split alleleic primitives (gaps or mismatches) into multiple VCF lines + + vcflib + + + cat "${input}" | vcfallelicprimitives + ${m_option} + -t "${t_option}" + -L "${max_length}" + $keep_info + $keep_geno > "${out_file1}" + + + + + + + + + + + + + + + + + - + -If multiple alleleic primitives (gaps or mismatches) are specified in a single VCF record, this tools splits the record into multiple lines, but drops all INFO fields. "Pure" MNPs are split into multiple SNPs unless the -m flag is provided. Genotypes are phased where complex alleles have been decomposed, provided genotypes in the input. +If multiple alleleic primitives (gaps or mismatches) are specified in a single VCF record, this tools splits the record into multiple lines, but drops all INFO fields. +"Pure" MNPs are split into multiple SNPs unless the -m flag is provided. +Genotypes are phased where complex alleles have been decomposed, provided genotypes in the input. The options are:: - - --use-mnps (-m) - Retain MNPs as separate events - - --tag-parsed (-t) FLAG - Tag records which are split apart of a complex allele - with this flag + + -m, --use-mnps Retain MNPs as separate events (default: false). + -t, --tag-parsed FLAG Tag records which are split apart of a complex allele with this flag. + -L, --max-length LEN Do not manipulate records in which either the ALT or + REF is longer than LEN (default: 200). + -k, --keep-info Maintain site and allele-level annotations when decomposing. + Note that in many cases, such as multisample VCFs, these won't + be valid post-decomposition. For biallelic loci in single-sample + VCFs, they should be usable with caution. + -g, --keep-geno Maintain genotype-level annotations when decomposing. Similar + caution should be used for this as for --keep-info. ---- -Vcfallelicprimitives is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). +Vcfallelicprimitives is a part of VCFlib toolkit developed by Erik Garrison (https://github.com/ekg/vcflib). - + +