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
6c0883b3
Commit
6c0883b3
authored
9 months ago
by
Felix Perez
Browse files
Options
Downloads
Patches
Plain Diff
Add missing port number to container image tags.
parent
dd5d9a37
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!3
Containerized version of chip-seq analysis
,
!2
Added new Docker file for motif search (named meme-5.5.4) installed from...
Pipeline
#14397
failed with stages
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
astrocyte_pkg.yml
+4
-4
4 additions, 4 deletions
astrocyte_pkg.yml
workflow/configs/biohpc.config
+16
-16
16 additions, 16 deletions
workflow/configs/biohpc.config
with
20 additions
and
20 deletions
astrocyte_pkg.yml
+
4
−
4
View file @
6c0883b3
...
...
@@ -63,10 +63,10 @@ workflow_modules:
# Such as, "docker://", "shub://", "library://", etc. We encourage you to use the GitLab
# container registry of BioHPC to save and manage your container images.
workflow_containers
:
-
docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2
-
docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1
-
docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0
-
docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/motif-search:meme-5.5.4
-
docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2
-
docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1
-
docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0
-
docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/motif-search:meme-5.5.4
# A list of parameters used by the workflow, defining how to present them,
# options etc in the web interface. For each parameter:
...
...
This diff is collapsed.
Click to expand it.
workflow/configs/biohpc.config
+
16
−
16
View file @
6c0883b3
...
...
@@ -20,70 +20,70 @@ process {
}
withName
:
checkDesignFile
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
executor
=
'local'
}
withName
:
trimReads
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
cpus
=
32
}
withName
:
alignReads
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue
=
'128GB,256GB,256GBv1'
cpus
=
32
}
withName
:
filterReads
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue
=
'128GB,256GB,256GBv1'
}
withName
:
experimentQC
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue
=
'128GB,256GB,256GBv1'
}
withName
:
convertReads
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue
=
'128GB,256GB,256GBv1'
}
withName
:
crossReads
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
cpus
=
32
}
withName
:
defineExpDesignFiles
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
executor
=
'local'
}
withName
:
poolAndPsuedoReads
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/python:3.6.1'
executor
=
'local'
}
withName
:
callPeaksMACS
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue
=
'128GB,256GB,256GBv1'
}
withName
:
plotProfile
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
queue
=
'128GB,256GB,256GBv1'
cpus
=
32
}
withName
:
consensusPeaks
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
executor
=
'local'
}
withName
:
peakAnnotation
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2'
executor
=
'local'
}
withName
:
diffPeaks
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/r:3.3.2'
cpus
=
32
}
withName
:
motifSearch
{
executor
=
'local'
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/motif-search:meme-5.5.4'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/motif-search:meme-5.5.4'
//
cpus
=
32
}
withName
:
multiqcReport
{
container
=
'docker://git.biohpc.swmed.edu/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
container
=
'docker://git.biohpc.swmed.edu
:5050
/astrocyte/workflows/bicf/chipseq_analysis/chipseq:1.0.0'
executor
=
'local'
}
}
...
...
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