소스 검색

更新 '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…
취소
저장