Parcourir la source

samtools location

master
LUYAO REN il y a 6 ans
Parent
révision
bc60b88ffa
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +2
    -0
      README.md
  2. +1
    -1
      tasks/indexBam.wdl

+ 2
- 0
README.md Voir le fichier

@@ -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 Voir le fichier

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

runtime {

Chargement…
Annuler
Enregistrer