Skip to content

Commit

Permalink
Merge pull request #195 from nf-core/editorconfig
Browse files Browse the repository at this point in the history
style: Fix editorconfig errors
  • Loading branch information
edmundmiller authored Mar 18, 2024
2 parents 9dcebc4 + 4c299ae commit 70f5739
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 70f5739

Please sign in to comment.