Closed zhengjiantao closed 5 years ago
@dg520
@zhengjiantao ,
First thing to check, is your BAM file recording chromosome as chr1, chr2, ....
while your GTF file used to build genome reference is recoding chromosome as 1, 2, ....
? Or vise versa? They have to be in the same format.
If that's not the case, could you please provide me more information of your problem? Otherwise I can only guess what happened...Included but not limited to: You system setup:
Your genome:
Your RNASeq:
About IRFinder:
IRFinder/REF/IRFinder
empty?Best, Dadi
@dg520 Thank you very much for your careful recovery. I have checked all the items listed above. Including some of the details of STAR. Ironically, the problem comes from parallelism in linux. I solved this using the "wait" command
Thanks again for your reply!
I got some errors in irfinder.stderr. Input error at line:1 Characters read on last read call:0
And I had all 0 in irfinder.stdout. such as
My data is single-end reads RNA-Seq data. My code is as following IRFinder -m BuildRefProcess -r IRFinder/REF IRFinder -m BAM -r IRFinder/REF -d IRFinder/xx xx.sortedByName.bam What am I doing wrong?