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
34a5183e
Commit
34a5183e
authored
Mar 14, 2019
by
Venkat Malladi
Browse files
Fix yml.
parent
2f1c6283
Pipeline
#3250
failed with stages
in 455 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
34a5183e
...
...
@@ -6,9 +6,9 @@ before_script:
stages
:
-
unit
-
skip
-
single
-
multiple
-
skip
user_configuration
:
stage
:
unit
...
...
@@ -20,8 +20,6 @@ single_end_mouse:
stage
:
single
only
:
-
master
except
:
-
branches
script
:
-
nextflow run workflow/main.nf -resume
-
pytest -m singleend
...
...
@@ -32,8 +30,6 @@ paired_end_human:
stage
:
single
only
:
-
branches
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd
true
-resume
-
pytest -m pairedend
...
...
@@ -44,8 +40,6 @@ single_end_diff:
stage
:
multiple
only
:
-
branches
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' -resume
-
pytest -m singlediff
...
...
@@ -55,8 +49,6 @@ single_end_diff:
paired_end_diff
:
only
:
-
master
except
:
-
branches
stage
:
multiple
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_PE.txt" --genome 'GRCh38' --pairedEnd
true
-resume
...
...
@@ -67,8 +59,6 @@ paired_end_diff:
single_end_skip
:
stage
:
skip
only
:
-
branches
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --skipDiff
true
--skipMotif
true
-resume
...
...
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