Closed trevor closed 10 years ago
This is actually a bug in the net-ftp-list
dependency.
Commenting out these lines in the gemspec resolves the error:
s.add_runtime_dependency(%q<net-ftp-list>, [">= 3.2.5", "~> 3.2.5"])
see https://github.com/stateless-systems/net-ftp-list/issues/10
Thanks for reporting this. Since it seems to be a bug in a recent version of net-ftp-list a workaround might be just to change the gemspec to require the exact version "3.2.5".
Note they've released a fix in the newest version
When attempting to install protk_trans_proteomic_pipeline in galaxy, eventually
protk_setup.rb tpp
is called which results instack level too deep (SystemStackError)
.The protk_trans_proteomic_pipeline tool installs protk gem version 1.2.5.
This also happens when requiring 'protk/constants' directly: