Open wangzlgithub opened 1 year ago
This is the line for that error message: https://github.com/Xinglab/rmats-turbo/blob/v4.1.1/rMATS_pipeline/rmatspipeline/rmatspipeline.pyx#L3674
It's trying to read the .rmats files in the --tmp directory. The 1st line of the .rmats file should have the bam file name(s). The second line should be the read length. The error is saying that it found '\x01' on the second line of some .rmats file
My guess is that somehow your --b1 or --b2 file included that '\x01' character and it ended up getting written to a .rmats file as a bam name. You could try rewriting the --b1 and --b2 files to ensure there are no extra characters. Then if you try the rmats command again with the new files and a new --tmp directory I think it should work
Hi! Thank you for developing this useful tools! I met an error. I have two sample about a gene knocked out in two mice, and no replicates. And I do following command for AS to comparing:
In WT.txt, I write the path to WT.bam like
and it's similar to KO.txt.
But I got the following error:
Could you explain the possible reason? Should I do alternative splicing for each single sample separately or other feasible way?