Skip to content

Commit 822f852

Browse files
committed
update readme
1 parent 4867f52 commit 822f852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,4 +631,4 @@ These examples were generated using the testcases - `1.1, 2.1, 1.11,` and `3.2`
631631
Please refer to the example [pipelines](docs/pipeline_basic.md) to learn how to integrate squigualiser into your analysis.
632632

633633
## Acknowledgement
634-
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)
634+
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)

src/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import argparse
1515
import re
1616
import logging
17-
from src import readpaf_local
1817
from sys import stdin
1918
from pyfaidx import Fasta
2019
from pyfastx import Fastq
@@ -24,6 +23,7 @@
2423
from src import bed_annotation
2524
from src import plot_utils
2625
from src import calculate_offsets
26+
from src import readpaf_local
2727

2828
# ref_start is always 1based closed
2929
# ref_end is always 1based closed

0 commit comments

Comments
 (0)