Open JanMiao opened 1 year ago
Great question. This was something I wanted to implement for my own tests and benchmarking but never did. So unfortunately, you need to re-run for each separate value.
And to be honest, I don't think this feature will be coming any time soon -- we're in the process of moving away from the filtered graphs altogether and using vg/giraffe to dynamically extract "sample" graphs based on kmers in the reads. I'll update the cactus documentation to suggest this new workflow as soon as it's fully tested.
Hello! I am using The Minigraph-Cactus Pangenome Pipeline to construct the pan-genome of pigs. I know that different pan-genomes can be obtained by setting the value of the parameter
filter
incactus-graphmap-join
. As you mentioned, you found that thegiraffe
mapping works best whenfilter=9
is used for constructing the human pan-genome. I would also like to try differentfilter
to see how they affect giraffe mapping. Is there a simple way to generate pan-genomes with different filter values, other than repeatedly runningcactus-graphmap-join
with differentfilter
value?