bamdst is a lightweight tool to stat the depth coverage of target regions of bam file(s).
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

9 行
349B

  1. {
  2. "{{ project_name }}.bam": "{{ bam }}",
  3. "{{ project_name }}.bai": "{{ bai }}",
  4. "{{ project_name }}.bed": "{{ bed }}",
  5. "{{ project_name }}.sample": "{{ sample }}",
  6. "{{ project_name }}.docker": "{{ docker }}",
  7. "{{ project_name }}.disk_size": "{{ disk_size }}",
  8. "{{ project_name }}.cluster_config": "{{ cluster_config }}"
  9. }