-
Notifications
You must be signed in to change notification settings - Fork 66
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
Factor out non-essential scripts and modules to removed dependencies #382
Comments
For me the key dependencies to remove are:
It would also be really nice if we could remove:
The following modules import the modules on the key list:
Of these, only The call to |
@AndreasHeger In the production code it is used in:
In those final three it appears that only |
Since this repository has been refactored in https://github.com/cgat-developers/cgat-apps and On the other hand, |
To reduce unnecessary dependencies, remove all scripts not in Manifest.in and their unique dependencies and separate them into a separate repository.
The text was updated successfully, but these errors were encountered: