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
LBMC
nextflow
Merge requests
!9
Hisat2 working on SGE and docker
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Hisat2 working on SGE and docker
nfontrod/nextflow:master
into
master
Overview
0
Commits
9
Pipelines
0
Changes
8
Closed
nfontrod
requested to merge
nfontrod/nextflow:master
into
master
6 years ago
Overview
0
Commits
9
Pipelines
0
Changes
8
Expand
The nexflow file and the configuration file are have been made and work correctly on SGE and docker
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
df3d609e
9 commits,
6 years ago
8 files
+
347
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
src/docker_modules/HISAT2/2.0.0/Dockerfile
+
1
−
0
Options
@@ -6,6 +6,7 @@ ENV PACKAGES unzip=6.0* \
gcc=4:7.3.0* \
g++=4:7.3.0* \
make=4.1* \
python \
curl=7.58.0* \
ca-certificates=20180409
Loading