Skip to content

Commit

Permalink
style: Fix editorconfig errors
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Mar 18, 2024
1 parent 9dcebc4 commit 4c299ae
Show file tree
Hide file tree
Showing 16 changed files with 874 additions and 872 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset

[*.cpp]
indent_size = 2
2 changes: 1 addition & 1 deletion bin/mapped_2hic_fragments.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"""
Script to keep only valid 3C products - DE and SC are removed
Output is : readname /
Output is : readname /
"""
import time
import getopt
Expand Down
2 changes: 1 addition & 1 deletion bin/mergeSAM.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

"""
Script to pair 2 SAM/BAM files into one PE BAM
- On 03/05/16 Ferhat made changes starting from ~/bin/HiC-Pro_2.7.2b/scripts/mergeSAM.py
- On 03/05/16 Ferhat made changes starting from ~/bin/HiC-Pro_2.7.2b/scripts/mergeSAM.py
to make singletons possible to be reported
"""

Expand Down
Loading

0 comments on commit 4c299ae

Please sign in to comment.