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
8747d42f
Commit
8747d42f
authored
Mar 15, 2018
by
Brandi Cantarel
Browse files
update gitlab-ci.yml
parent
f0b20683
Pipeline
#1656
failed with stage
in 1 minute and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8747d42f
...
@@ -2,13 +2,14 @@
...
@@ -2,13 +2,14 @@
# Brandi L. Cantarel - 2017
# Brandi L. Cantarel - 2017
variables
:
variables
:
CLEAN_REPO_PATH
:
"
/project/BICF/BICF_Core/s
166458
/astrocyte_test
/${CI_RUNNER_ID}
"
RUNDIR
:
"
/project/BICF/BICF_Core/s
hared
/astrocyte_test
_ci/rnaseq_test
"
TEST_BRANCH
:
"
master"
TEST_BRANCH
:
"
master"
before_script
:
before_script
:
-
module load nextflow/0.27.6
-
module load nextflow/0.27.6
-
mkdir -p "${CLEAN_REPO_PATH}"
-
mkdir -p "${RUNDIR}"
-
ln -s /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq ${CLEAN_REPO_PATH}/test_data
-
echo $RUNDIR
-
ln -s /project/shared/bicf_workflow_ref/workflow_testdata/rnaseq ${RUNDIR}/test_data
stages
:
stages
:
-
integration
-
integration
...
@@ -16,17 +17,17 @@ stages:
...
@@ -16,17 +17,17 @@ stages:
test_human
:
test_human
:
stage
:
integration
stage
:
integration
script
:
script
:
-
nextflow run workflow/main.nf --
input test_data/ --design ${CLEAN_REPO_PATH}/test_data/design.rnaseq.txt --output ${CLEAN_REPO_PATH
}/human_output
-
nextflow run workflow/main.nf --
design ${RUNDIR}/test_data/design.rnaseq.txt --input ${RUNDIR}/test_data --output ${RUNDIR
}/human_output
artifacts
:
artifacts
:
paths
:
paths
:
-
${
CLEAN_REPO_PATH
}
-
${
RUNDIR
}
expire_in
:
2 days
expire_in
:
2 days
test_mouse
:
test_mouse
:
stage
:
integration
stage
:
integration
script
:
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
-
nextflow run workflow/main.nf --input
${RUNDIR}/
test_data --design ${
RUNDIR
}/test_data/mouse_se.design.txt --pairs se --fusion skip --genome /project/shared/bicf_workflow_ref/GRCm38 --markdups
null
--output ${
RUNDIR
}/mouse_output
artifacts
:
artifacts
:
paths
:
paths
:
-
${
CLEAN_REPO_PATH
}
-
${
RUNDIR
}
expire_in
:
2 days
expire_in
:
2 days
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