Open clwan opened 8 years ago
Hi @wayne0422,
Please upgrade your seqmule with 'seqmule update --git', re-run your command and send me the entire stdout/stderr information. Thanks.
Yunfei
Thanks @yunfeiguo
This is my result. Not sure is it the information you need. Thanks for your help.
Hi @wayne0422, the message shows that 'Rscript' is not found. Please install R and put path to its executable Rscript in your PATH environment variable. Thanks.
When I run seqmule with command line: seqmule pipeline -a /home/storage2T/ChanglinWan/SeqMule-master/example/input/normal_R1.fastq.gz -b /home/storage2T/ChanglinWan/SeqMule-master/example/input/normal_R2.fastq.gz -prefix example -N 2 -capture default -threads 4 -e -jmem 10000m It told me the error: Venn diagram is not installed and need manual installment. So I downloaded VennDiagram_1.6.17.tar.gz and unzip it on the ./bin/secondary folder. After that I run the above command again. And the problem is still not solved. So I want to know how can I integrate Venn diagram manually or is there other way to solve this problem? Thanks