Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloacera authored Aug 6, 2022
1 parent 32468af commit 6358e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Before running CHEUI:
2. Basecalled sequences (fastq) should be aligned to a reference transcriptome using minimap2 and primary, positive strand alignments should be selected, e.g.
```
minimap2 -ax map-ont -k14 <transcriptome fasta> <read fastq> | samtools view -f 2308 -b > <sorted-bam-file>
samtools index <sorted-bam-file>
```

3. Signal data should be resquiggled to aligned sequences using Nanopolish (https://nanopolish.readthedocs.io/en/latest/), ensuring that events are rescaled, e.g.
Expand Down

0 comments on commit 6358e2a

Please sign in to comment.