-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
198 changed files
with
3,216 additions
and
1,277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
package centaur | ||
|
||
import centaur.CentaurTestSuite.cromwellTracker | ||
import org.scalatest._ | ||
|
||
|
||
/** | ||
* Runs test cases in parallel, this should be the default type for tests unless they would otherwise crosstalk in undesirable | ||
* ways with other tests and must be made sequential. | ||
*/ | ||
@DoNotDiscover | ||
class ParallelTestCaseSpec(cromwellBackends: List[String]) | ||
extends AbstractCentaurTestCaseSpec(cromwellBackends, cromwellTracker = cromwellTracker) with ParallelTestExecution { | ||
|
||
def this() = this(CentaurTestSuite.cromwellBackends) | ||
|
||
allTestCases.filter(_.testFormat.isParallel) foreach executeStandardTest | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
centaur/src/main/resources/integrationTestCases/Somatic/Mutect2/Mutect2.aws.inputs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Mutect2.preemptible_attempts": 0, | ||
"Mutect2.normal_bam": "s3://cromwell-integration-tests/somatic-b37/HCC1143_normal.bam", | ||
"Mutect2.tumor_bam": "s3://cromwell-integration-tests/somatic-b37/HCC1143.bam", | ||
"Mutect2.normal_bai": "s3://cromwell-integration-tests/somatic-b37/HCC1143_normal.bai", | ||
"Mutect2.run_oncotator": true, | ||
"Mutect2.ref_fasta": "s3://cromwell-integration-tests/somatic-b37/Homo_sapiens_assembly19.fasta", | ||
"Mutect2.gatk_docker": "us.gcr.io/broad-gatk/gatk:4.0.9.0", | ||
"Mutect2.intervals": "s3://cromwell-integration-tests/somatic-b37/whole_exome_agilent_1.1_refseq_plus_3_boosters.Homo_sapiens_assembly19.baits.interval_list", | ||
"Mutect2.tumor_bai": "s3://cromwell-integration-tests/somatic-b37/HCC1143.bai", | ||
"Mutect2.oncotator_docker": "broadinstitute/oncotator:1.9.6.1", | ||
"Mutect2.ref_fai": "s3://cromwell-integration-tests/somatic-b37/Homo_sapiens_assembly19.fasta.fai", | ||
"Mutect2.default_config_file": "s3://cromwell-integration-tests/somatic-b37/onco_config.txt", | ||
"Mutect2.ref_dict": "s3://cromwell-integration-tests/somatic-b37/Homo_sapiens_assembly19.dict", | ||
"Mutect2.artifact_modes": ["G/T", "C/T"], | ||
"Mutect2.onco_ds_tar_gz": "s3://cromwell-integration-tests/somatic-b37/oncotator_v1_ds_April052016.tar.gz", | ||
"Mutect2.scatter_count": 50 | ||
} |
13 changes: 13 additions & 0 deletions
13
centaur/src/main/resources/integrationTestCases/mutect2.aws.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: mutect2.aws | ||
testFormat: workflowsuccess | ||
backends: [ AWSBATCH ] | ||
|
||
files { | ||
workflow: Somatic/Mutect2/Mutect2.wdl | ||
inputs: Somatic/Mutect2/Mutect2.aws.inputs | ||
} | ||
|
||
metadata { | ||
workflowName: Mutect2 | ||
status: Succeeded | ||
} |
14 changes: 14 additions & 0 deletions
14
centaur/src/main/resources/standardTestCases/check_network_in_vpc.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: check_network_in_vpc | ||
testFormat: workflowsuccess | ||
backends: [Papiv2-Virtual-Private-Cloud] | ||
|
||
files { | ||
workflow: virtual_private_cloud/check_network_in_vpc.wdl | ||
} | ||
|
||
metadata { | ||
workflowName: check_network_in_vpc | ||
status: Succeeded | ||
|
||
"outputs.check_network_in_vpc.network_used": "cromwell-ci-vpc-network" | ||
} |
16 changes: 16 additions & 0 deletions
16
centaur/src/main/resources/standardTestCases/file_evaluator_identifier_lookups.test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: file_evaluator_identifier_lookups | ||
testFormat: workflowsuccess | ||
|
||
files { | ||
workflow: file_evaluator_identifier_lookups/file_evaluator_identifier_lookups.wdl | ||
} | ||
|
||
metadata { | ||
workflowName: file_evaluator_identifier_lookups | ||
status: Succeeded | ||
"outputs.file_evaluator_identifier_lookups.identifier.id": "OK" | ||
"outputs.file_evaluator_identifier_lookups.identifier_member_access.left": "LEFT" | ||
"outputs.file_evaluator_identifier_lookups.identifier_member_access.right": "RIGHT" | ||
"outputs.file_evaluator_identifier_lookups.index_access.zero": "ZERO" | ||
"outputs.file_evaluator_identifier_lookups.index_access.one": "ONE" | ||
} |
Oops, something went wrong.