Skip to content

Commit

Permalink
remove unnecessary lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gconcepcion committed Feb 14, 2024
1 parent 4852a95 commit 2ab2d8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions backends/example/single.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"cohort_id": "HG002",
"samples": [
{
"father_id": "HG003",
"mother_id": "HG004",
"movie_bams": [
"/path/to/input1.bam",
"/path/to/input2.bam",
Expand Down
4 changes: 0 additions & 4 deletions backends/example/trio.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"sample_id": "HG002"
},
{
"father_id": "",
"mother_id": "",
"movie_bams": [
"/path/to/sampleB_1.bam",
"/path/to/sampleB_2.bam"
Expand All @@ -23,8 +21,6 @@
"sample_id": "HG003"
},
{
"father_id": "",
"mother_id": "",
"movie_bams": [
"/path/to/sampleC_1.bam",
"/path/to/sampleC_2.bam"
Expand Down

0 comments on commit 2ab2d8e

Please sign in to comment.