For RNA-seq data, from bam/fastq to AS sites files.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

9 lines
386B

  1. {
  2. "{{ project_name }}.sample_id": "{{ sample_id }}",
  3. "{{ project_name }}.b1_txt": "{{ b1_txt }}",
  4. "{{ project_name }}.b2_txt": "{{ b2_txt }}",
  5. "{{ project_name }}.reference_gtf_file": "{{ reference_gtf_file }}",
  6. "{{ project_name }}.rmats_docker": "{{ rmats_docker }}",
  7. "{{ project_name }}.rmats_cluster": "{{ rmats_cluster }}",
  8. "{{ project_name }}.disk_size": "{{ disk_size }}"
  9. }