Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: Fix editorconfig errors #195

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading