Browse Source

add sample_id in input

tags/v0.1.0
stead99 4 years ago
parent
commit
5a89d17ecd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      inputs

+ 1
- 0
inputs View File

{ {
"{{ project_name }}.read1": "{{ read1 }}", "{{ project_name }}.read1": "{{ read1 }}",
"{{ project_name }}.read2": "{{ read2 }}", "{{ project_name }}.read2": "{{ read2 }}",
"{{ project_name }}.sample_id": "{{ sample_id }}",
"{{ project_name }}.screen_ref_dir": "{{ screen_ref_dir }}", "{{ project_name }}.screen_ref_dir": "{{ screen_ref_dir }}",
"{{ project_name }}.fastq_screen_conf": "{{ fastq_screen_conf }}", "{{ project_name }}.fastq_screen_conf": "{{ fastq_screen_conf }}",
"{{ project_name }}.idx": "{{ idx }}", "{{ project_name }}.idx": "{{ idx }}",

Loading…
Cancel
Save