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

Update nextflow.config with access token

parent e4c84105
Branches 35-ShinyApp
1 merge request!74Draft: Resolve "Update nf-tower token"
Pipeline #10540 failed with stages
in 29 seconds
......@@ -20,6 +20,13 @@ report {
file = 'report.html'
}
tower {
accessToken = 'eyJ0aWQiOiAzODIyfS42YWFjOWMwZDM4Mjc1NmY0MGJiY2QxNWRkOTZlYTU4MDlmY2NkZmRj'
workspaceId = '49228300031010'
enabled = true
}
manifest {
name = 'chipseq_analysis'
......@@ -27,5 +34,5 @@ manifest {
homePage = 'https://git.biohpc.swmed.edu/BICF/Astrocyte/chipseq_analysis'
version = '1.1.2'
mainScript = 'main.nf'
nextflowVersion = '>=0.31.0'
nextflowVersion = '>=20.01.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