Browse Source

添加 'inputs'

master
meng 2 years ago
parent
commit
fcf96242a6
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      inputs

+ 9
- 0
inputs View File

@@ -0,0 +1,9 @@
{
"{{ project_name }}.sample_id": "{{ sample_id }}",
"{{ project_name }}.bam_file": "{{ bam_file }}",
"{{ project_name }}.bam_bai": "{{ bam_bai }}",
"{{ project_name }}.docker_qualimap": "{{ docker_qualimap }}",
"{{ project_name }}.annot_gff": "{{ annot_gff }}",
"{{ project_name }}.cluster_config": "{{cluster_config }}",
"{{ project_name }}.disk_size": "{{ disk_size }}"
}

Loading…
Cancel
Save