Skip to content

Commit

Permalink
Add example json input for SingleSample runs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanlieshout committed Aug 26, 2022
1 parent 57b3e56 commit 27ed505
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions sample_json/exampleSingleSample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"reference": {
"type": "REFERENCE",
"name": "GIAB12878",
"lanes": [
{
"laneNumber": "1",
"firstOfPairPath": "{bucket-name}/{fastq-file-lane1-R1}.fastq.gz",
"secondOfPairPath": "{bucket-name}/{fastq-file-lane1-R2}.fastq.gz"
},
{
"laneNumber": "2",
"firstOfPairPath": "{bucket-name}/{fastq-file-lane2-R1}.fastq.gz",
"secondOfPairPath": "{bucket-name}/{fastq-file-lane2-R2}.fastq.gz"
},
{
"laneNumber": "3",
"firstOfPairPath": "{bucket-name}/{fastq-file-lane3-R1}.fastq.gz",
"secondOfPairPath": "{bucket-name}/{fastq-file-lane3-R2}.fastq.gz"
},
{
"laneNumber": "4",
"firstOfPairPath": "{bucket-name}/{fastq-file-lane4-R1}.fastq.gz",
"secondOfPairPath": "{bucket-name}/{fastq-file-lane4-R2}.fastq.gz"
}
]
}
}

0 comments on commit 27ed505

Please sign in to comment.