Skip to content

Commit 5d0011f

Browse files
committed
corrected typo in wrapper
1 parent 44fa492 commit 5d0011f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

NeoFuse

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ if [ "$BUILD" == "false" ]; then
231231
VARIANTSFILE=`realpath2 $VARIANTSFILE`
232232
MOUNTPOINT=",$VARIANTSFILE:/mnt/$(echo ${VARIANTSFILE##*/})"
233233
else
234-
echo "No Structural variant calls from WGS found"
234+
echo "No Structural variant calls from WGS file found"
235235
echo "Exiting ..."
236236
exit 1
237237
fi
@@ -354,6 +354,11 @@ if [ "$BUILD" == "false" ]; then
354354
else
355355
NETMHCPAN="/usr/local/bin/source/$(echo ${NETMHCPAN##*/})"
356356
fi
357+
if [ "$VARIANTSFILE" != "false" ]; then
358+
VARIANTSFILE="/mnt/$(echo ${VARIANTSFILE##*/})"
359+
else
360+
:
361+
fi
357362

358363
## Check for Docker/singularity installation and launch
359364
if [ "$IMAGE" == "docker" ]; then

0 commit comments

Comments
 (0)