Rob Hurt

Results 9 comments of Rob Hurt

This would be great to have—any updates on the status?

I see, then perhaps I have some confusion. In the [installation instructions](https://bigscape-corason.secondarymetabolites.org/installation/index.html) for BiG-SCAPE under "Manual installation," there's no dependency on Docker, and I install the other dependencies via Conda,...

Yup that's what I'm thinking, and fortunately Conda does support Perl. I'll post some code for how to install those dependencies in a Perl virtual environment via Conda, but there...

This sounds great, and I don't think it should be too hard. After installing Conda, you can run the following commands in terminal: ``` # Add channels to look for...

Ok, I just edited the above to include that. The code above should work, but if you run into any problems with cpan in conda, you can look [here](https://dev.to/yzhernand/using-cpanm-to-install-perl-modules-in-a-conda-environment-5ae3) for...

Hi @nselem, Just wanted to check in to see how this is going and if there's anything I can do to help--just let me know.

Hey @nselem, just wanted to see how this is going--did you manage to get it to work in Conda without Docker?

That's great news! I tried it out--below is my code and the output. It worked, but in the `ctg2_515.query-output` directory there are no files named `Contextos.svg` or `Joined.svg`. The only...

Great, that worked. I had to manually install SVG and change the first line of `3_Draw.pl` to `#!/usr/bin/perl -I/usr/local/envs/CORASON/lib/site_perl/5.26.2`. Since that's the default install location for `SVG` via Conda, should...