Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
A
astrocyte_example_wordcount
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BioHPC
astrocyte_example_wordcount
Commits
f7bca102
Commit
f7bca102
authored
Feb 04, 2019
by
David Trudgian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump R for vizapp, add some commented features to metadata file
parent
65bc885d
Pipeline
#2928
passed with stages
in 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
8 deletions
+18
-8
astrocyte_pkg.yml
astrocyte_pkg.yml
+18
-8
No files found.
astrocyte_pkg.yml
View file @
f7bca102
...
...
@@ -50,12 +50,13 @@ workflow_modules:
# REQUIRED INFORMATION
# id: The name of the parameter in the NEXTFLOW workflow
# type: The type of the parameter, one of:
# string - A free-format string
# integer - An integer
# real - A real number
# file - A single file from user data
# files - One or more files from user data
# select - A selection from a list of values
# string - A free-format string
# integer - An integer
# real - A real number
# file - A single file from user data
# files - One or more files from user data
# select - A selection from a list of values
# multiselect - One or more selections from a list of values
# required: true/false, must the parameter be entered/chosen?
# description: A user friendly description of the meaning of the parameter
#
...
...
@@ -96,7 +97,7 @@ workflow_parameters:
# The workflow must publish all final output into $baseDir
# Name of the R module that the vizapp will run against
vizapp_r_module
:
'
R/3.
2.1-inte
l'
vizapp_r_module
:
'
R/3.
4.1-gccmk
l'
# List of any CRAN packages, not provided by the modules, that must be made
# available to the vizapp
...
...
@@ -107,4 +108,13 @@ vizapp_cran_packages:
# # List of any Bioconductor packages, not provided by the modules, that must be made
# available to the vizapp
vizapp_bioc_packages
:
-
chipseq
-
# # List of any packages to install from GitHub using devtools, that must be
# made availavle to the vizapp
vizapp_github_packages
:
-
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment