mulled_singularity
resolver or (2) (for non-IUC tools) built using the build_mulled_singularity
resolver (which actually doesn't work for me at the moment). how can this functionality be run on the command line or via API so that I can get the Singularity images for IUC tools (or potentially for non IUC tools) without running things through a Galaxy server?
planemo mull tool_path
. If these are to be built for galaxy tools you can register your tools in https://github.com/galaxyproject/planemo-monitor
planemo mull
uses involucro to build a Docker contain on the local machine... and singularity build
can pull from a Docker registry to build a Singularity image. is there a way to avoid round-tripping through a Docker registry when building Singularity images?
@sncgbrl
Hello everyone, I am trying to upload my data but I am getting this #error
(Warning: Error: tus: unexpected response while creating upload, originated from request (method: POST, url: /api/upload/resumable_upload/, response code: 502, response text:
Galaxy
Galaxy could not be reached
You are seeing this message because a request to Galaxy timed out or was refused. This may be a temporary issue which could be resolved by retrying the operation you were performing. If you receive this message repeatedly or for an extended amount of time, please check for additional information on the Galaxy status page or the @galaxyproject Twitter feed. If the issue is not addressed on those sources, you may report it to the support team at galaxy-bugs@galaxyproject.org with details on what you were trying to do and the URL in the address bar.
, request id: n/a)
Can anyone explain to me what is the problem ?
thank you very much in advance.
galaxy serve
- I use a local copy of the code and get this error - https://gist.github.com/pvanheus/986a1419d78012448a64a920c0a0df1f - its failing to parse a registry.xml
file that is in the job working directory but I don't see where this fie is coming from? (it seems to contain datatypes_conf.xml and more)
--galaxy_root
to see what happens. waaaaaiting for JS to compile.
--galaxy_root
<sniffer>...</sniffer></datatypes><datatype>
in it - so bad XML
input_file.txt
cp $input_raster ${input_raster.element_identifier} &&
cp $input_header ${input_header.element_identifier} &&
Rscript
'$__tool_directory__/data_reading.r'
'$input_raster.element_identifier'
'$input_header.element_identifier'
'$output_shannon'
'$output_alpha'
'$output_beta'
'$plots'
]]>
</command>
<inputs>
<param name="input_raster" type="data" format="binary,txt" label="Input raster"/>
<param name="input_header" type="data" format="txt" label="Input raster header"/>
</inputs>