瀏覽代碼

fix bugs

master
LUYAO REN 6 年之前
父節點
當前提交
770b3ec856
共有 2 個檔案被更改,包括 2 行新增5 行删除
  1. +2
    -3
      inputs
  2. +0
    -2
      workflow.wdl

+ 2
- 3
inputs 查看文件

@@ -1,8 +1,7 @@
{
"{{ project_name }}.out_dir": "String (optional, default = \"./\")",
"{{ project_name }}.docker": "registry.cn-shanghai.aliyuncs.com/pgx-docker-registry/ngscheckmate:v1.0.0",
"{{ project_name }}.input_file": "{{ input_file }}",
"{{ project_name }}.fastq_dir": "{{ fastq_dir }}",
"{{ project_name }}.disk_size": "{{ disk_size }}",
"{{ project_name }}.cluster_config": "{{ cluster_config }}"
"{{ project_name }}.disk_size": "100",
"{{ project_name }}.cluster_config": "OnDemand ecs.sn1ne.4xlarge img-ubuntu-vpc"
}

+ 0
- 2
workflow.wdl 查看文件

@@ -4,7 +4,6 @@ workflow {{ project_name }} {
File fastq_dir
File input_file
String docker
String out_dir = "./"
String cluster_config
String disk_size
@@ -12,7 +11,6 @@ workflow {{ project_name }} {
input:
fastq_dir=fastq_dir,
input_file=input_file,
out_dir=out_dir,
docker=docker,
disk_size=disk_size,
cluster_config=cluster_config

Loading…
取消
儲存