Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
astrocyte_example_wordcount
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Iterations
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
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Astrocyte
Workflows
BioHPC
astrocyte_example_wordcount
Commits
c275c56b
Commit
c275c56b
authored
3 years ago
by
Hololens Test
Browse files
Options
Downloads
Patches
Plain Diff
Modify astrocyte_pkg.yml to use 0.4.1 version of astrocyte
parent
0fcff023
1 merge request
!3
Merge new CI pipeline with the changes from Peng.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
astrocyte_pkg.yml
+3
-3
3 additions, 3 deletions
astrocyte_pkg.yml
with
3 additions
and
3 deletions
astrocyte_pkg.yml
+
3
−
3
View file @
c275c56b
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# A unique identifier for the workflow package, text/underscores only
# A unique identifier for the workflow package, text/underscores only
name
:
'
example_wordcount'
name
:
'
example_wordcount'
# Who wrote this?
# Who wrote this?
author
:
'
David
Trudgian,
Peng
Lian'
author
:
'
David
Trudgian,
Peng
Lian
,
Devin
OKelly
'
# A contact email address for questions
# A contact email address for questions
email
:
'
biohpc-help@utsouthwestern.edu'
email
:
'
biohpc-help@utsouthwestern.edu'
# A more informative title for the workflow package
# A more informative title for the workflow package
...
@@ -19,7 +19,7 @@ description: |
...
@@ -19,7 +19,7 @@ description: |
This is a minimal test workflow package that counts the occurences of words
This is a minimal test workflow package that counts the occurences of words
in a test file. It can be used as a template to develop workflows, and as to
in a test file. It can be used as a template to develop workflows, and as to
test the astrocyte platform. Please note that start from publish version
test the astrocyte platform. Please note that start from publish version
0.0.8 and test version 0.0.2, this workflow will only support Astrocyte 0.4.
0
0.0.8 and test version 0.0.2, this workflow will only support Astrocyte 0.4.
1
and above.
and above.
#### New Features in Astrocyte 0.4.0 and above ####
#### New Features in Astrocyte 0.4.0 and above ####
...
@@ -31,7 +31,7 @@ citation: |
...
@@ -31,7 +31,7 @@ citation: |
# The minimum Astrocyte version that requires to run this workflow. For old pipelines, which do not have this label
# The minimum Astrocyte version that requires to run this workflow. For old pipelines, which do not have this label
# a default value of 0.3.1 will be assigned automatically. A request of minimum version less than 0.4.0 will be ignored.
# a default value of 0.3.1 will be assigned automatically. A request of minimum version less than 0.4.0 will be ignored.
minimum_astrocyte_version
:
'
0.4.
0
'
minimum_astrocyte_version
:
'
0.4.
1
'
# The Nextflow version that requires to run this workflow. For old pipelines, which do not have this label
# The Nextflow version that requires to run this workflow. For old pipelines, which do not have this label
# a default value of 0.31.0 will be assigned automatically. Please make sure the requested nextflow version is available
# a default value of 0.31.0 will be assigned automatically. Please make sure the requested nextflow version is available
# in the module list.
# in the module list.
...
...
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