Home
last modified time | relevance | path

Searched refs:pedFile (Results 1 – 6 of 6) sorted by relevance

/dports/biology/snpeff/snpEff/scripts/
H A Dped2vcf.py54 pedFile = sys.argv[1] variable
75 for line in open(pedFile):
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/samples/
H A DSampleDBBuilder.java28 for (final GATKPath pedFile : pedigreeFiles) { in addSamplesFromPedigreeFiles()
29 Collection<Sample> samples = addSamplesFromPedigreeArgument(pedFile); in addSamplesFromPedigreeFiles()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/varianteval/
H A DVariantEvalIntegrationTest.java284 String pedFile = "MendelianViolationEval.ped"; in testVEMendelianViolationEvaluator() local
287 …" -R " + b37Reference + " --eval " + vcfFile + " -ped "+ getTestFilePath(pedFile) +" -no-ev -EV Me… in testVEMendelianViolationEvaluator()
297 String pedFile = "PhaseByTransmission.IntegrationTest.goodFamilies.ped"; in testMVEvalFamilyStrat() local
299 …w IntegrationTestSpec(" -R " + b37Reference + " -ped " + getTestFilePath(pedFile) + " -eval " + ge… in testMVEvalFamilyStrat()
/dports/biology/vt/vt-0.57721/
H A Dnuclear_pedigree.cpp3 NuclearPedigree::NuclearPedigree(const char* pedFile) in NuclearPedigree() argument
5 htsFile *hts = hts_open(pedFile, "r"); in NuclearPedigree()
H A Dnuclear_pedigree.h105 NuclearPedigree(const char* pedFile);
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/variantutils/
H A DSelectVariantsIntegrationTest.java714 final String pedFile = getToolTestDataDir() + "CEUtrio.ped"; in testMendelianViolationSelection() local
717 …baseTestString(" -ped " + pedFile + " --mendelian-violation --mendelian-violation-qual-threshold 0… in testMendelianViolationSelection()
727 final String pedFile = getToolTestDataDir() + "CEUtrio.ped"; in testInvertMendelianViolationSelection() local
730 …on --mendelian-violation-qual-threshold 0 --invert-mendelian-violation -ped " + pedFile, testFile), in testInvertMendelianViolationSelection()