Skip to content

Commit

Permalink
Updating docker yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pooja Chandra committed May 22, 2024
1 parent 8edcc6c commit 863e119
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WDL/inputs.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"ichorCNA.batchSamples": [
{
"sampleName": "17-043_cfSR_1138_ULP",
"sampleName": "",
"sex": "None",
"tumorBam": "/Users/pchandra/Desktop/17-043_cfSR_1138_ULP_recalibrated.bam",
"tumorBai": "/Users/pchandra/Desktop/17-043_cfSR_1138_ULP_recalibrated.bam.bai",
"tumorBam": "/path/to/tumor.bam",
"tumorBai": "/path/to/tumor.bam.bai",
"normalBam": null,
"normalBai": null,
"normalPanel": "/Users/pchandra/Desktop/HD_ULP_PoN_hg38_1Mb_normAutosomes_median.rds",
"normalPanel": "/path/to/HD_ULP_PoN_hg38_1Mb_normAutosomes_median.rds",
"genomeBuild": "hg38",
"genomeStyle": "UCSC"
}
Expand Down

0 comments on commit 863e119

Please sign in to comment.