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
66fd50c5
Commit
66fd50c5
authored
4 years ago
by
Venkat Malladi
Browse files
Options
Downloads
Patches
Plain Diff
Fix design file name.
parent
fc1a4e59
Branches
Branches containing commit
No related merge requests found
Pipeline
#7384
passed with stages
in 9 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
astrocyte_pkg.yml
+1
-1
1 addition, 1 deletion
astrocyte_pkg.yml
workflow/main.nf
+1
-1
1 addition, 1 deletion
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 @
66fd50c5
...
...
@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## [publish_2.0.
1
] - 2020-06-1
9
## [publish_2.0.
2
] - 2020-06-
2
1
### Fixed
-
Removed biosample, factor, treatment from design file
-
Updated documentation
...
...
This diff is collapsed.
Click to expand it.
astrocyte_pkg.yml
+
1
−
1
View file @
66fd50c5
...
...
@@ -123,7 +123,7 @@ workflow_parameters:
If you would like these regions excluded from replicated peaks, select
True. (recommended)
-
id
:
design
-
id
:
design
File
type
:
file
required
:
true
description
:
|
...
...
This diff is collapsed.
Click to expand it.
workflow/main.nf
+
1
−
1
View file @
66fd50c5
...
...
@@ -100,7 +100,7 @@ process trackStart {
"astrocyte": ${params.astrocyte}, \
"status": "started", \
"nextflowVersion": "${workflow.nextflow.version}", \
"pipelineVersion": "2.0.
0
", \
"pipelineVersion": "2.0.
2
", \
"ci": ${params.ci}, \
"dev": ${params.dev}}' \
"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 @
66fd50c5
...
...
@@ -25,7 +25,7 @@ manifest {
name
=
'atacseq_analysis'
description
=
'BICF ATAC-seq Analysis Workflow.'
homePage
=
'https://git.biohpc.swmed.edu/BICF/Astrocyte/atacseq_analysis'
version
=
'2.0.
1
'
version
=
'2.0.
2
'
mainScript
=
'main.nf'
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