Open arkid15r opened 2 years ago
Looking at the install location, it appears that the binary gets installed in /usr/local/aws-cli with symlinks to /usr/local/bin. Because of the way nextflow mounts the aws directory, we might be able to get away with making a link from /usr/local/aws-cli/aws to /usr/local/aws-cli/bin/aws. This will result in nextflow mounting all of /usr/local/aws-cli which should not clobber anything. (If we were to specify the path to nextflow as /usr/local/bin/aws it would try to mount all of /usr/local in the docker images, which would probably be bad).
Address the concern regarding:
https://github.com/AlexsLemonade/alsf-scpca/pull/168/files#diff-36dc947c782c6593c13829bb3ffaaf2422f2df60bcab504861f29a0de056aca1R36