hillerlab / make_lastz_chains

Portable solution to generate genome alignment chains using lastz
MIT License
43 stars 8 forks source link

Multiple Alignments #39

Open lutfia95 opened 10 months ago

lutfia95 commented 10 months ago

Dear Authors,

thank you very much for providing the pipeline! I would like to run the pipeline on different genomes together to compute whole genome alignment of different species to use them afterwards in TOGA. Assume we have 4 assemblies: hg38, mm10, xs1 and ml2. Can I apply something like this:

./make_chains.py hg38 mm10 xs1 ml2 /path/to/hg38.fasta /path/to/mm10.fasta /path/to/xs1.fasta /path/to/ml2.fasta

Best, Ahmad

MichaelHiller commented 10 months ago

no, the pipeline is strictly pairwise. For every run, you must specify 1 reference and 1 query genome.