ソースを参照

更新 'tasks/featureCounts.wdl'

master
chenqingwang 4年前
コミット
115b80f6e6
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      tasks/featureCounts.wdl

+ 2
- 2
tasks/featureCounts.wdl ファイルの表示

@@ -5,11 +5,11 @@ task featureCounts {
String sample_id
String docker
String cluster
Int strand_information = 0

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

読み込み中…
キャンセル
保存