Skip to content
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

Don't store source code for programs #36

Merged
merged 4 commits into from
Apr 26, 2022
Merged

Conversation

arisp99
Copy link
Member

@arisp99 arisp99 commented Apr 22, 2022

As of right now, we store the source code for two programs: parasight and lastz. In order to simplify the MIPTools container, this PR installs these programs from Github or a different source.

parasight

Instead of storing the source code for parasight within MIPTools, we have now created a repository to store the source code for parasight: https://github.com/bailey-lab/parasight. This PR now installs the program by cloning into the repo and copying the binary file into opt/bin.

lastz

While we have the source code for lastz v1.04.00, we do not actually use this to build lastz. Instead, we install lastz using mamba. Therefore, we can simply remove this folder.

@arisp99 arisp99 merged commit f2efdb9 into master Apr 26, 2022
@arisp99 arisp99 deleted the install-programs-from-git branch April 26, 2022 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant