10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I did make to install MCScanX and stuck in this problem...........please help........... I am using corei7, ubuntu 14.04
g++ struct.cc mcscan.cc read_data.cc out_utils.cc dagchainer.cc msa.cc permutation.cc -o MCScanX g++ struct.cc mcscan_h.cc read_homology.cc out_homology.cc dagchainer.cc msa.cc permutation.cc -o MCScanX_h g++ struct.cc dup_classifier.cc read_data.cc out_utils.cc dagchainer.cc cls.cc permutation.cc -o duplicate_gene_classifier g++ dissect_multiple_alignment.cc -o downstream_analyses/dissect_multiple_alignment dissect_multiple_alignment.cc: In function ‘int main(int, char**)’: dissect_multiple_alignment.cc:252:44: error: ‘getopt’ was not declared in this scope while ((c = getopt(argc, argv, "g:c:o:")) != -1) ^ dissect_multiple_alignment.cc:257:32: error: ‘optarg’ was not declared in this scope sprintf(gpath,"%s",optarg); ^ dissect_multiple_alignment.cc:269:17: error: ‘optopt’ was not declared in this scope if (optopt!='g' || optopt!='c' || optopt!='o') ^ make: *** [mcscanx] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I did make to install MCScanX and stuck in this problem...........please help...........
I am using corei7, ubuntu 14.04
g++ struct.cc mcscan.cc read_data.cc out_utils.cc dagchainer.cc msa.cc permutation.cc -o MCScanX
g++ struct.cc mcscan_h.cc read_homology.cc out_homology.cc dagchainer.cc msa.cc permutation.cc -o MCScanX_h
g++ struct.cc dup_classifier.cc read_data.cc out_utils.cc dagchainer.cc cls.cc permutation.cc -o duplicate_gene_classifier
g++ dissect_multiple_alignment.cc -o downstream_analyses/dissect_multiple_alignment
dissect_multiple_alignment.cc: In function ‘int main(int, char**)’:
dissect_multiple_alignment.cc:252:44: error: ‘getopt’ was not declared in this scope
while ((c = getopt(argc, argv, "g:c:o:")) != -1)
^
dissect_multiple_alignment.cc:257:32: error: ‘optarg’ was not declared in this scope
sprintf(gpath,"%s",optarg);
^
dissect_multiple_alignment.cc:269:17: error: ‘optopt’ was not declared in this scope
if (optopt!='g' || optopt!='c' || optopt!='o')
^
make: *** [mcscanx] Error 1
The text was updated successfully, but these errors were encountered: