Explorar el Código

test input

master
YaqingLiu hace 4 años
padre
commit
3ad726fb45
Se han modificado 2 ficheros con 15 adiciones y 6 borrados
  1. +14
    -5
      README.md
  2. +1
    -1
      inputs

+ 14
- 5
README.md Ver fichero

@@ -1,8 +1,17 @@
#### Usage
$ open-choppy-env
$ choppy install ...
$ choppy install YaqingLiu/bcftools

#### inputSamplesFile
sample_id tumor_fastq_1 tumor_fastq_2 normal_fastq_1 normal_fastq_1

inputSamplesFile is in the form of tsv, and should be put into Aliyun OSS.
#### Input File
Input file should be in the form of json.
For example:
```
{
"vcf": [
"oss://choppy-cromwell-result/test-choppy/..._pon.vcf",
"oss://choppy-cromwell-result/test-choppy/..._pon.vcf",
"oss://choppy-cromwell-result/test-choppy/..._pon.vcf"
],
"sample_id": "somatic_normal"
}
```

+ 1
- 1
inputs Ver fichero

@@ -1,6 +1,6 @@
{
"{{ project_name }}.bcftools_docker": "{{ bcftools_docker }}",
"{{ project_name }}.vcf": {{ vcf }},
"{{ project_name }}.vcf": {{ vcf | tojson }},
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}"
}

Cargando…
Cancelar
Guardar