Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNA-seq
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GUDMAP_RBK
RNA-seq
Commits
0147ece8
Commit
0147ece8
authored
5 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade docker images (gudmaprbkfilexfer and trimgalore) to 1.1
parent
9532b01f
Branches
Branches containing commit
Tags
Tags containing commit
3 merge requests
!37
v0.0.1
,
!11
Develop
,
!6
Develop
Pipeline
#5250
passed with stage
in 1 minute and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
workflow/conf/biohpc.config
+3
-3
3 additions, 3 deletions
workflow/conf/biohpc.config
workflow/conf/conda.env.bdbag.yml
+0
-5
0 additions, 5 deletions
workflow/conf/conda.env.bdbag.yml
with
5 additions
and
10 deletions
.gitlab-ci.yml
+
2
−
2
View file @
0147ece8
...
...
@@ -11,6 +11,6 @@ stages:
unit
:
stage
:
unit
script
:
-
singularity run 'docker://bicf/
bdbag
:1.
0
' bdbag --materialize ./test_data/File_Q-Y53P.zip
-
singularity run 'docker://bicf/
bdbag
:1.
0
' bdbag --validate full ./test_data/File_Q-Y53P/
-
singularity run 'docker://bicf/
gudmaprbkfilexfer
:1.
1
' bdbag --materialize ./test_data/File_Q-Y53P.zip
-
singularity run 'docker://bicf/
gudmaprbkfilexfer
:1.
1
' bdbag --validate full ./test_data/File_Q-Y53P/
-
if [[ $(md5sum test_data/File_Q-Y53P/data/assets/Study/Q-Y4H0/Experiment/Q-Y4BY/Replicate/Q-Y5F8/hMARIS_SIX2+_RiboDep#1.gene.rpkm.txt | awk '{ print $1 }') != $(cat test_data/File_Q-Y53P/data/File.csv | cut -d ',' -f10 | tail -1) ]]; then exit 21; fi;
This diff is collapsed.
Click to expand it.
workflow/conf/biohpc.config
+
3
−
3
View file @
0147ece8
...
...
@@ -5,13 +5,13 @@ process {
//
Process
specific
configuration
withName
:
splitData
{
container
=
'docker://bicf/gudmaprbkfilexfer:1.
0
'
container
=
'docker://bicf/gudmaprbkfilexfer:1.
1
'
}
withName
:
getData
{
container
=
'docker://bicf/gudmaprbkfilexfer:1.
0
'
container
=
'docker://bicf/gudmaprbkfilexfer:1.
1
'
}
withName
:
trimData
{
container
=
'docker://bicf/trimgalore:1.
0
'
container
=
'docker://bicf/trimgalore:1.
1
'
queue
=
'256GB,256GBv1,384GB'
}
}
...
...
This diff is collapsed.
Click to expand it.
workflow/conf/conda.env.bdbag.yml
deleted
100644 → 0
+
0
−
5
View file @
9532b01f
name
:
bdbag
dependencies
:
-
pandas=0.23.3=py36_0
-
pip
:
-
bdbag==1.5.5
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