Skip to content

Commit

Permalink
black formating
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed May 31, 2023
1 parent 47c61fd commit a9b1676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/envs/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- bedtools
- samtools>=1.9
- pysam
- snakemake>=7.8
- snakemake>=7.25.0
- snakefmt
- bwa
- pigz
2 changes: 1 addition & 1 deletion workflow/scripts/ntn_bam_to_contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main():
# print('extra field:', extra_field, file=sys.stderr)
alignments += parse_extra_alignments(extra_field)

for (mapped_seq, mapped_pos) in alignments:
for mapped_seq, mapped_pos in alignments:
print(
"{}\t{}\t{}\t{}\t{}\t{}\t1".format(
original_location[0],
Expand Down

0 comments on commit a9b1676

Please sign in to comment.