You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

inputs 779B

5 years ago
123456789101112131415
  1. {
  2. "{{ project_name }}.read1": "{{ read1 }}",
  3. "{{ project_name }}.read2": "{{ read2 }}",
  4. "{{ project_name }}.idx": "{{ idx }}",
  5. "{{ project_name }}.gtf": "{{ gtf }}",
  6. "{{ project_name }}.idx_prefix": "{{ idx_prefix }}",
  7. "{{ project_name }}.hisat2.docker": "{{ hisat2_docker }}",
  8. "{{ project_name }}.hisat2.cluster": "{{ hisat2_cluster }}",
  9. "{{ project_name }}.samtools.docker": "{{ samtools_docker }}",
  10. "{{ project_name }}.samtools.cluster": "{{ samtools_cluster }}",
  11. "{{ project_name }}.stringtie.docker": "{{ stringtie_docker }}",
  12. "{{ project_name }}.stringtie.cluster": "{{ stringtie_cluster }}"
  13. "{{ project_name }}.ballgown.docker": "{{ ballgown_docker }}",
  14. "{{ project_name }}.ballgown.cluster": "{{ ballgown_cluster }}"
  15. }