# HG changeset patch # User iuc # Date 1574952369 0 # Node ID 9ef2d8eb8c30088e933c3ecf1a72a7a0590a5e96 # Parent 998726d0de24ac10339922d4ec791f256bb53d8b "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 7ea221c576832871e9e5876d6927887d567d4f98" diff -r 998726d0de24 -r 9ef2d8eb8c30 bcftools_norm.xml --- a/bcftools_norm.xml Thu Oct 10 03:53:18 2019 -0400 +++ b/bcftools_norm.xml Thu Nov 28 14:46:09 2019 +0000 @@ -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@