Skip to content

Commit

Permalink
[INFRA] Reorganise Header Files
Browse files Browse the repository at this point in the history
Signed-off-by: Lydia Buntrock <[email protected]>
  • Loading branch information
Irallia committed Feb 22, 2021
1 parent 80afc8f commit 320d233
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/detect_breakends/junction_detection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <seqan3/io/alignment_file/input.hpp> // SAM/BAM support
#include <seqan3/io/sequence_file/output.hpp> // FASTA support

#include "cluster.hpp" // for class Cluster
#include "detect_breakends/aligned_segment.hpp" // for struct AlignedSegment
#include "detect_breakends/bam_functions.hpp" // for hasFlag* functions
#include "junction.hpp" // for class Jnction
#include "structures/aligned_segment.hpp" // for struct AlignedSegment
#include "structures/cluster.hpp" // for class Cluster
#include "structures/junction.hpp" // for class Junction

using seqan3::operator""_cigar_op;
using seqan3::operator""_tag;
Expand Down
2 changes: 1 addition & 1 deletion src/find_deletions/deletion_finding_and_printing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include <iostream> // for std::cout

#include "junction.hpp" // for class Junction
#include "structures/junction.hpp" // for class Junction
#include "variant_parser/variant_record.hpp" // for class variant_header

/*! \brief Reads the input junction file and stores the junctions in a vector.
Expand Down

0 comments on commit 320d233

Please sign in to comment.