Przeglądaj źródła

更新 'tasks/featureCounts.wdl'

master
chenqingwang 4 lat temu
rodzic
commit
1d96e5fcae
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      tasks/featureCounts.wdl

+ 1
- 1
tasks/featureCounts.wdl Wyświetl plik

@@ -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 {

Ładowanie…
Anuluj
Zapisz