From 22a8c5c70d2c53a357fee21a99502831e58c42cf Mon Sep 17 00:00:00 2001 From: mthang Date: Fri, 21 Jul 2023 06:54:02 +0000 Subject: [PATCH] update cellranger.xml --- tools/cellranger/cellranger.xml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/tools/cellranger/cellranger.xml b/tools/cellranger/cellranger.xml index 6cf489f2..5d8db8d7 100644 --- a/tools/cellranger/cellranger.xml +++ b/tools/cellranger/cellranger.xml @@ -31,8 +31,11 @@ --sample=$collection_identifier --transcriptome=$tool_cond.reference_source.ref_file.fields.path --localcores=\${GALAXY_SLOTS:-2} - --localmem=\${GALAXY_MEMORY_GB:-8} && - 2>&1 + --localmem=\${GALAXY_MEMORY_GB:-8} + && gunzip output_directory/outs/filtered_feature_bc_matrix/matrix.mtx.gz + && gunzip output_directory/outs/filtered_feature_bc_matrix/features.tsv.gz + && gunzip output_directory/outs/filtered_feature_bc_matrix/barcodes.tsv.gz + && 2>&1 #elif str( $tool_cond.reference_source.reference_source_selector ) == "history" tar -xzvf '${tool_cond.reference_source.own_ref_file}' && cellranger count --id=output_directory @@ -40,8 +43,11 @@ --sample=$collection_identifier --transcriptome=reference_directory --localcores=\${GALAXY_SLOTS:-2} - --localmem=\${GALAXY_MEMORY_GB:-8} && - 2>&1 + --localmem=\${GALAXY_MEMORY_GB:-8} + && gunzip output_directory/outs/filtered_feature_bc_matrix/matrix.mtx.gz + && gunzip output_directory/outs/filtered_feature_bc_matrix/features.tsv.gz + && gunzip output_directory/outs/filtered_feature_bc_matrix/barcodes.tsv.gz + && 2>&1 #end if #elif str($tool_cond.tool) == "mkref" cellranger mkref --genome=reference_directory @@ -104,18 +110,18 @@ tool_cond['tool'] == 'count' - + tool_cond['tool'] == 'count' - + tool_cond['tool'] == 'count' - + tool_cond['tool'] == 'count' - + tool_cond['tool'] == 'count'