Skip to content

Commit

Permalink
leave default opts empty; renorm
Browse files Browse the repository at this point in the history
  • Loading branch information
glennhickey committed Dec 9, 2024
1 parent 0b533c0 commit f60af88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cactus/cactus_progressive_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
<!-- vcfwaveOptions: options to pass to vcfwave (from vcflib) -->
<!-- vcfwaveNorm: run bcftools norm -f (left shift) after vcfwave -->
<!-- bcftoolsNorm: Run bcftools norm -f (left shifting) on (non-raw, non-wave) VCF output (may result in overlapping variants) -->
<!-- mergeDuplicatesOptions: Run merge_duplicates script with these options after bcftools norm to prevent multiple entries at the same position. If empty or 0, merge_duplicates will not be run. This applies to normalization as toggled by vcfwaveNorm and/or bctoolsNorm (and is ever run after bcftools norm) -->
<!-- mergeDuplicatesOptions: Run merge_duplicates script with these options (empty string means default options) after bcftools norm to prevent multiple entries at the same position. If "0", merge_duplicates will not be run. This applies to normalization as toggled by vcfwaveNorm and/or bctoolsNorm (and is ever run after bcftools norm) -->
<graphmap_join
maxNodeLength="1024"
gfaffix="1"
Expand All @@ -430,7 +430,7 @@
vcfwaveOptions="-I 1000"
vcfwaveNorm="1"
bcftoolsNorm="0"
mergeDuplicatesOptions="--merge-mis-as-ref"
mergeDuplicatesOptions=""
/>
<!-- hal2vg options -->
<!-- includeMinigraph: include minigraph node sequences as paths in output (note that cactus-graphmap-join will still remove them by default) -->
Expand Down

0 comments on commit f60af88

Please sign in to comment.