Explorar el Código

更新 'tasks/featureCounts.wdl'

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

+ 1
- 1
tasks/featureCounts.wdl Ver fichero

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

command <<<
featureCounts -T 4 -t exon -g gene_id -a oss://pgx-reference-data/reference/subread/lncRNAKB_hg38_v7.gtf -s 0 -p -o $sample_id.genefeaturecount.txt $bam_file
featureCounts -T 4 -t exon -g gene_id -a oss://pgx-reference-data/reference/subread/lncRNAKB_hg38_v7.gtf -s 0 -p -o ${sample_id}.genefeaturecount.txt ${bam_file}
>>>

runtime {

Cargando…
Cancelar
Guardar