Zhihui 4 лет назад
Родитель
Сommit
dbfa7df99b
2 измененных файлов: 3 добавлений и 3 удалений
  1. +2
    -2
      tasks/samtools.wdl
  2. +1
    -1
      workflow.wdl

+ 2
- 2
tasks/samtools.wdl Просмотреть файл

@@ -18,7 +18,7 @@ task samtools {
/opt/conda/bin/samtools sort -m 1000000000 ${bam} -o ${sorted_bam}
/opt/conda/bin/samtools index ${sorted_bam}
/opt/conda/bin/samtools view -bs 42.1 ${sorted_bam} > ${percent_bam}
/opt/conda/bin/samtools stats -i ${insert_size} ${sorted_bam} |grep ^IS|cut -f 2- > ${sample_id}.ins_size
#/opt/conda/bin/samtools stats -i ${insert_size} ${sorted_bam} |grep ^IS|cut -f 2- > ${sample_id}.ins_size
>>>

runtime {
@@ -32,7 +32,7 @@ task samtools {
File out_bam = sorted_bam
File out_percent = percent_bam
File out_bam_index = sorted_bam_index
File out_ins_size = ins_size
#File out_ins_size = ins_size
}

}

+ 1
- 1
workflow.wdl Просмотреть файл

@@ -182,4 +182,4 @@ workflow {{ project_name }} {
gene_abundance = stringtie.gene_abundance,
count_length = count_length
}
}
}

Загрузка…
Отмена
Сохранить