Browse Source

samtools location

master
LUYAO REN 6 years ago
parent
commit
bc60b88ffa
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      README.md
  2. +1
    -1
      tasks/indexBam.wdl

+ 2
- 0
README.md View File



Generate genome index files: Generate genome index files:


The STAR you use

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

+ 1
- 1
tasks/indexBam.wdl View File

command <<< command <<<
set -o pipefail set -o pipefail
set -e set -e
samtools index ${sorted_bam}
/opt/conda/bin/samtools index ${sorted_bam}
>>> >>>


runtime { runtime {

Loading…
Cancel
Save