Open shenxiaotianCNS opened 4 years ago
I am sorry i missed the link in src. I have corrected it and uploaded the IMonitor-1.4.1 again to GitHub. or you can create the link by yourself: cd src link -s src/cope/cope . Wei
very thankyou for your quick replying but I am sure it is not the link problem. I failed to ran the test data and the problem was input error, where the 2nd step of merge_fq_fq2fa.sh script failed to export the _XHS.merged_fq, XHS_1.fq.gz.left and XHS2.fq.gz.left for the following analysis(the cope procedure). then i ran the cope procedure seperateraly, and i got an error of cannot execute binary file: Exec format error the code i used was /home/shenxiaotian/imonitor/IMonitor-1.4.1/src/cope -a /mnt/i/xujing_ad/BACK/XHS_filter_1.fq.gz -b /mnt/i/xujing_ad/BACK/XHS_filter_2.fq.gz -o /mnt/i/xujing_ad/BACK/XHS.merged_fq -2 /mnt/i/xujing_ad/BACK/XHS_1.fq.gz.left -3 /mnt/i/xujing_ad/BACK/XHS_2.fq.gz.left -l 10 -u 99 -c 0.9 -m 0 -s 64 >/mnt/i/xujing_ad/BACK/XHS.fqMerging.log 2>/mnt/i/xujing_ad/BACK/XHS.fqMerging.err
I just ran the test data and there was no problem. "cope" was coded by C programs and so your operating system should have the environment for C programming language. You can just run the cope (: /home/shenxiaotian/imonitor/IMonitor-1.4.1/src/cope), without any input, and find whether the help information of parameters could output.
You'd better show me the error information when you run your data, and then i can find the problems more specifically.
good morning, hereis my error
i think my c environment is ok, i tried with programming a helloworld with c
i really dont know what can i do. i am running it on
or can you email me with .c file? i may try compiling it by my own
its working!! thankyou so much
I am sorry i missed the link in src. I have corrected it and uploaded the IMonitor-1.4.1 again to GitHub. or you can create the link by yourself: cd src link -s src/cope/cope .
Wei