hewm2008 / NGenomeSyn

Any Way to Show Multi genomic Synteny
MIT License
150 stars 17 forks source link

error with run2.sh in example1/ directory #9

Closed dillnelson2o closed 4 months ago

dillnelson2o commented 6 months ago

I get this error when running the script run2.sh my data is in the .fa/.gff format, what type of format data is best to use to start the analysis.

Thank You,

Dillon

Screenshot 2024-03-05 at 10 42 32 AM
hewm2008 commented 6 months ago

A: If species are far away, gene protein comparison is generally used (blastp diamond and then mcscan are used to find collinear blocks) B: The species are close, and genome data analysis is used directly. (Generally, for genomes of the same species and different species, use minimap2 mummer to find collinear regions)

      Your two species are too far apart. No collinear blocks can be found from DNA. It is recommended to use proteins to find collinear blocks first.