@@ -2,7 +2,7 @@ | |||
"{{ project_name }}.sample_id": "{{ sample_id }}", | |||
"{{ project_name }}.fastq": "{{ fastq }}", | |||
"{{ project_name }}.p": "{{ p }}", | |||
"{{ project_name }}.docker_seqkit": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/seqkit:0.12.0", | |||
"{{ project_name }}.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/seqkit:0.12.0", | |||
"{{ project_name }}.cluster_config": "{{ cluster_config }}", | |||
"{{ project_name }}.disk_size": "{{ disk_size }}" | |||
} |
@@ -3,7 +3,7 @@ task DownSample { | |||
String sample_id | |||
File fastq | |||
Float p | |||
String docker_seqkit | |||
String docker | |||
String cluster_config | |||
String disk_size | |||
@@ -5,7 +5,7 @@ workflow {{ project_name }} { | |||
String sample_id | |||
File fastq | |||
Float p | |||
String docker_seqkit | |||
String docker | |||
String cluster_config | |||
String disk_size | |||
@@ -14,7 +14,7 @@ workflow {{ project_name }} { | |||
sample_id=sample_id, | |||
fastq=fastq, | |||
p=p, | |||
docker=docker_seqkit, | |||
docker=docker, | |||
cluster_config=cluster_config, | |||
disk_size=disk_size | |||
} |