Browse Source

project name

master
LUYAO REN 3 years ago
parent
commit
fa4f5f641e
1 changed files with 3 additions and 6 deletions
  1. +3
    -6
      inputs

+ 3
- 6
inputs View File

@@ -3,13 +3,10 @@
"{{ project_name }}.fasta": "{{ fasta }}",
"{{ project_name }}.dbsnp_dir": "{{ dbsnp_dir }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.corealigner_bam": "{{ corealigner_bam }}",
"{{ project_name }}.dbmills_dir": "{{ dbmills_dir }}",
"{{ project_name }}.docker": "{{ docker }}",
"{{ project_name }}.bam_index": "{{ bam_index}}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}",
"{{ project_name }}.SENTIEON_LICENSE": "{{ SENTIEON_LICENSE }}",
"{{ project_name }}.corealigner_bam_index": "{{ corealigner_bam_index }}",
"{{ project_name }}.SENTIEONdocker": "{{ SENTIEONdocker }}",
"{{ project_name }}.db_mills": "{{ db_mills }}",
"{{ project_name }}.bam": "{{ bam }}",
"{{ project_name }}.sample": "{{ sample }}",
"{{ project_name }}.dbsnp": "{{ dbsnp }}",
"{{ project_name }}.ref_dir": "{{ ref_dir }}"

Loading…
Cancel
Save