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
397be30b
Commit
397be30b
authored
Feb 10, 2020
by
Venkat Malladi
Browse files
Remove resume.
parent
096e1e79
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
397be30b
...
...
@@ -32,7 +32,7 @@ single_end_mouse:
only
:
-
master
script
:
-
nextflow run workflow/main.nf --astrocyte
true
-resume
-
nextflow run workflow/main.nf --astrocyte
true
-
pytest -m singleend
paired_end_human
:
...
...
@@ -42,7 +42,7 @@ paired_end_human:
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd
true
--astrocyte
false
-resume
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd
true
--astrocyte
false
-
pytest -m pairedend
single_end_single_control
:
...
...
@@ -52,7 +52,7 @@ single_end_single_control:
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_single_contol_SE.txt" --genome 'GRCh38' --pairedEnd
false
--astrocyte
false
-resume
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_single_contol_SE.txt" --genome 'GRCh38' --pairedEnd
false
--astrocyte
false
single_end_diff
:
stage
:
multiple
...
...
@@ -61,7 +61,7 @@ single_end_diff:
except
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --astrocyte
false
-resume
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --astrocyte
false
-
pytest -m singleend
-
pytest -m singlediff
...
...
@@ -70,7 +70,7 @@ paired_end_diff:
-
master
stage
:
multiple
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_PE.txt" --genome 'GRCh38' --pairedEnd
true
--astrocyte
false
-resume
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_PE.txt" --genome 'GRCh38' --pairedEnd
true
--astrocyte
false
-
pytest -m pairedend
-
pytest -m paireddiff
...
...
@@ -79,5 +79,5 @@ single_end_skip:
only
:
-
master
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --skipDiff
true
--skipMotif
true
--skipPlotProfile
true
--astrocyte
false
-resume
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --skipDiff
true
--skipMotif
true
--skipPlotProfile
true
--astrocyte
false
-
pytest -m singleskip_true
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