Open jon4thin opened 3 months ago
Jerry-rigged solution (still needs to be tested, will update afterwords):
I can go into the .bam and grep out the ENSTs that are PAR_Y and the original ENST, so that when I use samtools Faidx
to get the .fai
file to get the transcript length from, neither file has these transcripts. Then, when I make the gene mapping files with biomaRt
in R, I can filter out all the transcripts that are not present in the transcripts length file.
Hello! I am running into an issue with
emase-zero
as implemented inkbchoi/emase:latest
, getting the error:ERROR LOADING TRANSCRIPT LENGTH FILE ; UNKNOWN HAPLOTYPE NAME: PAR
The issue is that if I remove these transcripts from the TRANSCRIPT LENGTH FILE, I get the WARNGING:
The warning lines keep printing ("No mapping information for" + the next ENST in the .EC file that has such label) 162 times, prints an empty line, and then the command fails on me with error code 1.
Any insights?