Skip to content

Commit

Permalink
Update README.md (#1245)
Browse files Browse the repository at this point in the history
fixed documentation for paftools
  • Loading branch information
jamestwebber authored Nov 15, 2024
1 parent 358a398 commit c6db201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion misc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ minimap2 -c test/MT-human.fa test/MT-orang.fa \
| paftools.js liftover -l10000 - <(echo -e "MT_orang\t2000\t5000") # liftOver
# no test data for the following examples
paftools.js junceval -e anno.gtf splice.sam > out.txt # compare splice junctions to annotations
paftools.js splice2bed anno.gtf > anno.bed # convert GTF/GFF3 to BED12
paftools.js splice2bed splice.sam > splice.bed # convert PAF/SAM to BED12
paftools.js gff2bed anno.gtf > anno.bed # convert GTF/GFF3 to BED12
```

## Table of Contents
Expand Down

0 comments on commit c6db201

Please sign in to comment.