Browse Source

更新 'tasks/featureCounts.wdl'

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

+ 1
- 1
tasks/featureCounts.wdl View File

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

command <<<
featureCounts -T $cpu_num -t exon -g gene_id -a $gtf_dir/$lnc_gtf_file -s $strand_information -p -o $sample_id.genefeaturecount.txt $bam_file
featureCounts -T 4 -t exon -g gene_id -a $gtf_dir/$lnc_gtf_file -s $strand_information -p -o $sample_id.genefeaturecount.txt $bam_file
>>>

runtime {

Loading…
Cancel
Save