Hello,
I want to use MCScanX to see the synteny blocks for my weed draft genome and maize genome. I downloaded maize genome from NCBI. Then I prepared .blast and .gff file and run ./MCScanX according to the manual, however, in the collinearity result file, it showed:
############### Parameters ###############
# MATCH_SCORE: 50
# MATCH_SIZE: 5
# GAP_PENALTY: -1
# OVERLAP_WINDOW: 5
# E_VALUE: 1e-05
# MAX GAPS: 25
############### Statistics ###############
# Number of collinear genes: 0, Percentage: 0.00
# Number of all genes: 1
##########################################
Besides, there is no .tandem file and html is empty. Does anybody can tell me the reason about this? Thanks.
Zhang
My draft genome has no chr name, only scaffold name. I creat a link for .blast and .gff files. Could you please have a look? Thanks. https://filemover.auburn.edu/files/files/1505337598_goosemaize.blast https://filemover.auburn.edu/files/files/1505337635_goosemaize.gff
As you can see, you have ".t1" is present with gene name in blast output file, but not in gff file. Either remove it from blast output or add to gff file.
I have removed it from blast output. Now the gene name in gff file and blast output file is same, but it still doesn't work. Could you please have a look again? Here is the link:
https://filemover.auburn.edu/files/files/1505917638_goosemaize.blast https://filemover.auburn.edu/files/files/1505917678_goosemaize.gff
Thank you so much!
what command you have used for blastall?
Here is the script for blastall: blastp -db /mcScanX/goose_maize -query /mcScanX/goose_maize.fa -out /mcScanX/goose_maize.blast -evalue 1e-10 -outfmt 6 -num_threads 20 -num_alignments 5
remove this: -num_alignments 5
Thanks. I have tried, but it still doesn't work. The log file showed:
I solved this by making sure that both the .blast and the .gff files were TAB-delimited. I had the same "0 matches imported" problem when the .gff file was space-delimited.
The
tr
command can be used to change it easily:```bash < file.gff tr ' ' '\t' > file_tab.gff
Hi,
I have solved this problem, but I got a very strange circle. Could you please see the new post: Very strange circle from MCScanX
Thanks.
Hi, I run into the same problem, how do you solve it? Thanks in advance
whats the solution? facing the same problem.
Hii Anjali,
Did you find solution for this issue. Can you please help me to fix this.
can you share your files so that we can go through them to know the problem?
Hii
I am also struggling with same problem. Can you help me out how to fix this issue. I tried checking blast file and gff file ids . All are same. So please help me with your experience to fix this.
Hi! I used SyMAP instead of MCScan.