diff report_clonality/r_wrapper.sh @ 54:81b3eb11ed2c draft

"planemo upload commit 6c0195cc4de6a34e2c46d875be4fc2157a21cdf6"
author rhpvorderman
date Tue, 16 Nov 2021 15:42:32 +0000
parents 0ef7f80ea061
children 33412e85e669
line wrap: on
line diff
--- a/report_clonality/r_wrapper.sh	Thu Feb 25 13:39:50 2021 +0000
+++ b/report_clonality/r_wrapper.sh	Tue Nov 16 15:42:32 2021 +0000
@@ -17,7 +17,7 @@
 fi
 echo "$species"
 if [[ "$species" == *"custom"* ]] ; then
-	loci=(${locus//;/ })
+	loci=("${locus//;/ }")
 	useD="true"
 	echo "${loci[@]}"
 	if [[ "${#loci[@]}" -eq "2" ]] ; then