Skip to content

Commit e1eadcb

Browse files
committed
Apply Review
Signed-off-by: Lydia Buntrock <[email protected]>
1 parent e75765f commit e1eadcb

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ We want to combine these approaches and use the SeqAn3 library as a basis for th
1818
## Current status:
1919

2020
We can call insertions and deletions from long read data (SVIM methods implemented).
21+
For more information, see the release plan at the bottom of the page.
2122

2223
## Installation
2324

@@ -40,3 +41,7 @@ We created small examples, which you can use to test our app:
4041
./bin/iGenVar -i ./test/data/paired_end_short_read_mini_example.sam -j ./test/data/single_end_mini_example.sam \
4142
-o ./test/data/output.vcf --method cigar_string --method split_read --min_var_length 5
4243
```
44+
45+
## Release plan:
46+
47+
<p align="center"><img height="500" src="https://github.com/seqan/iGenVar/tree/master/doc/ReleasePlan.png"></p>

doc/ReleasePlan.png

527 KB
Loading

src/variant_detection/variant_detection.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ void detect_junctions_in_long_reads_sam_file(std::vector<Junction> & junctions,
168168
}
169169
break;
170170
// There are no read pairs in long reads.
171-
// case detection_methods::read_pairs
172171
case detection_methods::read_depth: // Detect junctions from read depth evidence
173172
seqan3::debug_stream << "The read depth method for long reads is not yet implemented.\n";
174173
break;

0 commit comments

Comments
 (0)