schneebergerlab / fixchr

MIT License
12 stars 1 forks source link

Does fixchr support coord files (from mummer/nucmer)? #7

Closed kuangzhuoran closed 11 months ago

kuangzhuoran commented 11 months ago

when set "fixchr -F T", What does this Table file refer to? my command is: "nucmer --mum --mincluster 500 -t 30 $geo1 $geo2 -p XD"

mnshgl0110 commented 11 months ago

Sorry for the incomplete documentation. Yes, you can use coords file from fixchr. To generate the suitable coords file from the nucmer output (.delta) file use the following:

show-coords -THrd <input>.delta > <output>.coords
kuangzhuoran commented 11 months ago

Thanks a lot Do delta files need to be filtered?

mnshgl0110 commented 11 months ago

It is better to filter out low-quality alignments.

kuangzhuoran commented 11 months ago

thanks a lott