Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BioHPC
astrocyte_example_wordcount
Commits
307235d2
Commit
307235d2
authored
Jun 04, 2021
by
Devin OKelly
Browse files
Update .gitlab-ci.yml
parent
3de80f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
307235d2
...
...
@@ -45,7 +45,12 @@ astrocyte_check:
script
:
-
astrocyte_cli check "$CI_PROJECT_DIR"
nextflow_test
:
stage
:
test
script
:
-
module load nextflow/20.01.0
-
module load singularity/3.5.3
-
nextflow -C $CI_PROJECT_DIR/workflow/configs/biohpc.config run main.nf -with-trace -with-timeline -resume --verbose
# This runs the workflow with test data and does a simple
# check for the expected output file
...
...
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