Skip to content

Commit

Permalink
Fixed tool dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-sturm committed Nov 21, 2023
1 parent 7541d3d commit ddc0dd4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/tools.pro
Original file line number Diff line number Diff line change
Expand Up @@ -558,15 +558,16 @@ NGSDImportOncotree.depends = cppNGS

SUBDIRS += FastqCheckUMI
tools-TEST.depends += FastqCheckUMI
SamplePath.depends = cppNGS
FastqCheckUMI.depends = cppNGS

SUBDIRS += BedpeExtractGenotype
tools-TEST.depends += BedpeExtractGenotype
SamplePath.depends = cppNGS
BedpeExtractGenotype.depends = cppNGS

SUBDIRS += BedpeExtractInfoField
tools-TEST.depends += BedpeExtractInfoField
SamplePath.depends = cppNGS
BedpeExtractInfoField.depends = cppNGS

SUBDIRS += NGSDSameSample
tools-TEST.depends += NGSDSameSample
SamplePath.depends = cppNGSD
NGSDSameSample.depends = cppNGSD

0 comments on commit ddc0dd4

Please sign in to comment.