-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No result after run commands #53
Comments
Hey, |
Same for me, it's not working. I am using the right .gff input data (according to other users since there is conflicting info in the man pages here) -> chr gene start stop. Anyone got this software running? |
Sorry guys, I could not fix the problem and gave up MCScanX.
But I'm using Synima (Synteny Imager) which makes the Synteny analysis
using three software options (orthofinder, OrthoMCL, RBH) and plots good
quality Synteny graphs
😊
Em ter., 10 de jan. de 2023 7:56 AM, thesnakeguy ***@***.***>
escreveu:
… Same for me, it's not working. I am using the right .gff input data
(according to other users since there is conflicting info in the man pages
here) -> chr gene start stop. Anyone got this software running?
—
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZLZ65WEOL47YZNFF3Z5AH3WRU56VANCNFSM5XFMBXXA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Many thanks for your reply! I just got it running, the chromosome names of both species needed correct formatting in the gff and there were still some spaces instead of tabs. Now I just tried to visualize things with SynVisio, but I get nothing.. although my collinarity file is definitely not empty... Thanks for you suggestion and best wishes! |
Hi, thanks for the tip. I have the same problem, this software is not working neither with the example data provided here in the "data" folder nor with my data. I'll try out the other tool then. |
|
For Synima, can I use it to detect tandem duplicates? My main goal was to use this to identify tandem duplicates and possibly classify them by gene family. Thank you |
Hi all, Homology FileProtein fasta files were cleaned to remove all information other than gene names, and special characters removed. That was accomplished using the following code and some manual tidy up.
A homology search was performed using blastp Convert the blast to a .homology using Find and replace spaces with tabs within aa_bb.homology which results in a file that looks like: C0000001 CQ025429 689 BED fileI converted my input gff files with
The columns were shifted to the correct order because as other have suggested. The BED (labeled .gff) file formatting needs to be: chr gene start stop cf1 C0000001 9845 13412 I made sure the chr names were two letter + number, and all lowercase although I'm not sure that changed anything.
From within the homology directory MCScanX_h was called using the following Hope this helps someone. |
Hi all, First thank you for all your advices. I would like to add more tips:
Hope it helps. |
Greetings, I'm trying to make use of MCScanX_h, i've prepared the necessaries files following the manual yet my data neither example data is working.
My gff with 5 species gff is edited follwing the CH# gene start end
Ta1 TA20_000001 40390 41754
...
my .homology file achieved by running OrthoFinder, and extracting the pair-wise data as follows for each species withou the third optional collumn
TH179_000002 TH3844_011373
...
Reading other issues on git, the solution of tab delimited files and moving them to the program folder doesn't resolved it. Also the example data returns the same no output.
"using example data"
/home/h.paulocampiteli/MCScanX-master/MCScanX /home/h.paulocampiteli/MCScanX-master/data/
Reading BLAST file and pre-processing
Generating BLAST list
0 matches imported (0 discarded)
0 pairwise comparisons
0 alignments generated
Pairwise collinear blocks written to /home/h.paulocampiteli/MCScanX-master/data/.collinearity [0.001 seconds elapsed]
Writing multiple syntenic blocks to HTML files
Done! [0.000 seconds elapsed]
"using my own on another folder"
/home/h.paulocampiteli/MCScanX-master/MCScanX_h /storage4/h.paulocampiteli/synteny/mscscan_analysis/
Reading homologs and pre-processing
Generating homolog list
0 homologous pairs imported (0 discarded)
0 pairwise comparisons
0 alignments generated
Pairwise collinear blocks written to /storage4/h.paulocampiteli/synteny/mscscan_analysis/.collinearity [0.001 seconds elapsed]
Writing multiple syntenic blocks to HTML files
Print statistics:
Species # of collinear homolog pairs # of homolog pairs Percentage
"using my data on the MCscan folder
/home/h.paulocampiteli/MCScanX-master/MCScanX_h /home/h.paulocampiteli/MCScanX-master/MCScanX
Reading homologs and pre-processing
Generating homolog list
0 homologous pairs imported (0 discarded)
0 pairwise comparisons
0 alignments generated
Pairwise collinear blocks written to /home/h.paulocampiteli/MCScanX-master/MCScanX.collinearity [0.001 seconds elapsed]
Writing multiple syntenic blocks to HTML files
Print statistics:
Species # of collinear homolog pairs # of homolog pairs Percentage
Done! [0.001 seconds elapsed]
I could not find any other response regarding this problem. Anyone knows what sorcery I must make to put the program to work?
Thanks in advance
The text was updated successfully, but these errors were encountered: