Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nextflow
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elabaron
nextflow
Compare revisions
master to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
elabaron/nextflow
Select target project
No results found
master
Select Git revision
Branches
dev
master
Tags
v0.1.0
v0.1.2
v0.2.0
v0.2.1
v0.2.2
v0.2.3
v0.2.4
v0.2.5
v0.2.6
v0.2.7
v0.2.8
v0.2.9
v0.3.0
v0.4.0
16 results
Swap
Target
LBMC/nextflow
Select target project
LBMC/regards/nextflow
elabaron/nextflow
lanani/nextflow
mlepetit/nextflow
mdjaffar/nextflow
LBMC/RMI2/rmi2_pipelines
lpicard/nextflow
rseraphi/nextflow
hregue/nextflow
letien02/nextflow
mshamjal/nextflow
z483801/nextflow
fduveau/nextflow
cginevra/nextflow
dtorresc/nextflow
fmortreu/nextflow
jshapiro/nextflow
carpin/nextflow
LBMC/Delattre/JU28_59vs17_SNP
jclaud01/nextflow
dchalopi/nextflow
mvilcot/nextflow
mherbett/nextflow
lestrada/nextflow
nfontrod/nextflow
gbenoit/nextflow
gyvert/nextflow
aguill09/nextflow
alapendr/nextflow
jprobin/nextflow
vvanoost/nextflow
jblin/nextflow
mparis/nextflow
ogandril/nextflow
cbourgeo/nextflow
ggirau03/nextflow
ecombe01/nextflow
acorbin/nextflow
pberna01/nextflow
pmarie01/nextflow
rhoury/nextflow
lgely/nextflow
jvalat/nextflow
cfournea/nextflow
mprieux/nextflow
hpolvech/nextflow
LBMC/nextflow
mcariou/nextflow
z483800/nextflow
yjia01/nextflow
jkleine/nextflow
LBMC/Palladino/RNAseq_nextflow
jseimand/nextflow
nlecouvr/nextflow-nathan
54 results
master
Select Git revision
Branches
dev
master
Tags
v0.1.0
v0.1.2
v0.2.0
v0.2.1
v0.2.2
v0.2.3
v0.2.4
v0.2.5
v0.2.6
v0.2.7
v0.2.8
v0.2.9
v0.3.0
v0.4.0
v2.0.0
17 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (3)
add plastid docker
· 1780246a
elabaron
authored
4 years ago
1780246a
Merge branch 'master' of gitbio.ens-lyon.fr:LBMC/nextflow
· d64181ed
elabaron
authored
3 years ago
d64181ed
Merge branch nextflow:master into master
· 592993f4
elabaron
authored
1 year ago
592993f4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/.docker_modules/plastid/0.5.1/Dockerfile
+1
-0
1 addition, 0 deletions
src/.docker_modules/plastid/0.5.1/Dockerfile
src/.docker_modules/plastid/0.5.1/docker_init.sh
+4
-0
4 additions, 0 deletions
src/.docker_modules/plastid/0.5.1/docker_init.sh
with
5 additions
and
0 deletions
src/.docker_modules/plastid/0.5.1/Dockerfile
0 → 100644
View file @
592993f4
FROM
quay.io/biocontainers/plastid:0.5.1--py36h955c1b8_2
This diff is collapsed.
Click to expand it.
src/.docker_modules/plastid/0.5.1/docker_init.sh
0 → 100755
View file @
592993f4
#!/bin/sh
docker pull lbmc/plastid:0.5.1
docker build src/.docker_modules/plastid/0.5.1
-t
'lbmc/plastid:0.5.1'
docker push lbmc/plastid:0.5.1
This diff is collapsed.
Click to expand it.