Browse Source

add-cluster

master
stead99 5 years ago
parent
commit
032376cc05
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      inputs

+ 2
- 2
inputs View File

@@ -7,9 +7,9 @@
"{{ project_name }}.idx_prefix": "{{ idx_prefix }}",
"{{ project_name }}.baseout": "{{ baseout }}",
"{{ project_name }}.fastqc.docker": "{{ fastqc_docker }}",
"{{ project_name }}.fastqc.cluster": "{ fastqc_cluster }",
"{{ project_name }}.fastqc.cluster": "{{ fastqc_cluster }}",
"{{ project_name }}.trimmomatic.docker": "{{ trimmomatic_docker }}",
"{{ project_name }}.trimmomatic.cluster": "{ trimmomatic_cluster }",
"{{ project_name }}.trimmomatic.cluster": "{{ trimmomatic_cluster }}",
"{{ project_name }}.tophat2.docker": "{{ tophat2_docker }}",
"{{ project_name }}.tophat2.cluster": "{{ tophat2_cluster }}",
"{{ project_name }}.cufflinks.docker": "{{ cufflinks_docker }}",

Loading…
Cancel
Save