Przeglądaj źródła

remove dot in input

tags/v0.1.0
stead99 5 lat temu
rodzic
commit
9d688fbeeb
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      inputs

+ 2
- 2
inputs Wyświetl plik

@@ -61,6 +61,6 @@
"{{ project_name }}.multiqc_docker": "{{ multiqc_docker }}",
"{{ project_name }}.multiqc_disk_size": "{{ multiqc_disk_size }}",
"{{ project_name }}.ballgown_docker": "{{ ballgown_docker }}",
"{{ project_name }}.ballgown_cluster": "{{ ballgown_cluster }}"
"{{ project_name }}.disk_size": "{{ disk_size if disk_size != '' else 200}}",
"{{ project_name }}.ballgown_cluster": "{{ ballgown_cluster }}",
"{{ project_name }}.disk_size": "{{ disk_size if disk_size != '' else 200}}"
}

Ładowanie…
Anuluj
Zapisz