Home
last modified time | relevance | path

Searched refs:getGCPTestStaging (Results 1 – 18 of 18) sorted by relevance

/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/engine/spark/
H A DDataprocIntegrationTest.java52 final String outputPath = BucketUtils.getTempFilePath(getGCPTestStaging(), ".bam"); in printReadSparkOnDataproc()
85 final String outputPath = BucketUtils.getTempFilePath(getGCPTestStaging(), ".vcf"); in printVariantsOnDataproc()
108 final String bamOut = BucketUtils.getTempFilePath(getGCPTestStaging(), ".bam"); in markDuplicatesSparkOnDataproc()
109 final String metricsOut = BucketUtils.getTempFilePath(getGCPTestStaging(), ".metrics"); in markDuplicatesSparkOnDataproc()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/pipelines/
H A DPrintVariantsSparkIntegrationTest.java34 final String outputPrefix = outputToGCS ? getGCPTestStaging() : "testGCSInputsAndOutputs"; in testGCSInputsAndOutputs()
H A DPrintReadsSparkIntegrationTest.java63 final String outputPrefix = outputToGCS ? getGCPTestStaging() : "testGCSInputsAndOutputs"; in testGCSInputsAndOutputsWithSparkNio()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/nio/
H A DNioFileCopierWithProgessMeterTestUtils.java37 …ath = BucketUtils.getPathOnGcs(BucketUtils.getTempFilePath(BaseTest.getGCPTestStaging() + destBase… in getDestPathFromPseudoUrl()
H A DGcsNioIntegrationTest.java51 getGCPTestStaging() +"GcsNioIntegrationTest-writePrivateFile-test", ".txt"); in writePrivateFile()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/testutils/
H A DDataprocTestUtils.java95 final String gcpTestStaging = BaseTest.getGCPTestStaging(); in launchGatkTool()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/metrics/
H A DMetricsUtilsTest.java37 {getGCPTestStaging()}, in getMetricsPaths()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/read/
H A DReadUtilsIntegrationTest.java51 …final String outputPathName = BucketUtils.getTempFilePath(getGCPTestStaging() + "samWriterTest", o… in testCreatePathSAMWriter()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/gcs/
H A DBucketUtilsUnitTest.java152 …final String intermediate = BucketUtils.randomRemotePath(getGCPTestStaging(), "test-copy-empty", "… in testCopyAndDeleteGCS()
211 final String gcsSubDir = BucketUtils.randomRemotePath(getGCPTestStaging(), "dir-", "/"); in testDirSizeGCS()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/tsv/
H A DSimpleCSVWriterWrapperWithHeaderUnitTest.java24 getGCPTestStaging() + "testWriteToBucketPathEquivalentToLocalPath", ".tsv")); in testWriteToBucketPathEquivalentToLocalPath()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/bqsr/
H A DApplyBQSRIntegrationTest.java155 …final String outString = BucketUtils.getTempFilePath(getGCPTestStaging() + "tmp/testApplyBQSRCloud… in testApplyBQSRCloud()
/dports/biology/gatk/gatk-4.2.0.0/src/testUtils/java/org/broadinstitute/hellbender/testutils/
H A DBaseTest.java123 public static String getGCPTestStaging() { in getGCPTestStaging() method in BaseTest
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/
H A DAbstractPrintReadsIntegrationTest.java335 final String outputPrefix = outputToGCS ? getGCPTestStaging() : "testGCSInputsAndOutputs"; in testGCSInputsAndOutputs()
H A DIndexFeatureFileIntegrationTest.java61 getGCPTestStaging() +"testIndexOnCloud", ".vcf"); in testVCFIndexOnCloud()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/variantutils/
H A DSelectVariantsIntegrationTest.java957 getGCPTestStaging() +"testSelectVariants_SimpleSelection", ".vcf"); in testSampleSelectionOnNio()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/genomicsdb/
H A DGenomicsDBImportIntegrationTest.java1216 final String workspace = BucketUtils.randomRemotePath(getGCPTestStaging(), "", "") + "/"; in testWriteToAndQueryFromGCS()
1225 final String workspace = BucketUtils.randomRemotePath(getGCPTestStaging(), "", "") + "/"; in testWriteToExistingGCSDirectory()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/utils/io/
H A DIOUtilsUnitTest.java723 final String gcsFolder = BucketUtils.randomRemotePath(getGCPTestStaging(), "test-dir", ""); in testDeleteRecursivelyGCS()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/
H A DHaplotypeCallerIntegrationTest.java662 getGCPTestStaging() + "testBamoutProducesReasonablySizedOutput", ".bam")); in testBamoutOnGcs()