On Thu, Mar 3, 2016 at 3:24 AM, Linda Bakker wrote:
> Hi Guys,
> So i updated my galaxy instance to release_16.01
> I usually started galaxy in a venv and used pip to install any packages my
> tool needed. (in this case, numpy and scipy)
>
> source my_galaxy_dir/.venv/bin/activate
> pip install s
On Thu, Mar 3, 2016 at 9:14 AM, Peter Cock wrote:
> On Thu, Mar 3, 2016 at 8:24 AM, Linda Bakker wrote:
>> Hi Guys,
>> So i updated my galaxy instance to release_16.01
>> I usually started galaxy in a venv and used pip to install any packages my
>> tool needed. (in this case, numpy and scipy)
>>
On Thu, Mar 3, 2016 at 8:24 AM, Linda Bakker wrote:
> Hi Guys,
> So i updated my galaxy instance to release_16.01
> I usually started galaxy in a venv and used pip to install any packages my
> tool needed. (in this case, numpy and scipy)
>
> ...
>
> (.venv)@server:/galaxy-dist$ ./run.sh
> Activati
Hi Guys,
So i updated my galaxy instance to release_16.01
I usually started galaxy in a venv and used pip to install any packages
my tool needed. (in this case, numpy and scipy)
source my_galaxy_dir/.venv/bin/activate
pip install scipy (dependency numpy also installed)
./run.sh
But since the l