Explorar el Código

更新 'tasks/featureCounts.wdl'

master
chenqingwang hace 4 años
padre
commit
51e8cfdde8
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. +1
    -2
      tasks/featureCounts.wdl

+ 1
- 2
tasks/featureCounts.wdl Ver fichero

@@ -1,7 +1,6 @@
task featureCounts {
File bam_file
File lnc_gtf_file
String gtf_dir
String sample_id
String docker
String cluster
@@ -9,7 +8,7 @@ task featureCounts {

command <<<
featureCounts -T 4 -t exon -g gene_id -a ${gtf_dir}${lnc_gtf_file} -s 0 -p -o ${sample_id}.genefeaturecount.txt ${bam_file}
featureCounts -T 4 -t exon -g gene_id -a ${lnc_gtf_file} -s 0 -p -o ${sample_id}.genefeaturecount.txt ${bam_file}
>>>

runtime {

Cargando…
Cancelar
Guardar