Skip to content

Commit 3a91b35

Browse files
Update junctions-extract.md
1 parent ea2f330 commit 3a91b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/commands/junctions-extract.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
###Synopsis
2-
The `junctions extract` command can be used to extract exon-exon junctions from an RNAseq BAM file. The output is a BED file in the BED12 format. We have tested this command with alignments from TopHat and by comparing the exon-exon junctions with the `junctions.bed` file produced from TopHat.
2+
The `junctions extract` command can be used to extract exon-exon junctions from an RNAseq BAM/CRAM file. The output is a BED file in the BED12 format. We have tested this command with alignments from TopHat and by comparing the exon-exon junctions with the `junctions.bed` file produced from TopHat.
33

44
###Usage
55
`regtools junctions extract [options] indexed_alignments.bam`
66

77
###Input
88
| Input | Description |
99
| ------ | ----------- |
10-
| indexed_alignments.bam | Aligned RNAseq BAM which has been indexed for example with `samtools index`. We have tested this command with alignments from TopHat.|
10+
| indexed_alignments.bam | Aligned RNAseq BAM/CRAM which has been indexed for example with `samtools index`. We have tested this command with alignments from TopHat.|
1111

1212
###Options
1313
| Option | Description |

0 commit comments

Comments
 (0)