Skip to content

Commit a5a8863

Browse files
committed
KING should run --kinship
1 parent 7be1c3a commit a5a8863

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ public Output processVariants(File inputVCF, File outputDirectory, ReferenceGeno
184184
kingArgs.add(threads.toString());
185185
}
186186

187-
kingArgs.add("--related");
187+
kingArgs.add("--kinship");
188+
kingArgs.add("--rplot");
188189

189190
File kinshipOutput = new File(outputDirectory, SequenceAnalysisService.get().getUnzippedBaseName(inputVCF.getName()) + ".kin");
190191
wrapper.execute(kingArgs);

0 commit comments

Comments
 (0)