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
Commits
d51c969a
Verified
Commit
d51c969a
authored
5 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
update psmn module and hisat2 config
parent
88ce59a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/nf_modules/hisat2/mapping_paired.config
+1
-1
1 addition, 1 deletion
src/nf_modules/hisat2/mapping_paired.config
src/nf_modules/hisat2/mapping_single.config
+1
-1
1 addition, 1 deletion
src/nf_modules/hisat2/mapping_single.config
src/psmn_modules
+1
-1
1 addition, 1 deletion
src/psmn_modules
with
3 additions
and
3 deletions
src/nf_modules/hisat2/mapping_paired.config
+
1
−
1
View file @
d51c969a
...
...
@@ -22,7 +22,7 @@ profiles {
process
{
withName
:
mapping_fastq
{
beforeScript
=
"source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module
=
"hisat2/2.0.0"
module
=
"hisat2/2.0.0
:samtools/1.7
"
executor
=
"sge"
clusterOptions
=
"-cwd -V"
memory
=
"20GB"
...
...
This diff is collapsed.
Click to expand it.
src/nf_modules/hisat2/mapping_single.config
+
1
−
1
View file @
d51c969a
...
...
@@ -22,7 +22,7 @@ profiles {
process
{
withName
:
mapping_fastq
{
beforeScript
=
"source /usr/share/lmod/lmod/init/bash; module use ~/privatemodules"
module
=
"hisat2/2.0.0"
module
=
"hisat2/2.0.0
:samtools/1.7
"
executor
=
"sge"
clusterOptions
=
"-cwd -V"
memory
=
"20GB"
...
...
This diff is collapsed.
Click to expand it.
psmn_modules
@
9ae41bf7
Subproject commit
5d8170aa039744a50c6cf967aabb3c2196efa7d9
Subproject commit
9ae41bf72d4f536d73a76dfd13e375bca7d4f48e
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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