For technical reasons, I'd like to pre-process alignments with graphtyper bamshrink and then running graphtyper genotype --no_bamshrink afterwards.
Is there a set of options I can provide to graphtyper bamshrink such that running graphtyper genotype --no_bamshrink on the output would yield equivalent results to just running graphtyper genotype?
I was playing around with settings in graphtyper bamshrink and comparing to the tmp BAM output from graphtyper genotype -a --no_cleanup, but I end up with different reads in the two outputs.
For technical reasons, I'd like to pre-process alignments with
graphtyper bamshrinkand then runninggraphtyper genotype --no_bamshrinkafterwards.Is there a set of options I can provide to
graphtyper bamshrinksuch that runninggraphtyper genotype --no_bamshrinkon the output would yield equivalent results to just runninggraphtyper genotype?I was playing around with settings in
graphtyper bamshrinkand comparing to the tmp BAM output fromgraphtyper genotype -a --no_cleanup, but I end up with different reads in the two outputs.