Skip to content
Snippets Groups Projects
Commit 66fd50c5 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix design file name.

parent fc1a4e59
Branches
No related merge requests found
Pipeline #7384 passed with stages
in 9 seconds
......@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
## [publish_2.0.1 ] - 2020-06-19
## [publish_2.0.2 ] - 2020-06-21
### Fixed
- Removed biosample, factor, treatment from design file
- Updated documentation
......
......@@ -123,7 +123,7 @@ workflow_parameters:
If you would like these regions excluded from replicated peaks, select
True. (recommended)
- id: design
- id: designFile
type: file
required: true
description: |
......
......@@ -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"
......
......@@ -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'
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment