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
3a5fbf2c
Commit
3a5fbf2c
authored
Jun 25, 2018
by
Venkat Malladi
Browse files
Expire in 2 days.
parent
55c0d935
Pipeline
#2038
failed with stages
in 29 minutes and 30 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
3a5fbf2c
...
...
@@ -19,8 +19,12 @@ single_end_mouse:
-
nextflow run workflow/main.nf
-
pytest -m integration
-
pytest --cov=./workflow/scripts
artifacts
:
expire_in
:
2 days
paired_end_human
:
stage
:
integration
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38'
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd
true
artifacts
:
expire_in
:
2 days
workflow/conf/biohpc.config
View file @
3a5fbf2c
process
{
executor
=
'slurm'
queue
=
'super'
queue
=
'super'
//
Process
specific
configuration
$
checkDesignFile
{
...
...
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