H A D | FastaAlternateReferenceMakerIntegrationTest.java | 16 private final File snp2 = getTestFile("snps2.vcf"); field in FastaAlternateReferenceMakerIntegrationTest 53 {snp1, snp2, getTestFile("expected_snp1_mask2.fasta"), false}, in getSnpMaskVariants() 54 {snp1, snp2, getTestFile("expected_snp1_mask2_priority.fasta"), true}, in getSnpMaskVariants() 55 {snp2, snp1, getTestFile("expected_snp2_mask1.fasta"), false}, in getSnpMaskVariants() 56 {snp2, snp1, getTestFile("expected_snp2_mask1_priority.fasta"), true}, in getSnpMaskVariants() 82 {snp2, getTestFile("expected_snp2.fasta")}, in noMask()
|