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
chipseq_analysis
Commits
fe188a10
Commit
fe188a10
authored
Aug 13, 2018
by
Venkat Malladi
Browse files
Add in Resume option.
parent
2b4d340c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
fe188a10
...
...
@@ -16,7 +16,7 @@ user_configuration:
single_end_mouse
:
stage
:
integration
script
:
-
nextflow run workflow/main.nf
-
nextflow run workflow/main.nf
-resume
-
pytest -m integration
-
pytest --cov=./workflow/scripts
artifacts
:
...
...
@@ -25,6 +25,6 @@ single_end_mouse:
paired_end_human
:
stage
:
integration
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd
true
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd
true
-resume
artifacts
:
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