Installation issues encountered by Marco
-
(minor) when installing openjdk with homebrew for Mac as described in the openproblems documentation there is another step for me required to link it correctly which is not mentioned sudo ln -sfn /opt/homebrew/opt/openjdk\@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
-
when cloning the repository, the "common" submodule doesnt get cloned. So instead I would put the following command in the readme, that automatically also clones the submodules: git clone git@github.com:openproblems-bio/task_grn_inference.git --recurse-submodules
-
To download the ressource, the aws CLI tool needs to be installed, this was not mentioned before. Here are the lines of code to install it: curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg -target /
Installation issues encountered by Marco
(minor) when installing openjdk with homebrew for Mac as described in the openproblems documentation there is another step for me required to link it correctly which is not mentioned
sudo ln -sfn /opt/homebrew/opt/openjdk\@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdkwhen cloning the repository, the "common" submodule doesnt get cloned. So instead I would put the following command in the readme, that automatically also clones the submodules: git clone
git@github.com:openproblems-bio/task_grn_inference.git --recurse-submodulesTo download the ressource, the aws CLI tool needs to be installed, this was not mentioned before. Here are the lines of code to install it:
curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg -target /