Add soft/hard clipping support to FragmentStore
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- cpp
- Domain
- bioinformatics
Research direction
Start by tracing FragmentStore's SAM loading and anchor-gap handling, using the issue's distinction between soft and hard clipping as the behavioral guide. Verify how clipped sequence data is represented and define done as correctly supporting both clipping modes without losing sequence characters across regions.
Written by the indexing model from the issue text.
Description
The FragmentStore does neither support soft nor hard clipping.
For soft-clipping, the full sequence is in the SEQ field of SAM files and the anchor gaps data structure supports clipping with anchors. This should not be a problem.
For hard clipping, one would have to assume that the full sequence can be loaded into RAM (FragmentStore is not meant for genome alignment). When loading, one could fill the hard clipped region with N characters and when another region is found for the same sequence one could replace N by the actual sequence characters.
- Dominant language
- C++
- Stars
- 502
- Forks
- 172
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from seqan/seqan
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
bug
Difficulty 4/5 3-5 days Newbie friendliness 30/100
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
-
Sensor initialization takes very long when `--initial-sim-time` is set to current UNIX timestamp Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
gazebosim/gz-sensors#662 · 1 comment ·
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
LadybirdBrowser/ladybird#12123 ·