소스 검색

samtools location

master
LUYAO REN 6 년 전
부모
커밋
bc60b88ffa
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -0
      README.md
  2. +1
    -1
      tasks/indexBam.wdl

+ 2
- 0
README.md 파일 보기

@@ -10,6 +10,8 @@ Aligning RNAseq data to a reference genome is complicates by RNA splicing, [GATK

Generate genome index files:

The STAR you use

```bash
genomeDir=/path/to/GRCh38
mkdir $genomeDir

+ 1
- 1
tasks/indexBam.wdl 파일 보기

@@ -8,7 +8,7 @@ task indexBam {
command <<<
set -o pipefail
set -e
samtools index ${sorted_bam}
/opt/conda/bin/samtools index ${sorted_bam}
>>>

runtime {

Loading…
취소
저장