-
Notifications
You must be signed in to change notification settings - Fork 380
Description
Instructions
In #1783 a user described a situation in which MarkDuplicates failed because the size of the contig in their BAM was larger than the maximum value of an int (the value in question was 2364278061).
This ticket is to investigate modifications to htsjdk and picard to add support for increasing the allowable size for a contig to be greater than an int.
Bug Report
Affected tool(s)
Tool name(s), special parameters?
Affected version(s)
- Latest public release version [version?]
- Latest development/master branch as of [date of test?]
Description
Describe the problem below. Provide screenshots , stacktrace , logs where appropriate.
Steps to reproduce
Tell us how to reproduce this issue. If possible, include command lines that reproduce the problem and provide a minimal test case.
Expected behavior
Tell us what should happen
Actual behavior
Tell us what happens instead
Feature request
Tool(s) involved
Tool name(s), special parameters?
Description
Specify whether you want a modification of an existing behavior or addition of a new capability.
Provide examples, screenshots, where appropriate.
Documentation request
Tool(s) involved
Tool name(s), parameters?
Description
Describe what needs to be added or modified.