Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

il y a 5 ans
il y a 5 ans
il y a 5 ans
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. }