changeset 23:ca6a237895f3 draft

Uploaded
author jackcurragh
date Wed, 18 May 2022 10:24:56 +0000
parents 48d8d8217ac4
children feeee18b0084
files get_chrom_sizes/get_chrom_sizes.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/get_chrom_sizes/get_chrom_sizes.xml	Wed May 18 10:19:10 2022 +0000
+++ b/get_chrom_sizes/get_chrom_sizes.xml	Wed May 18 10:24:56 2022 +0000
@@ -3,9 +3,9 @@
     <command>
         python $__tool_directory__/calculating_chrom.sizes.py ${refGenomeSource.genomeSource} ${input2}
             #if $refGenomeSource.genomeSource == "builtin":
-                ${refGenomeSource.input1_builtin.fields.path} ${output1}
+                none ${refGenomeSource.input1_builtin.fields.path} ${output1}
             #else:
-                ${refGenomeSource.input1_file} ${output1}
+                ${refGenomeSource.input1_file} none ${output1}
             #end if