From bam to lncRNA profile.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

inputs 334B

12345678
  1. {
  2. "{{ project_name }}.sample_id": "{{ sample_id }}",
  3. "{{ project_name }}.bam_file": "{{ bam_file }}",
  4. "{{ project_name }}.gtf_dir: "{{ gtf_dir }}",
  5. "{{ project_name }}.lnc_gtf_file: "{{ lnc_gtf_file }}",
  6. "{{ project_name }}.subread_docker": "{{ subread_docker }}",
  7. "{{ project_name }}.subread_cluster": "{{ subread_cluster }}"
  8. }