Browse Source

reivsed json files

master
junshang 3 years ago
parent
commit
559166795b
2 changed files with 5 additions and 3 deletions
  1. +3
    -2
      README.md
  2. +2
    -1
      samples.json

+ 3
- 2
README.md View File

@@ -21,7 +21,7 @@ touch samples.json
#### quick start

```
$ choppy batch junshang/catreads-latest sample.json --project-name Your_project_name
$ choppy batch junshang/catreads-latest sample.json -p Your_project_name
```

#### Input File
@@ -37,6 +37,7 @@ For example:
"oss://choppy-cromwell-result/test-choppy/..._lane3_1.fq.gz"
],
"panel_id": "test_1.fq.gz",
"sample_id": "test_1.fq.gz"
"sample_id": "test_1",
"disk_size": 200
}
```

+ 2
- 1
samples.json View File

@@ -4,5 +4,6 @@
"oss://choppy-app-example-data/RNAseq/test_fq/test_R1.fq.gz"
],
"sample_name": "test_1.fq.gz",
"sample_id": "test_1"
"sample_id": "test_1",
"disk_size" : 200
}

Loading…
Cancel
Save