Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hiruna72 committed May 6, 2024
1 parent 4867f52 commit 822f852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -631,4 +631,4 @@ These examples were generated using the testcases - `1.1, 2.1, 1.11,` and `3.2`
Please refer to the example [pipelines](docs/pipeline_basic.md) to learn how to integrate squigualiser into your analysis.

## Acknowledgement
Some code snippets have been taken from [blue-crab](https://github.com/Psy-Fer/blue-crab), [buttery-eel](https://github.com/Psy-Fer/buttery-eel), [readfish](https://github.com/LooseLab/readfish) and [bonito](https://github.com/nanoporetech/bonito)
Some code snippets have been taken from [readpaf](https://pypi.org/project/readpaf/), [blue-crab](https://github.com/Psy-Fer/blue-crab), [buttery-eel](https://github.com/Psy-Fer/buttery-eel), [readfish](https://github.com/LooseLab/readfish) and [bonito](https://github.com/nanoporetech/bonito)
2 changes: 1 addition & 1 deletion src/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import argparse
import re
import logging
from src import readpaf_local
from sys import stdin
from pyfaidx import Fasta
from pyfastx import Fastq
Expand All @@ -24,6 +23,7 @@
from src import bed_annotation
from src import plot_utils
from src import calculate_offsets
from src import readpaf_local

# ref_start is always 1based closed
# ref_end is always 1based closed
Expand Down

0 comments on commit 822f852

Please sign in to comment.