common scripts for docker/aws batch containers used for GenePattern modules
https://medium.com/@v/git-subtrees-a-tutorial-6ff568381844 https://help.github.com/articles/splitting-a-subfolder-out-into-a-new-repository/
git remote add common-aws https://github.com/genepattern/docker-aws-common-scripts.git
git subtree add --prefix common common-aws master
git subtree pull --prefix common common-aws master --squash
git subtree pull --prefix common https://github.com/genepattern/docker-aws-common-scripts.git master --squash
git subtree push --prefix common common-aws push-from-docker-java17
aws batch register-job-definition --cli-input-json file://jobdef.json --profile genepattern