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
84cc3334
Commit
84cc3334
authored
8 years ago
by
Beibei Chen
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
typo fix See merge request
!3
parents
6cee390c
fb9bb7ef
Branches
Branches containing commit
Tags
publish_0.0.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/main.nf
+5
-5
5 additions, 5 deletions
workflow/main.nf
with
5 additions
and
5 deletions
workflow/main.nf
+
5
−
5
View file @
84cc3334
...
...
@@ -46,7 +46,7 @@ process run_deeptools {
file deeptools_peak_files from deeptools_peaks.toList()
file deeptools_bam_indexes from deeptools_bamindex.toList()
output:
stdout resul
t
file "*deeptools*" into deeptools_outpu
t
script:
"""
module load python/2.7.x-anaconda
...
...
@@ -83,7 +83,7 @@ process run_chipseeker_diffpeak {
file diffpeak_design_file from diffpeaksdesign_chipseeker
file diffpeaks from diffpeaks_chipseeker
output:
stdout result_chipseeker
file "*chipseeker*" into chipseeker_diffpeak_output
script:
"""
module load python/2.7.x-anaconda
...
...
@@ -98,7 +98,7 @@ process run_chipseeker_originalpeak {
file design_file from chipseeker_design
file chipseeker_peak_files from chipseeker_peaks.toList()
output:
stdout result1
file "*chipseeker*" into chipseeker_originalpeak_output
script:
"""
module load python/2.7.x-anaconda
...
...
@@ -113,7 +113,7 @@ process run_meme_original {
file design_meme from meme_design
file meme_peak_files from meme_peaks.toList()
output:
stdout result_
meme_original
file "*meme*" into
meme_original
_output
script:
"""
module load python/2.7.x-anaconda
...
...
@@ -129,7 +129,7 @@ process run_meme_diffpeak {
file peaks_meme from diffpeaks_meme
file diffpeak_design from diffpeaksdesign_meme
output:
stdout result_meme
file "*meme*" into meme_diffpeak_output
script:
"""
module load python/2.7.x-anaconda
...
...
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