Browse Source

更新 'tasks/featureCounts.wdl'

master
chenqingwang 4 years ago
parent
commit
a6e0703939
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/featureCounts.wdl

+ 1
- 1
tasks/featureCounts.wdl View File



command <<< 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 { runtime {

Loading…
Cancel
Save