# HG changeset patch # User richard-burhans # Date 1731950644 0 # Node ID e0de8669b340b3808359a845dcafd7851c1d24be # Parent d167f698d5e95e78b5e4adfeaedb699ddf694aea planemo upload for repository https://github.com/richard-burhans/galaxytools/tree/main/tools/ncbi_egapx commit 39442b43654a912285459264a7aad1f19e00940a diff -r d167f698d5e9 -r e0de8669b340 macros.xml --- a/macros.xml Sat Nov 16 14:48:29 2024 +0000 +++ b/macros.xml Mon Nov 18 17:24:04 2024 +0000 @@ -5,7 +5,7 @@ 0.2-alpha - 5 + 7 22.05 diff -r d167f698d5e9 -r e0de8669b340 ncbi_egapx.xml --- a/ncbi_egapx.xml Sat Nov 16 14:48:29 2024 +0000 +++ b/ncbi_egapx.xml Mon Nov 18 17:24:04 2024 +0000 @@ -32,22 +32,24 @@ #set genome_value = $cond_input_style.cond_genome_style.uri #end if genome: $genome_value -taxid: $taxid - #if str($cond_rnaseq_style.rnaseq_style) == "list" - #set $reads_values = $rnaseq.split() +taxid: $cond_input_style.taxid + #if str($cond_input_style.cond_rnaseq_style.rnaseq_style) == "history" + #set reads_values = $cond_input_style.cond_rnaseq_style.rnaseq #else - #set $reads_values = $rnaseq + #set reads_values = $cond_input_style.cond_rnaseq_style.rnaseq.split() #end if reads: - #for r in [x.strip() for x in $reads_values] + #for r in [str(rv).strip() for rv in $reads_values] - $r #end for - #if str($proteins) != "None" -proteins: $proteins + #if str($cond_input_style.proteins) != "None" +proteins: $cond_input_styleproteins #end if - #for row in $xtra.strip().split("\n") + #if str($cond_input_style.xtra) != "None" + #for row in str($cond_input_style.xtra).strip().split("\n") $row - #end for + #end for + #end if #end if ]]> @@ -104,7 +106,7 @@ -