Sfoglia il codice sorgente

更新 'tasks/featureCounts.wdl'

master
chenqingwang 4 anni fa
parent
commit
1d96e5fcae
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tasks/featureCounts.wdl

+ 1
- 1
tasks/featureCounts.wdl Vedi File

@@ -9,7 +9,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 ${gtf_dir}${lnc_gtf_file} -s 0 -p -o ${sample_id}.genefeaturecount.txt ${bam_file}
>>>

runtime {

Loading…
Annulla
Salva