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
21aac926
There was a problem fetching the pipeline stages.
Commit
21aac926
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fix output directories and file names.
parent
483dd61f
1 merge request
!20
Resolve "Use SampleIds/ Experiment Id as file names throughtout pipeline"
Pipeline
#2830
failed with stages
in 11 hours, 30 minutes, and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/main.nf
+1
-0
1 addition, 0 deletions
workflow/main.nf
workflow/scripts/call_peaks_macs.py
+1
-0
1 addition, 0 deletions
workflow/scripts/call_peaks_macs.py
with
2 additions
and
0 deletions
workflow/main.nf
+
1
−
0
View file @
21aac926
...
...
@@ -369,6 +369,7 @@ peaksDesign = experimentPeaks
process consensusPeaks {
publishDir "$outDir/${task.process}", mode: 'copy'
publishDir "$outDir/design", mode: 'copy', pattern: '*.{csv|tsv}'
input:
...
...
This diff is collapsed.
Click to expand it.
workflow/scripts/call_peaks_macs.py
+
1
−
0
View file @
21aac926
...
...
@@ -239,6 +239,7 @@ def call_peaks_macs(experiment, xcor, control, prefix, genome_size, chrom_sizes)
# Remove temporary files
os
.
remove
(
clipped_narrowpeak_fn
)
os
.
remove
(
rescaled_narrowpeak_fn
)
os
.
remove
(
int_narrowpeak_fn
)
def
main
():
...
...
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