Hi everybody,
I was wondering if anybody could help with an error message I am receiving for the differential isoform analysis software rDiff.
The error message is:
Getting gene expression for: /NGS/users/Thomas/rDiff//wt_7.bam
error: convert_reads_to_region_indicators: A(I,J): column index out of bounds; value 11054 out of bound 7483
error: called from:
error: /NGS/Software/rDiff-master/src/tools/convert_reads_to_region_indicators.m at line 16, column 19
error: /NGS/Software/rDiff-master/src/get_reads_caller.m at line 71, column 48
error: /NGS/Software/rDiff-master/src/get_read_counts.m at line 32, column 17
error: /NGS/Software/rDiff-master/src/rdiff.m at line 38, column 5
Any help would be greatly appreciated.
Additional info:
The command given was as follows:
./rdiff -o output/ -d files/ -a wt_7.bam,wt_8.bam,wt_203.bam -b mut_2.bam,mut_201.bam,mut_204.bam -g genes_mm10.gff3 -m param -L 51 -m 30
The same error occurs when using both param and non param.
The bam files were generated by TopHat.
The .gff3 file was generated by converting the .gtf file provided by TopHat http://tophat.cbcb.umd.edu/igenomes.shtml for mus musculus NCBI.
I was wondering if anybody could help with an error message I am receiving for the differential isoform analysis software rDiff.
The error message is:
Getting gene expression for: /NGS/users/Thomas/rDiff//wt_7.bam
error: convert_reads_to_region_indicators: A(I,J): column index out of bounds; value 11054 out of bound 7483
error: called from:
error: /NGS/Software/rDiff-master/src/tools/convert_reads_to_region_indicators.m at line 16, column 19
error: /NGS/Software/rDiff-master/src/get_reads_caller.m at line 71, column 48
error: /NGS/Software/rDiff-master/src/get_read_counts.m at line 32, column 17
error: /NGS/Software/rDiff-master/src/rdiff.m at line 38, column 5
Any help would be greatly appreciated.
Additional info:
The command given was as follows:
./rdiff -o output/ -d files/ -a wt_7.bam,wt_8.bam,wt_203.bam -b mut_2.bam,mut_201.bam,mut_204.bam -g genes_mm10.gff3 -m param -L 51 -m 30
The same error occurs when using both param and non param.
The bam files were generated by TopHat.
The .gff3 file was generated by converting the .gtf file provided by TopHat http://tophat.cbcb.umd.edu/igenomes.shtml for mus musculus NCBI.
Comment