Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atacseq_analysis
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
atacseq_analysis
Commits
641bb7c1
There was a problem fetching the latest pipeline status.
Commit
641bb7c1
authored
6 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Add in paired end test and switch organisms.
parent
b6295bec
No related merge requests found
Pipeline
#2251
canceled with stages
in 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
workflow/main.nf
+1
-1
1 addition, 1 deletion
workflow/main.nf
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
641bb7c1
...
@@ -23,6 +23,6 @@ single_end_mouse:
...
@@ -23,6 +23,6 @@ single_end_mouse:
paired_end_human
:
paired_end_human
:
stage
:
integration
stage
:
integration
script
:
script
:
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR
729LGA
_PE.txt" --genome 'GRC
h
38' --pairedEnd
true
-
nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR
451NAE
_PE.txt" --genome 'GRC
m
38' --pairedEnd
true
artifacts
:
artifacts
:
expire_in
:
2 days
expire_in
:
2 days
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
1
−
1
View file @
641bb7c1
...
@@ -9,7 +9,7 @@ params.pairedEnd = false
...
@@ -9,7 +9,7 @@ params.pairedEnd = false
params.chrM = true
params.chrM = true
params.tn5 = true
params.tn5 = true
params.designFile = "$baseDir/../test_data/design_ENCSR265ZXX_SE.txt"
params.designFile = "$baseDir/../test_data/design_ENCSR265ZXX_SE.txt"
params.genome = 'GRC
m
38'
params.genome = 'GRC
h
38'
params.genomes = []
params.genomes = []
params.bwaIndex = params.genome ? params.genomes[ params.genome ].bwa ?: false : false
params.bwaIndex = params.genome ? params.genomes[ params.genome ].bwa ?: false : false
params.genomeSize = params.genome ? params.genomes[ params.genome ].genomesize ?: false : false
params.genomeSize = params.genome ? params.genomes[ params.genome ].genomesize ?: false : false
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment