Skip to content

Commit

Permalink
Inline conversion optimization (#186)
Browse files Browse the repository at this point in the history
* add compression for output fasta
* add gz to fasta
* change cli to remove inputs as options
* update rule to match new cli
* update summary for new api
* rm redundant required= from argparse
* add this for dev reasons
* replace execute() with executemany()
replace manual reader with pysam FASTX
* safety measure for really short seq
* fix seq length test
  • Loading branch information
pdimens committed Jan 29, 2025
1 parent 55b1013 commit 25e6a03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions harpy/bin/inline_to_haplotag.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,4 @@ def process_record(fw_rec, rv_rec, barcode_database, bc_len):
rv_out.write(new_rv.encode("utf-8"))

bc_db.cursor().close()

0 comments on commit 25e6a03

Please sign in to comment.