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
BICF
Astrocyte
rnaseq
Commits
b9d31a3d
Commit
b9d31a3d
authored
Mar 12, 2018
by
Brandi Cantarel
Browse files
Update .gitlab-ci.yml
parent
8aac26de
Pipeline
#1650
failed with stage
in 32 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b9d31a3d
...
...
@@ -13,7 +13,7 @@ before_script:
stages
:
-
integration
test_human
test_human
:
stage
:
integration
script
:
-
nextflow run workflow/main.nf --input test_data/ --design ${CLEAN_REPO_PATH}/test_data/design.rnaseq.txt --output ${CLEAN_REPO_PATH}/human_output
...
...
@@ -22,7 +22,7 @@ test_human
-
${CLEAN_REPO_PATH}
expire_in
:
2 days
test_mouse
test_mouse
:
stage
:
integration
script
:
-
nextflow run workflow/main.nf --input test_data/ --design ${CLEAN_REPO_PATH}/test_data/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/GRCm38 --markdups
null
--output ${CLEAN_REPO_PATH}/mouse_output
...
...
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