瀏覽代碼

Initial version

master
chenziyin 6 年之前
父節點
當前提交
d16e79b2c1
共有 1 個檔案被更改,包括 17 行新增0 行删除
  1. +17
    -0
      inputs

+ 17
- 0
inputs 查看文件

{
"{{ project_name }}.sample_ID": "{{ sample_id }}",
"{{ project_name }}.raw_fastq": "{{ raw_fastq }}",
"{{ project_name }}.adapter_seq": "{{ adapter_seq }}",
"{{ project_name }}.randomBase_in_adapter": "{{ randomBase_in_adapter }}",
"{{ project_name }}.docker_fastp": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/fastp:0.19.6",
"{{ project_name }}.cluster_config": "OnDemand ecs.sn2.large img-ubuntu-vpc",
"{{ project_name }}.disk_size": "200",
"{{ project_name }}.qualified_quality_phred": "20",
"{{ project_name }}.unqualified_percent_limit": "20",
"{{ project_name }}.n_base_limit": "5",
"{{ project_name }}.length_required": "16",
"{{ project_name }}.dir_index_mature": "oss://pgx-reference-data/miRNAseq/miRNA_mature/",
"{{ project_name }}.prefix_index_mature": "mature",
"{{ project_name }}.sum_unmatch_quality_limit": "40",
"{{ project_name }}.docker_bowtie": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/bowtie:1.2.2-20190326"
}

Loading…
取消
儲存