From ec0f8964f4b64fa4d63fba73b9622d7f70b24285 Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Wed, 11 May 2022 08:41:49 -0400 Subject: [PATCH] Rename salmonKallistoMtxTo10x matrix input symlink so it is not the same as output (#264) --- tools/salmon-kallisto-mtx-to-10x/salmonKallistoMtxTo10x.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/salmon-kallisto-mtx-to-10x/salmonKallistoMtxTo10x.xml b/tools/salmon-kallisto-mtx-to-10x/salmonKallistoMtxTo10x.xml index 4b67e3c6..b2cb2bda 100644 --- a/tools/salmon-kallisto-mtx-to-10x/salmonKallistoMtxTo10x.xml +++ b/tools/salmon-kallisto-mtx-to-10x/salmonKallistoMtxTo10x.xml @@ -1,4 +1,4 @@ - + Transforms .mtx matrix and associated labels into a format compatible with tools expecting old-style 10X data scipy @@ -8,9 +8,9 @@ /dev/null; if [ $? -eq 0 ]; then - matrixfile=matrix.mtx.gz; + matrixfile=matrix-in.mtx.gz; else - matrixfile=matrix.mtx; + matrixfile=matrix-in.mtx; fi; ln -s ${mtx_file} \$matrixfile; $__tool_directory__/salmonKallistoMtxTo10x.py --cell_prefix "${cell_prefix}" "\${matrixfile}" "${genes_file}" "${barcodes_file}" ./