Open jiangpuxuan opened 2 years ago
Hi, I'm having the same issue. My gtf file was said to be not sorted correctly and the same code was provided to be run. After running the "sort -k1,1 -k7,7 -k4,4n -o [GTF_OUTFILE] [GTF_INFILE]", the new gtf was used to run but the same error information showed again. May i know have you figured it out?
Best, yh
Hi, I'm having the same issue. My gtf file was said to be not sorted correctly and the same code was provided to be run. After running the "sort -k1,1 -k7,7 -k4,4n -o [GTF_OUTFILE] [GTF_INFILE]", the new gtf was used to run but the same error information showed again. May i know have you figured it out?
Best, yh
Sorry,I have not solved it......
I use my customized
.gtf
file to run 10x scRNA pipeline and everything is OK. However, when it came to velocyterun10x
, here is an error:I ran the
sort -k1,1 -k7,7 -k4,4n -o [GTF_OUTFILE] [GTF_INFILE]
but it failed again. I did not use the-m
parameter, so the format ofmask.gtf
did nothing with thisrun10x
problem.Here is
head my.gtf
:Here is
my.gtf
aftersort -k1,1 -k7,7 -k4,4n -o [GTF_OUTFILE] [GTF_INFILE]
: