소스 검색

Update README.md

master
YaqingLiu 4 년 전
부모
커밋
f5c16e6fcf
1개의 변경된 파일11개의 추가작업 그리고 3개의 파일을 삭제
  1. +11
    -3
      README.md

+ 11
- 3
README.md 파일 보기

@@ -17,9 +17,8 @@ open-choppy-env
choppy install YaqingLiu/CNVkit
```

## Copy number calling pipeline
![image](https://cnvkit.readthedocs.io/en/stable/_images/workflow.png)
## Input
Please note that the input file of this APP is in the JSON format instead of CSV.
```json
{
"tumor_bam": [
@@ -47,7 +46,16 @@ choppy install YaqingLiu/CNVkit
"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>

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

Loading…
취소
저장