Closed kmosi0 closed 7 months ago
Sorry. PanPop pipeline Not support this yet.
You can use run_PART.pl to combine vcfs generated by svim-asm. Noted a pre-process is needed: perl scripts/long_caller_parser.pl --in {input.vcf} --out - --out_inv {output.inv_bed} --ref {input.ref} 2>>{log} | {BCFTOOLS} sort -O z -o {output.vcf}
OK, thank you very much!
I have the many assembled genome file, without the reads file. Could this pipeline support assembled genome file only? Thank you!