Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
chipseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
19
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
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
BICF
Astrocyte
chipseq_analysis
Commits
419a82ca
There was a problem fetching the pipeline stages.
Commit
419a82ca
authored
6 years ago
by
Holly Ruess
Browse files
Options
Downloads
Patches
Plain Diff
edited png to pdf
parent
4a069abf
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!19
27 pdfs plots
Pipeline
#2869
failed with stages
in 21 hours, 12 minutes, and 29 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/.DS_Store
+0
-0
0 additions, 0 deletions
workflow/.DS_Store
workflow/scripts/experiment_qc.py
+2
-2
2 additions, 2 deletions
workflow/scripts/experiment_qc.py
with
2 additions
and
2 deletions
workflow/.DS_Store
+
0
−
0
View file @
419a82ca
No preview for this file type
This diff is collapsed.
Click to expand it.
workflow/scripts/experiment_qc.py
+
2
−
2
View file @
419a82ca
...
...
@@ -119,7 +119,7 @@ def check_coverage(design, extension):
bam_files
=
'
'
.
join
(
design
[
'
bam_reads
'
])
labels
=
'
'
.
join
(
design
[
'
sample_id
'
])
coverage_filename
=
'
coverage.p
ng
'
coverage_filename
=
'
coverage.p
df
'
coverage_params
=
"
-n 1000000 --plotTitle
\"
Sample Coverage
\"
"
+
\
"
--ignoreDuplicates --minMappingQuality 10
"
...
...
@@ -155,7 +155,7 @@ def update_controls(design):
def
check_enrichment
(
sample_id
,
control_id
,
sample_reads
,
control_reads
,
extension
):
'''
Asses the enrichment per sample.
'''
fingerprint_filename
=
sample_id
+
'
_fingerprint.p
ng
'
fingerprint_filename
=
sample_id
+
'
_fingerprint.p
df
'
fingerprint_command
=
(
"
plotFingerprint -b %s %s --extendReads %d --labels %s %s --plotFile %s
"
...
...
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