Mercurial > repos > richard-burhans > ncbi_egapx
changeset 25:a77f693df58c draft
planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_egapx commit 42691bb143bd1ff7a13b0307d96ccb0fbf3747ca
| author | richard-burhans |
|---|---|
| date | Thu, 16 Jan 2025 17:35:49 +0000 |
| parents | 5515f982baf6 |
| children | 6611881d27ce |
| files | macros.xml ncbi_egapx.xml |
| diffstat | 2 files changed, 13 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Jan 08 19:34:42 2025 +0000 +++ b/macros.xml Thu Jan 16 17:35:49 2025 +0000 @@ -4,8 +4,8 @@ <container type="docker">quay.io/galaxy/egapx:@TOOL_VERSION@</container> </requirements> </xml> - <token name="@TOOL_VERSION@">0.3.2-alpha</token> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@TOOL_VERSION@">0.2-alpha</token> + <token name="@VERSION_SUFFIX@">9</token> <token name="@PROFILE@">23.0</token> <xml name="edam_ontology"> <edam_operations>
--- a/ncbi_egapx.xml Wed Jan 08 19:34:42 2025 +0000 +++ b/ncbi_egapx.xml Thu Jan 16 17:35:49 2025 +0000 @@ -6,8 +6,6 @@ <expand macro="edam_ontology"/> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ - export NXF_DEBUG=3 && - echo \${PWD} && #if $cond_input_style.input_style == "fillform" #set yamlconfig = $egapx_config ## The EGAPx pipeline code determines that a file is gzipped if it has a '.gz' extension. @@ -53,8 +51,13 @@ ## use the augmented container EGAPx config ln -s /galaxy/egapx/egapx_config && ## run EGAPx - python3 /galaxy/egapx/ui/egapx.py '$yamlconfig' -e galaxy -o 'egapx_out' + python3 /galaxy/egapx/ui/egapx.py '$yamlconfig' -e galaxy -o 'egapx_out' && + ## hack to support 0.2-alpha + if [ -e egapx_out/accept.gff ]; then ln -s accept.gff egapx_out/complete.genomic.gff; fi ]]></command> + <environment_variables> + <environment_variable name="NXF_DEBUG">3</environment_variable> + </environment_variables> <configfiles> <configfile name="reads_config"><