Bläddra i källkod

remove dot in input

tags/v0.1.0
stead99 5 år sedan
förälder
incheckning
9d688fbeeb
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      inputs

+ 2
- 2
inputs Visa fil

@@ -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}}"
}

Laddar…
Avbryt
Spara