Skip to content

Commit

Permalink
Merge pull request molgenis#424 from npklein/master
Browse files Browse the repository at this point in the history
samtools index output to .bam.bai instead of .bam.idx
  • Loading branch information
PatrickDeelen committed Sep 25, 2015
2 parents 9ea15aa + 2478a17 commit c2db29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellTypeSpecificAlleleSpecificExpression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ you can then index the bam using the following command in your terminal:
```
samtools index Suzie-RNAseq1.bam
```
A file named: `Suzie-RNAseq1.bam.idx` will be add in the working directory,
A file named: `Suzie-RNAseq1.bam.bai` will be add in the working directory,
this contains the index for the specific bam.
Now the bam file can be used for reading by the ASreads sub-module.
Please index all the bam files that you want to use for analysis.
Expand Down

0 comments on commit c2db29a

Please sign in to comment.