瀏覽代碼

更新 'tasks/arriba.wdl'

ANNOTATION_GTF
master
biochenglinliu 4 年之前
父節點
當前提交
11064518fc
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      tasks/arriba.wdl

+ 3
- 3
tasks/arriba.wdl 查看文件

@@ -18,12 +18,12 @@ task arriba{
gzip -c ${fastq2} >${sample_id}_R2.fastq.gz
mkdir ./output/
echo ${star_index_dir} >output/a.txt
echo ${STAR_INDEX_DIR} >output/a.txt
echo ${fastq1} >> output/a.txt
echo ${fastq2} >> output/a.txt
echo ${sample_id} >> output/a.txt
echo ${assembly_fa} >> output/a.txt
echo ${annotation_gtf} >> output/a.txt
echo ${ASSEMBLY_FA} >> output/a.txt
echo ${ANNOTATION_GTF} >> output/a.txt



Loading…
取消
儲存