# HG changeset patch # User iuc # Date 1574953548 18000 # Node ID 67e2bd1c45791c6624f0e61effdbdcea09f7161a # Parent da6fc9f4a367832b2e619f129a89564c817ca95f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 7ea221c576832871e9e5876d6927887d567d4f98" diff -r da6fc9f4a367 -r 67e2bd1c4579 bcftools_norm.xml --- a/bcftools_norm.xml Thu Oct 17 02:52:10 2019 -0400 +++ b/bcftools_norm.xml Thu Nov 28 10:05:48 2019 -0500 @@ -1,5 +1,5 @@ - + Left-align and normalize indels; check if REF alleles match the reference; split multiallelic sites into multiple rows; recover multiallelics from multiple rows norm @@ -7,6 +7,9 @@ + + gawk /) {print toupper($0)} else {print $0} }' '$input_fa_ref' > ref_upper.fa && +#set $input_fa_ref = 'ref_upper.fa' + #set $section = $sec_restrict @PREPARE_TARGETS_FILE@ @PREPARE_REGIONS_FILE@