-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi!
my command:
perl concur.pl -i HD.Aligned.sortedByCoord.out.bam -g GRCh38 -o HD.codon.occ -n HD -r 5000
and encountered an error as follows:
Error: Invalid record in file /dev/fd/63. Record is
chrM -7 21 AE01231101005:9:4P240301014UY1S3242SX:L01:R001C060:0115:7938 CACGATGGATCACAGGTCTATCACCCTA -
Error: Invalid record in file /dev/fd/63. Record is
chrM -3 22 AE01231101005:9:4P240301074UY1S3256SX:L01:R004C037:0067:1228 ATGGATCACAGGTCTATCACCCTAT -
Error in dimnames(x) <- dn : length of 'dimnames' [2] not equal to array extent
Calls: colnames<-
stop
Error in xy.coords(x, y, xlabel, ylabel, log) :
'x' and 'y' lengths differ
Calls: plot -> plot.default -> xy.coords
stop
Meanwhile, the error I encountered resulted in a 'codons.txt' file that contains only 8 columns.
Thanks!