Skip to content
Snippets Groups Projects

Draft: Resolve "Update nf-tower token"

Open Venkat Malladi requested to merge 91-update-nf-tower-token into dev
+ 9
2
@@ -20,12 +20,19 @@ report {
file = 'report.html'
}
tower {
accessToken = 'eyJ0aWQiOiAzODIyfS42YWFjOWMwZDM4Mjc1NmY0MGJiY2QxNWRkOTZlYTU4MDlmY2NkZmRj'
workspaceId = '84512216752206'
enabled = true
}
manifest {
name = 'chipseq_analysis'
description = 'BICF ChIP-seq Analysis Workflow.'
homePage = 'https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis'
version = '1.1.2'
version = '1.1.3'
mainScript = 'main.nf'
nextflowVersion = '>=0.31.0'
nextflowVersion = '>=20.01.0'
}