Generate a VAF file from the FASTQ file. The purpose of this app is that sometimes we have to process hundreds of files. In this case, using YaqingLiu/NGSCheckMate_parallel is not an optimal choice.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

11 行
433B

  1. {
  2. "{{ project_name }}.sample_id": "{{ sample_id }}",
  3. "{{ project_name }}.fastq1": "{{ fastq1 }}",
  4. "{{ project_name }}.fastq2": "{{ fastq2 }}",
  5. "{{ project_name }}.output_id": "{{ output_id }}",
  6. "{{ project_name }}.subsampling_rate": "{{ subsampling_rate }}",
  7. "{{ project_name }}.docker": "{{ docker }}",
  8. "{{ project_name }}.disk_size": "{{ disk_size }}",
  9. "{{ project_name }}.cluster_config": "{{ cluster_config }}"
  10. }