From 2ab2d8e7efc273c926a6fd84a05d82581dbe15f6 Mon Sep 17 00:00:00 2001 From: gconcepcion Date: Wed, 14 Feb 2024 11:55:58 -0800 Subject: [PATCH] remove unnecessary lines --- backends/example/single.json | 2 -- backends/example/trio.json | 4 ---- 2 files changed, 6 deletions(-) diff --git a/backends/example/single.json b/backends/example/single.json index f351659..734d169 100644 --- a/backends/example/single.json +++ b/backends/example/single.json @@ -3,8 +3,6 @@ "cohort_id": "HG002", "samples": [ { - "father_id": "HG003", - "mother_id": "HG004", "movie_bams": [ "/path/to/input1.bam", "/path/to/input2.bam", diff --git a/backends/example/trio.json b/backends/example/trio.json index af839e1..b09f10e 100644 --- a/backends/example/trio.json +++ b/backends/example/trio.json @@ -13,8 +13,6 @@ "sample_id": "HG002" }, { - "father_id": "", - "mother_id": "", "movie_bams": [ "/path/to/sampleB_1.bam", "/path/to/sampleB_2.bam" @@ -23,8 +21,6 @@ "sample_id": "HG003" }, { - "father_id": "", - "mother_id": "", "movie_bams": [ "/path/to/sampleC_1.bam", "/path/to/sampleC_2.bam"