Explorar el Código

更新 'tasks/featureCounts.wdl'

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

+ 1
- 1
tasks/featureCounts.wdl Ver fichero

@@ -8,7 +8,7 @@ task featureCounts {

command <<<
featureCounts -T 4 -t exon -g gene_id -a ${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 -o ${sample_id}.genefeaturecount.txt ${bam_file}
>>>

runtime {

Cargando…
Cancelar
Guardar