Skip to content

Commit 63a737a

Browse files
committed
Add missing argument
1 parent 3a8ab2a commit 63a737a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/WhatsHapStep.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public Output processVariants(File inputVCF, File outputDirectory, ReferenceGeno
128128

129129
List<String> args = new ArrayList<>();
130130
args.add(getWrapper().getExe().getPath());
131+
args.add("phase");
131132
args.add("-o");
132133
args.add(vcfOut.getPath());
133134
args.add("--reference");

0 commit comments

Comments
 (0)