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
d02ecf59
Commit
d02ecf59
authored
4 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fix path to design file so that its passed ocorrectly for astrocyte.
parent
66fd50c5
No related merge requests found
Pipeline
#7392
passed with stages
in 9 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
workflow/main.nf
+2
-2
2 additions, 2 deletions
workflow/main.nf
workflow/nextflow.config
+1
-1
1 addition, 1 deletion
workflow/nextflow.config
with
4 additions
and
4 deletions
CHANGELOG.md
+
1
−
1
View file @
d02ecf59
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.
## [publish_2.0.
2
] - 2020-06-21
## [publish_2.0.
3
] - 2020-06-21
### Fixed
### Fixed
-
Removed biosample, factor, treatment from design file
-
Removed biosample, factor, treatment from design file
-
Updated documentation
-
Updated documentation
...
...
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
2
−
2
View file @
d02ecf59
...
@@ -71,7 +71,7 @@ readsList = Channel
...
@@ -71,7 +71,7 @@ readsList = Channel
// Define regular variables
// Define regular variables
pairedEnd = params.pairedEnd
pairedEnd = params.pairedEnd
blacklist = params.blacklist
blacklist = params.blacklist
designFile = params.designFile
designFile =
Channel.fromPath(
params.designFile
)
genomeSize = params.genomeSize
genomeSize = params.genomeSize
chromSizes = params.chromSizes
chromSizes = params.chromSizes
outDir = params.outDir
outDir = params.outDir
...
@@ -100,7 +100,7 @@ process trackStart {
...
@@ -100,7 +100,7 @@ process trackStart {
"astrocyte": ${params.astrocyte}, \
"astrocyte": ${params.astrocyte}, \
"status": "started", \
"status": "started", \
"nextflowVersion": "${workflow.nextflow.version}", \
"nextflowVersion": "${workflow.nextflow.version}", \
"pipelineVersion": "2.0.
2
", \
"pipelineVersion": "2.0.
3
", \
"ci": ${params.ci}, \
"ci": ${params.ci}, \
"dev": ${params.dev}}' \
"dev": ${params.dev}}' \
"https://xku43pcwnf.execute-api.us-east-1.amazonaws.com/ProdDeploy/pipeline-tracking"
"https://xku43pcwnf.execute-api.us-east-1.amazonaws.com/ProdDeploy/pipeline-tracking"
...
...
This diff is collapsed.
Click to expand it.
workflow/nextflow.config
+
1
−
1
View file @
d02ecf59
...
@@ -25,7 +25,7 @@ manifest {
...
@@ -25,7 +25,7 @@ manifest {
name
=
'atacseq_analysis'
name
=
'atacseq_analysis'
description
=
'BICF ATAC-seq Analysis Workflow.'
description
=
'BICF ATAC-seq Analysis Workflow.'
homePage
=
'https://git.biohpc.swmed.edu/BICF/Astrocyte/atacseq_analysis'
homePage
=
'https://git.biohpc.swmed.edu/BICF/Astrocyte/atacseq_analysis'
version
=
'2.0.
2
'
version
=
'2.0.
3
'
mainScript
=
'main.nf'
mainScript
=
'main.nf'
nextflowVersion
=
'>=0.31.0'
nextflowVersion
=
'>=0.31.0'
}
}
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