-
Notifications
You must be signed in to change notification settings - Fork 596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #7159 Create tool for producing genomic regions (as a BED file) #8942
Conversation
test: add separate tests for gene and transcript
@jamesemery please review |
@jamesemery Thanks for the comments, I am ready for a re-review. |
...est/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBedIntegrationTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few relatively minor comments and one potential bug. Its getting close to being able to merge
src/test/java/org/broadinstitute/hellbender/tools/walkers/conversion/ConversionTestUtils.java
Outdated
Show resolved
Hide resolved
src/test/java/org/broadinstitute/hellbender/tools/walkers/conversion/ConversionTestUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfInfo.java
Show resolved
Hide resolved
src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBed.java
Outdated
Show resolved
Hide resolved
src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBed.java
Outdated
Show resolved
Hide resolved
src/test/java/org/broadinstitute/hellbender/tools/walkers/conversion/ConversionTestUtils.java
Outdated
Show resolved
Hide resolved
src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBed.java
Outdated
Show resolved
Hide resolved
src/main/java/org/broadinstitute/hellbender/tools/walkers/conversion/GtfToBed.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To my eye this looks good. Two very minor comments and then once those are good feel free to merge.
Converts GTF files to BED file format with an option for gene or transcript level processing and an option to only use transcripts with basic tag