changeset 125:dcd41789fb61

planemo upload
author kkonganti
date Wed, 03 Jul 2024 13:11:34 -0400
parents 45ccd0403784
children 9cf321470e20
files cfsan_centriflaken.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfsan_centriflaken.xml	Wed Jul 03 13:00:16 2024 -0400
+++ b/cfsan_centriflaken.xml	Wed Jul 03 13:11:34 2024 -0400
@@ -38,7 +38,6 @@
     #end if
 	nextflow /galaxy/cfsan-centriflaken-db/0.4.2/cpipes
     --pipeline $input_read_type_cond.pipeline_cond.pipeline
-    -work-dir \${work_dir}
     #if ($input_read_type_cond.pipeline_cond.pipeline == "centriflaken"):
         --fq_single_end true
         --flye_genome_size '${genome_size}'
@@ -72,6 +71,7 @@
     #if (str($input_read_type_cond.pipeline_cond.rm_dup_seqs) == "true"):
         --seqkit_rmdup_run true
     #end if
+    -work-dir \${work_dir}
 	-profile gxkubernetes;
     mv "\${work_dir}/cpipes-output/${input_read_type_cond.pipeline_cond.pipeline}-multiqc/multiqc_report.html" './multiqc_report.html' > /dev/null 2>&1 || exit 1;
     mv "\${work_dir}/cpipes-output/${input_read_type_cond.pipeline_cond.pipeline}-results/kraken2_extract_contigs" kraken2_extract_contigs > /dev/null 2>&1 || exit 1;