Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

5 anos atrás
5 anos atrás
5 anos atrás
5 anos atrás
5 anos atrás
5 anos atrás
5 anos atrás
5 anos atrás
4 anos atrás
5 anos atrás
123456789101112131415161718192021222324252627282930
  1. {
  2. "{{ project_name }}.read1": "{{ read1 }}",
  3. "{{ project_name }}.read2": "{{ read2 }}",
  4. "{{ project_name }}.sample_id": "{{ sample_id }}",
  5. "{{ project_name }}.screen_ref_dir": "{{ screen_ref_dir }}",
  6. "{{ project_name }}.fastq_screen_conf": "{{ fastq_screen_conf }}",
  7. "{{ project_name }}.idx": "{{ idx }}",
  8. "{{ project_name }}.gtf": "{{ gtf }}",
  9. "{{ project_name }}.disk_size": "{{ disk_size if disk_size != '' else 200}}",
  10. "{{ project_name }}.idx_prefix": "{{ idx_prefix }}",
  11. "{{ project_name }}.fastqscreen_docker": "{{ fastqscreen_docker }}",
  12. "{{ project_name }}.fastqscreen_cluster": "{{ fastqscreen_cluster }}",
  13. "{{ project_name }}.fastqc_cluster": "{{ fastqc_cluster }}",
  14. "{{ project_name }}.fastqc_docker": "{{ fastqc_docker }}",
  15. "{{ project_name }}.hisat2_docker": "{{ hisat2_docker }}",
  16. "{{ project_name }}.hisat2_cluster": "{{ hisat2_cluster }}",
  17. "{{ project_name }}.insert_size": "{{ insert_size }}",
  18. "{{ project_name }}.samtools_docker": "{{ samtools_docker }}",
  19. "{{ project_name }}.samtools_cluster": "{{ samtools_cluster }}",
  20. "{{ project_name }}.qualimap_docker": "{{ qualimap_docker }}",
  21. "{{ project_name }}.qualimap_cluster": "{{ qualimap_cluster }}",
  22. "{{ project_name }}.stringtie_docker": "{{ stringtie_docker }}",
  23. "{{ project_name }}.stringtie_cluster": "{{ stringtie_cluster }}",
  24. "{{ project_name }}.ballgown_docker": "{{ ballgown_docker }}",
  25. "{{ project_name }}.ballgown_cluster": "{{ ballgown_cluster }}",
  26. "{{ project_name }}.count_docker": "{{ count_docker }}",
  27. "{{ project_name }}.count_cluster": "{{ count_cluster }}",
  28. "{{ project_name }}.count_length": "{{ count_length }}",
  29. "{{ project_name }}.pre_alignment_qc": "{{ pre_alignment_qc }}"
  30. }