mikolmogorov / maf2synteny

A tool for recovering synteny blocks from multiple alignment
Other
29 stars 7 forks source link

parameters info #1

Closed ricky-lim closed 5 years ago

ricky-lim commented 5 years ago

Could you provide more details explanations on the parameters of the CLI (maf2synteny), please?

What does the block_sizes mean if supplied as a list of ints, does it refer to the length of each reference genome in the MAF file? and the default simplification parameters, what does it mean?

Many thanks in advance. Look forward to hearing from you.

Cheers

mikolmogorov commented 5 years ago

Hi,

This module is actually a part of Ragout (https://github.com/fenderglass/Ragout) - I would recommend to use the version from that repository as it contains more recent updates (the binary will be at bin/ragout-maf2synteny after compilation).

Out recent paper (https://genome.cshlp.org/content/early/2018/10/19/gr.236273.118) describes the block_size and the other parameters and their effects on final results - I would recommend starting from there. Let me know if you have more questions.

ricky-lim commented 5 years ago

Thanks for the reference.

Cheers!