Skip to content

Commit

Permalink
DeepVariantHandler should not enforce a single genome
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 12, 2024
1 parent 037d325 commit ab49da4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ public boolean doSplitJobs()
return true;
}

@Override
public boolean requiresSingleGenome()
{
return false;
}

public class Processor implements SequenceOutputProcessor
{
@Override
Expand Down

0 comments on commit ab49da4

Please sign in to comment.