Entering edit mode
huck.thornton
▴
10
@huckthornton-23681
Last seen 4.4 years ago
Hi all,
I am attempting to run the dexseqcount.py script using alignedreads.sam and flattened_file.gff as input files.
Unfortunately, I have been receiving the error "line 120 raise SystemError, "illegal strand".
I wanted to ask how to correct this issue.
I have been using the following code:
python dexseqcount.py human_flattened.gff sample1.sam sample1.counts
Thanks.
I updated the dexseqcount.py script and this corrected the issue.