Open yifangt opened 5 years ago
Hi, Did you solve it? I am having trouble with this too. I am running it in a cluster and I don't seem to be able to compile 'make ebseq'!! Hence, I get the same error you got when doing rsem-generate-ngvector
I get this error:
g++ -O3 -Wall calcClusteringInfo.cpp -o rsem-for-ebseq-calculate-clustering-info /usr/bin/ld: cannot open output file rsem-for-ebseq-calculate-clustering-info: Permission denied collect2: error: ld returned 1 exit status make[1]: [rsem-for-ebseq-calculate-clustering-info] Error 1 make[1]: Leaving directory `/geode2/soft/hps/rhel7/rsem/gnu/1.3.0/EBSeq' make: [ebseq] Error 2
I'm also getting same error after run following command Software/RSEM-1.3.3/rsem-generate-ngvector /home/amar/Downloads/RSEM_MASTER/NewData/Ref_index/Zea_mays.transcripts.fa trans_ref rsem-for-ebseq-calculate-clustering-info 25 /home/amar/Downloads/RSEM_MASTER/NewData/Ref_index/Zea_mays.transcripts.fa trans_ref.ump rsem-for-ebseq-calculate-clustering-info : No such file or directory! Please check if you have compiled the associated codes by typing related "make" commands and/or made related executables ready to use. please help me, my system properties 7.6 GiB memory, Intel® Core™ i5-8500 CPU @ 3.00GHz × 6 processor, 1 TB disk capacity
Hi, For me, within the RSEM folder:
cd EBSeq
make install
That worked for me. The script appeared in the EBSeq folder and rsem-generate-ngvector recognised it.
Hello, groups! I met the same problem today, and for me: cd RSEM/EBSeq/ make rsem-for-ebseq-calculate-clustering-info Then it worked.
The following reply is: wuzeyu@luo-lab-tower:~/data_wzy/wuzeyu/software/RSEM-1.3.1/EBSeq$ /home/wuzeyu/data_wzy/wuzeyu/software/RSEM-1.3.1/rsem-generate-ngvector /home/wuzeyu/data_wzy/wuzeyu/transcripts_quant/reference/genome/hg38/GRCh38.p14.genome.fa human_p14 rsem-for-ebseq-calculate-clustering-info 25 /home/wuzeyu/data_wzy/wuzeyu/transcripts_quant/reference/genome/hg38/GRCh38.p14.genome.fa human_p14.ump rsem-for-ebseq-calculate-clustering-info : No such file or directory! Please check if you have compiled the associated codes by typing related "make" commands and/or made related executables ready to use. wuzeyu@luo-lab-tower:~/data_wzy/wuzeyu/software/RSEM-1.3.1/EBSeq$ make rsem-for-ebseq-calculate-clustering-info g++ -O3 -Wall calcClusteringInfo.cpp -o rsem-for-ebseq-calculate-clustering-info wuzeyu@luo-lab-tower:~/data_wzy/wuzeyu/software/RSEM-1.3.1/EBSeq$ /home/wuzeyu/data_wzy/wuzeyu/software/RSEM-1.3.1/rsem-generate-ngvector /home/wuzeyu/data_wzy/wuzeyu/transcripts_quant/reference/genome/hg38/GRCh38.p14.genome.fa human_p14 rsem-for-ebseq-calculate-clustering-info 25 /home/wuzeyu/data_wzy/wuzeyu/transcripts_quant/reference/genome/hg38/GRCh38.p14.genome.fa human_p14.ump The reference is loaded. All possbile 25 mers are generated.
Hello group!
I met a problem when I run
I tried to track the executable "rsem-for-ebseq-calculate-clustering-info", but it is NOT in my PATH or anywhere else. rsem was installed through conda:
What could I have missed? Thanks a lot!