Przeglądaj źródła

更新 'tasks/featureCounts.wdl'

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

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



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 {

Ładowanie…
Anuluj
Zapisz