Browse Source

fix bug

master
YaqingLiu 5 years ago
parent
commit
e2e29ee53c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inputs

+ 1
- 1
inputs View File

@@ -1,6 +1,6 @@
{
"{{ project_name }}.bam": "{{ bam }}",
"{{ project_name }}.bam": "{{ bai }}",
"{{ project_name }}.bai": "{{ bai }}",
"{{ project_name }}.bed": "{{ bed }}",
"{{ project_name }}.sample": "{{ sample }}",
"{{ project_name }}.docker": "{{ docker }}",

Loading…
Cancel
Save