瀏覽代碼

更新 'workflow.wdl'

master
chenqingwang 4 年之前
父節點
當前提交
d7576a8e93
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. +0
    -8
      workflow.wdl

+ 0
- 8
workflow.wdl 查看文件

@@ -27,8 +27,6 @@ workflow {{ project_name }} {
Int length_required1
Int disable_quality_filtering
File idx
File Trim_R1
File Trim_R2
String idx_prefix
String pen_intronlen
String hisat2_docker
@@ -39,16 +37,10 @@ workflow {{ project_name }} {
Int max_intronlen
Int maxins
Int minins
File sam
String bam = sample_id + ".bam"
String sorted_bam = sample_id + ".sorted.bam"
String percent_bam = sample_id + ".percent.bam"
String sorted_bam_index = sample_id + ".sorted.bam.bai"
String ins_size = sample_id + ".ins_size"
String samtools_docker
String samtools_cluster
Int insert_size
File bam_file
File lnc_gtf_file = "lncRNAKB_hg38_v7.gtf"
String gtf_dir = "oss://pgx-reference-data/reference/subread/"
String subread_docker

Loading…
取消
儲存