russelldurrett / gtf-to-genes

Automatically exported from code.google.com/p/gtf-to-genes
0 stars 0 forks source link

When parsing GTF files, the start location is decremented twice rather than once to correct for 0-based indexing #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Parse any GTF file
2. Compare gtf-to-genes start locations to GTF file
3.

What is the expected output? What do you see instead?
Start locations in gtf-to-genes should be 1 smaller than in GTF file, but they 
are 2 smaller.

What version of the product are you using? On what operating system?

Please provide any additional information below.
See attached patch

Original issue reported on code.google.com by habretsc...@gmail.com on 29 Mar 2013 at 6:34

Attachments:

GoogleCodeExporter commented 9 years ago
FYI - this is the same as issue #3

Original comment by davm...@gmail.com on 8 May 2013 at 5:15