Browse Source

Update README.md

master
YaqingLiu 4 years ago
parent
commit
f5c16e6fcf
1 changed files with 11 additions and 3 deletions
  1. +11
    -3
      README.md

+ 11
- 3
README.md View File

choppy install YaqingLiu/CNVkit choppy install YaqingLiu/CNVkit
``` ```


## Copy number calling pipeline
![image](https://cnvkit.readthedocs.io/en/stable/_images/workflow.png)
## Input ## Input
Please note that the input file of this APP is in the JSON format instead of CSV.
```json ```json
{ {
"tumor_bam": [ "tumor_bam": [
"reference": "..." # this parameter is optional "reference": "..." # this parameter is optional
} }
``` ```
## Note

## Submit your task
```
# choppy batch
chopppy batch YaqingLiu/CNVkit-latest samples.json -p project_name
```

## Copy number calling pipeline
![image](https://cnvkit.readthedocs.io/en/stable/_images/workflow.png)
### Note
<font color=darkred>***-m {hybrid,amplicon,wgs}, --seq-method {hybrid,amplicon,wgs}, --method {hybrid,amplicon,wgs}***</font> <font color=darkred>***-m {hybrid,amplicon,wgs}, --seq-method {hybrid,amplicon,wgs}, --method {hybrid,amplicon,wgs}***</font>


Sequencing assay type: hybridization capture ('hybrid'), targeted amplicon sequencing ('amplicon'), or whole genome sequencing ('wgs'). Sequencing assay type: hybridization capture ('hybrid'), targeted amplicon sequencing ('amplicon'), or whole genome sequencing ('wgs').

Loading…
Cancel
Save