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
360482da
Commit
360482da
authored
Mar 17, 2019
by
Venkat Malladi
Browse files
Fix when things are run.
parent
84ea9d59
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
360482da
...
...
@@ -30,6 +30,8 @@ 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
...
...
@@ -40,6 +42,8 @@ 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
...
...
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