Skip to content

Commit 4f53235

Browse files
committed
Bugfix to KING/plink2
1 parent 3cfb627 commit 4f53235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public Output processVariants(File inputVCF, File outputDirectory, ReferenceGeno
156156

157157
plink.execute(plinkArgs2);
158158

159-
File plinkOutKingFile = new File(plinkOut.getPath() + ".kin0");
159+
File plinkOutKingFile = new File(plinkOutKing.getPath() + ".kin0");
160160
if (!plinkOutKingFile.exists())
161161
{
162162
throw new PipelineJobException("Unable to find file: " + plinkOutKingFile.getPath());

0 commit comments

Comments
 (0)