Would it be possible to correct logger level for the following commands?
Otherwise nextflow pipeline capture that as error
/opt/fiji/entrypoint.sh --update add-update-site PTBIOP http://biop.epfl.ch/Fiji-Update
/opt/fiji/entrypoint.sh --update update
seems to print to standard error of the system rather then out.
Updating the index of available files (Updating from ImageJ site: http://up...
Updating from ImageJ site: http://update.imagej.net/ done
...
Done: Checksummer
Updating the index of available files (Updating from ImageJ site: http://up...
Updating from ImageJ site: http://update.imagej.net/ done
...
Done: Checksummer
Downloading... (fiji-linux)
...
plugins/JACoP_B-1.1.0.jar done
Done: Downloading...
Done: Downloading...
Temporarily I had to add >/dev/stdout 2>&1 to each command
Would it be possible to correct logger level for the following commands?
Otherwise nextflow pipeline capture that as error
seems to print to standard error of the system rather then out.
Temporarily I had to add
>/dev/stdout 2>&1to each command