Is it possible to monitor CLI executed runs of multiple users in an organisation/workspace on the Seqera hosted Tower? Currently my token shares monitoring info with my own user workspace, but not to the organisation - how would I make it so info is sent to the organisation instead?
The message on the Runs tab of the workspace says either launch a job from tower (which isn't possible in this case), or check the following documentation: https://tower.nf/welcome Yet this is for single users? I also don't see any information for CLI executed runs on help.tower.nf either....
Unable to find default AWS subnets for vpc none and region us-west-2
when I left it blank. When I fill it out with the default VPC our devops group set up the tower head CE fails with INVALID - CLIENT_ERROR - Your compute environment has been INVALIDATED and scaled down because none of the instances joined the underlying ECS Cluster. Common issues preventing instances joining are the following: VPC/Subnet configuration preventing communication to ECS, incorrect Instance Profile policy preventing authorization to ECS, or customized AMI or LaunchTemplate configurations affecting ECS agent.
{“input”: "/fusion/s3/s3-gnf-02/demo01/sample.tsv”,
“genome”: “GRCh38”}
Using nf + tower + aws-batch. Blocked due to the default aws uploadChunkSize default of 10mb, which limits file size to 100G. No matter where I change this param (base.conf, nextflow.config, etc) it seems to always revert to the default of 10485760 via the tower 'resolved configuration'.
uploadChunkSize = 10485760
If I however enter this conf change into the UI manually, via the launch / nextflow config file option, then it does stick in the workflow resolved configuration. Any ideas?