-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add heatcluster #244
Comments
#241 is a related PR. |
Closed by #254 |
I have updated the Dockerfile for heatcluster:0.4.12, and have deposited the latest docker image on ghcr.io. See: $ docker images |grep heatcluster Does this give you the information you need to grab the docker image? |
FROM ubuntu:jammy as app LABEL base.image="ubuntu:jammy" RUN echo "Installing python and pip" && echo RUN echo "Installing python packages" && echo RUN pwd && ls -la RUN echo "Installing heatcluster from archive: " && echo ENV PATH="/heatcluster-${HEATCLUSTER_VER}:$PATH" RUN pwd; ls -la FROM app as test RUN echo && echo "Show heatcluster version number and help file: " && echo RUN echo && echo "Test a small and medium matrix :" && echo && echo && RUN echo && ls -lh|tail && echo "DONE" WORKDIR /heatcluster-${HEATCLUSTER_VER} |
Heatcluster is a useful tool for visualizing SNP matrices.
https://github.com/DrB-S/HeatCluster
To add Heatcluster
[ ] HeatCluster needs to be put in a container
[ ] There needs to be a new process for running HeatCluster (needs the HeatCluster container)
[ ] The results from SNP-dists need to be put into a channel
[ ] That channel needs to put the SNP-dists output to the Heatcluster process
[ ] The output of the HeatCluster process needs to be put into a channel
[ ] The results from HeatCluster need to go to the MultiQC process
The text was updated successfully, but these errors were encountered: