Skip to content

Commit

Permalink
Fixed bug in project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-sturm committed Nov 25, 2024
1 parent 877a572 commit 33f5fb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools.pro
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ VcfBreakMulti.depends = cppNGS

SUBDIRS += VcfStrip
tools-TEST.depends += VcfStrip
VcfBreakMulti.depends = cppNGS
VcfStrip.depends = cppNGS

SUBDIRS += VcfFilter
tools-TEST.depends += VcfFilter
Expand Down Expand Up @@ -603,6 +603,7 @@ ExtractMethylationData.depends = cppNGS
SUBDIRS += BamRemoveVariants
tools-TEST.depends += BamRemoveVariants
BamRemoveVariants.depends = cppNGS

SUBDIRS += CnvReferenceCohort
tools-TEST.depends += CnvReferenceCohort
CnvReferenceCohort.depends = cppNGS

0 comments on commit 33f5fb8

Please sign in to comment.