Skip to content

Commit

Permalink
gcs
Browse files Browse the repository at this point in the history
  • Loading branch information
kachulis committed Jun 3, 2024
1 parent 37a692d commit 4bc5981
Showing 1 changed file with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"test_AggregatePRSResults.results": ["/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_1_results.csv",
"/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_2_results.csv",
"/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_3_results.csv"],
"test_AggregatePRSResults.target_pc_projections": ["/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_1_projections.tsv",
"/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_2_projections.tsv",
"/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_3_projections.tsv"],
"test_AggregatePRSResults.missing_sites_shifts":["/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_1_missing_sites_shifts.tsv",
"/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_2_missing_sites_shifts.tsv",
"/home/circleci/project/test/AggregatePRSResults/plumbing_data/sample_3_missing_sites_shifts.tsv"],
"test_AggregatePRSResults.high_risk_thresholds": "/home/circleci/project/test/AggregatePRSResults/plumbing_data/test_thresholds.tsv",
"test_AggregatePRSResults.population_pc_projections": "/home/circleci/project/test/AggregatePRSResults/plumbing_data/test_population_projections.tsv",
"test_AggregatePRSResults.expected_control_results": "/home/circleci/project/test/AggregatePRSResults/plumbing_data/test_expected_control_results.csv",
"test_AggregatePRSResults.results": ["gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_1_results.csv",
"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_2_results.csv",
"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_3_results.csv"],
"test_AggregatePRSResults.target_pc_projections": ["gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_1_projections.tsv",
"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_2_projections.tsv",
"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_3_projections.tsv"],
"test_AggregatePRSResults.missing_sites_shifts":["gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_1_missing_sites_shifts.tsv",
"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_2_missing_sites_shifts.tsv",
"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/sample_3_missing_sites_shifts.tsv"],
"test_AggregatePRSResults.high_risk_thresholds": "gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/test_thresholds.tsv",
"test_AggregatePRSResults.population_pc_projections": "gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/test_population_projections.tsv",
"test_AggregatePRSResults.expected_control_results": "gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/test_expected_control_results.csv",
"test_AggregatePRSResults.lab_batch": "test_batch",
"test_AggregatePRSResults.group_n": 1,

"test_AggregatePRSResults.expected_batch_all_results":"/home/circleci/project/test/AggregatePRSResults/plumbing_data/expected_batch_all_results.tsv",
"test_AggregatePRSResults.expected_batch_control_results":"/home/circleci/project/test/AggregatePRSResults/plumbing_data/expected_batch_control_results.tsv",
"test_AggregatePRSResults.expected_batch_summarised_results": "/home/circleci/project/test/AggregatePRSResults/plumbing_data/expected_batch_summarised_results.tsv",
"test_AggregatePRSResults.expected_batch_pcs":"/home/circleci/project/test/AggregatePRSResults/plumbing_data/expected_batch_pcs.tsv",
"test_AggregatePRSResults.allowed_condition_groups":"/home/circleci/project/test/AggregatePRSResults/plumbing_data/condition_groups.tsv",
"test_AggregatePRSResults.expected_batch_all_results":"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/expected_batch_all_results.tsv",
"test_AggregatePRSResults.expected_batch_control_results":"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/expected_batch_control_results.tsv",
"test_AggregatePRSResults.expected_batch_summarised_results": "gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/expected_batch_summarised_results.tsv",
"test_AggregatePRSResults.expected_batch_pcs":"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/expected_batch_pcs.tsv",
"test_AggregatePRSResults.allowed_condition_groups":"gs://palantir-workflows-test-data/AggregatePRSResults/plumbing_data/condition_groups.tsv",
"test_AggregatePRSResults.control_sample_diff_threshold" : 0.12
}

0 comments on commit 4bc5981

Please sign in to comment.