Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
BICF
chipseq_analysis
Commits
0ee7bca0
Commit
0ee7bca0
authored
7 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fix naming schema of xcor.
parent
bbeb4524
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/scripts/call_peaks_macs.py
+2
-2
2 additions, 2 deletions
workflow/scripts/call_peaks_macs.py
with
2 additions
and
2 deletions
workflow/scripts/call_peaks_macs.py
+
2
−
2
View file @
0ee7bca0
...
...
@@ -8,7 +8,7 @@ import shutil
import
logging
from
multiprocessing
import
cpu_count
import
utils
from
xcor
import
xcor
from
xcor
import
xcor
as
calcualte_xcor
EPILOG
=
'''
For more details:
...
...
@@ -256,7 +256,7 @@ def main():
# Calculate Cross-correlation if not already calcualted
if
xcor
==
'
Calculate
'
:
xcor_file
=
xcor
(
tag
,
paired
)
xcor_file
=
calculate_
xcor
(
tag
,
paired
)
else
:
xcor_file
=
xcor
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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