Browse Source

更新 'inputs'

tab
master
biochenglinliu 4 years ago
parent
commit
b9392143a0
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      inputs

+ 7
- 7
inputs View File

@@ -1,11 +1,11 @@
{
"{{ project_name }}.sample_id": "{{ sample_id }}",
"{{ project_name }}.fastq1": "{{ fastq1 }}",
"{{ project_name }}.fastq2": "{{ fastq2 }}",
"{{ project_name }}.starfusion_database_dir": "{{ starfusion_database_dir }}",
"{{ project_name }}.starfusion_docker": "{{ starfusion_docker }}",
"{{ project_name }}.starfusion_cluster": "{{ starfusion_cluster }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.sample_id": "{{ sample_id }}",
"{{ project_name }}.fastq1": "{{ fastq1 }}",
"{{ project_name }}.fastq2": "{{ fastq2 }}",
"{{ project_name }}.starfusion_database_dir": "{{ starfusion_database_dir }}",
"{{ project_name }}.starfusion_docker": "{{ starfusion_docker }}",
"{{ project_name }}.starfusion_cluster": "{{ starfusion_cluster }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.fastp_docker": "{{ fastp_docker }}",
"{{ project_name }}.fastp_cluster": "{{ fastp_cluster }}",
"{{ project_name }}.trim_front1": "{{ trim_front1 }}",

Loading…
Cancel
Save