Sfoglia il codice sorgente

first commit

tags/v1.0
lutingxi 3 anni fa
parent
commit
6cd04c2383
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. +9
    -0
      inputs

+ 9
- 0
inputs Vedi File

@@ -0,0 +1,9 @@
{
"{{ project_name }}.fastq1": "{{ fastq1 }}",
"{{ project_name }}.fastq2": "{{ fastq2 }}",
"{{ project_name }}.sample_id": "{{ sample_id }}",
"{{ project_name }}.fusioncatcher_docker": "{{ fusioncatcher_docker }}",
"{{ project_name }}.fusioncatcher_database_dir": "{{ fusioncatcher_database_dir }}",
"{{ project_name }}.fusioncatcher_cluster": "{{ fusioncatcher_cluster }}",
"{{ project_name }}.disk_size": "{{ disk_size }}"
}

Loading…
Annulla
Salva