Skip to content

Commit

Permalink
[DOC] Apply 2. Review
Browse files Browse the repository at this point in the history
Signed-off-by: Lydia Buntrock <lydia.buntrock@fu-berlin.de>
  • Loading branch information
Irallia committed Feb 8, 2021
1 parent ebfc556 commit 0328007
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions include/detect_breakends/junction_detection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
* 2: split_read,
* 3: read_pairs,
* 4: read_depth)
* \param clustering_method list of Methods for clustering junctions (0: simple_clustering
* 1: hierarchical_clustering,
* 2: self-balancing_binary_tree,
* 3: candidate_selection_based_on_voting)
* \param clustering_method method for clustering junctions (0: simple_clustering
* 1: hierarchical_clustering,
* 2: self-balancing_binary_tree,
* 3: candidate_selection_based_on_voting)
*
* \details Detects junctions from the CIGAR strings and supplementary alignment tags of read alignment records.
* We sort out unmapped alignments, secondary alignments, duplicates and alignments with low mapping quality.
Expand Down
8 changes: 4 additions & 4 deletions src/detect_breakends/junction_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ void analyze_cigar(std::string chromosome,
* 2: split_read,
* 3: read_pairs,
* 4: read_depth)
* \param clustering_method list of Methods for clustering junctions (0: simple_clustering
* 1: hierarchical_clustering,
* 2: self-balancing_binary_tree,
* 3: candidate_selection_based_on_voting)
* \param clustering_method method for clustering junctions (0: simple_clustering
* 1: hierarchical_clustering,
* 2: self-balancing_binary_tree,
* 3: candidate_selection_based_on_voting)
* \endcond
*
* \details Detects junctions from the CIGAR strings and supplementary alignment tags of read alignment records.
Expand Down

0 comments on commit 0328007

Please sign in to comment.