Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
hic
Commits
91784a33
Commit
91784a33
authored
May 22, 2023
by
Adam Talbot
Browse files
Options
Downloads
Patches
Plain Diff
black
parent
5f8dff52
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
bin/mapped_2hic_dnase.py
+0
-1
0 additions, 1 deletion
bin/mapped_2hic_dnase.py
bin/mapped_2hic_fragments.py
+0
-1
0 additions, 1 deletion
bin/mapped_2hic_fragments.py
bin/mergeSAM.py
+0
-1
0 additions, 1 deletion
bin/mergeSAM.py
with
0 additions
and
3 deletions
bin/mapped_2hic_dnase.py
+
0
−
1
View file @
91784a33
...
...
@@ -362,7 +362,6 @@ if __name__ == "__main__":
if
cur_handler
is
not
None
:
if
not
r1
.
is_unmapped
and
not
r2
.
is_unmapped
:
##reorient reads to ease duplicates removal
or1
,
or2
=
get_ordered_reads
(
r1
,
r2
)
or1_chrom
=
samfile
.
get_reference_name
(
or1
.
reference_id
)
...
...
This diff is collapsed.
Click to expand it.
bin/mapped_2hic_fragments.py
+
0
−
1
View file @
91784a33
...
...
@@ -619,7 +619,6 @@ if __name__ == "__main__":
r2_chrom
=
None
if
r1_resfrag
is
not
None
or
r2_resfrag
is
not
None
:
interactionType
=
get_interaction_type
(
r1
,
r1_chrom
,
r1_resfrag
,
r2
,
r2_chrom
,
r2_resfrag
,
verbose
)
dist
=
get_PE_fragment_size
(
r1
,
r2
,
r1_resfrag
,
r2_resfrag
,
interactionType
)
cdist
=
get_cis_dist
(
r1
,
r2
)
...
...
This diff is collapsed.
Click to expand it.
bin/mergeSAM.py
+
0
−
1
View file @
91784a33
...
...
@@ -71,7 +71,6 @@ def get_read_name(read):
def
sam_flag
(
read1
,
read2
,
hr1
,
hr2
):
f1
=
read1
.
flag
f2
=
read2
.
flag
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment