65MO / Galaxy-E

Towards a Galaxy for Ecology
Other
6 stars 11 forks source link

Galaxy tool for Vigie-chiro IdCorrect_2ndLayer #14

Closed Alanamosse closed 6 years ago

Alanamosse commented 6 years ago

This pr also contain : General code improvement for netcdf tools General code improvement for some Rscripts

What i need to do next : Create some conda packages (eg for netcdf .c compilated code)

bgruening commented 6 years ago

https://anaconda.org/conda-forge/netcdf4 should be all in conda-forge hopefully :) The libnetcdf version as well.

Alanamosse commented 6 years ago

Yep i added the corresponding requirements :) I have a question though, you suggested me to avoid compilated binaries (C code) directly and use conda instead. Does-it mean i should create a custom conda package with my binary, or call a gcc tool from anaconda cloud to compile the C source code before execute it ?