Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jun 3, 2024
1 parent d6c89e9 commit 2fe7f0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anglerfish/demux/demux.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ def cluster_matches(
return unmatched_bed, matched_bed


def write_demuxedfastq(beds: dict[str,list], fastq_in: os.PathLike, fastq_out: os.PathLike) -> str:
def write_demuxedfastq(
beds: dict[str, list], fastq_in: os.PathLike, fastq_out: os.PathLike
) -> str:
"""
Intended for multiprocessing
Take a set of coordinates in bed format [[seq1, start, end, ..][seq2, ..]]
Expand Down

0 comments on commit 2fe7f0d

Please sign in to comment.