NUStatBioinfo / DegNorm

Normalizing RNA degradation in RNA-seq data
https://nustatbioinfo.github.io/DegNorm/
3 stars 1 forks source link

TypeError: unsupported operand type(s) for -: 'str' and 'int' (DegNorm) #35

Closed KosarHooshmand closed 4 years ago

KosarHooshmand commented 4 years ago

Hey,

I am currently running DegNorm (version 0.1.4) on SRA samples using gencode_v31_annotation.gtf file.

I am facing error in DegNorm (11/12/2019 07:44:27) ---- Determining gene overlap structure across chromosomes, stag.

Error_type: Error_type

GTF file format: gencode_v31_gtf_format

Is this error correlated with GTF file?

I would appreciate any help from your side.

Thanks, Kosar

ffineis commented 4 years ago

Hello Kosar,

Thanks for using DegNorm, I will get back to you over the weekend.

KosarHooshmand commented 4 years ago

Hello Kosar,

Thanks for using DegNorm, I will get back to you over the weekend.

Thanks . Also, another question. I've aligned fastqs against gencode annotation file using kallisto. As you may know, kallisto outputs are pseudo-bam-aligned. Am i going to face any problem running DegNorm on pseudo bam files?

KosarHooshmand commented 4 years ago

Hello Kosar, Thanks for using DegNorm, I will get back to you over the weekend.

Thanks . Also, another question. I've aligned fastqs against gencode annotation file using kallisto. As you may know, kallisto outputs are pseudo-bam-aligned. Am i going to face any problem running DegNorm on pseudo bam files?


Untitled I've also aligned my fastq files using STAR, but still getting the same Error

ffineis commented 4 years ago

Kosar -

I am unfamiliar with kallisto and pseudo-bam files, but your issue is with the .gtf file. It appears as though the start field in the .gtf is coming in with string values in it. Can you please send over the .gtf?

Thanks, Frank

KosarHooshmand commented 4 years ago

Kosar -

I am unfamiliar with kallisto and pseudo-bam files, but your issue is with the .gtf file. It appears as though the start field in the .gtf is coming in with string values in it. Can you please send over the .gtf?

Thanks, Frank

Hey Frank,

thanks for your reply. Everything is working fine now.