Open yvanlebras opened 2 years ago
hmmm comparing the command lines, it seems there is some lacking information....
For example latitude and longitude infos..
Here is the 0.18 command line:
mkdir output_dir && mkdir -p `pwd`/mlp_tmpdir && MPLCONFIGDIR=`pwd`/mlp_tmpdir && echo "Galaxy xarray version 0.18.2" > /data/jwd/main/047/205/47205078/outputs/galaxy_dataset_b645594e-35f9-43b2-babe-c5ab2ed59fe7.dat && python '/opt/galaxy/shed_tools/toolshed.g2.bx.psu.edu/repos/ecology/xarray_mapplot/d7479b6dfbe8/xarray_mapplot/xarray_mapplot.py' '/data/dnb02/galaxy_db/files/020/110/dataset_20110467.dat' 'nh4' --time="19" --latitude='latitude' --longitude='longitude' --cmap='coolwarm' --output plot.png --verbose && mv *.png output_dir
The two versions are not "compatible". To fix a few bugs (such as having a title, etc.), I moved all the information into a config file.
It seems the 0.20.2 last version of xarray mapplot tool the https://usegalaxy.eu/root?tool_id=toolshed.g2.bx.psu.edu/repos/ecology/xarray_mapplot/xarray_mapplot/0.18.2+galaxy0 is not working properly.
Command Line
stderr
Here an history where I tried to re-run the new version exactly with same parameters and input files as the 0.18 version and where I have this stderr mentionned before.
Any idea @annefou ?