Skip to content

Commit 7a72607

Browse files
Removed stray " (#9248)
* Removed stray " * Removed stray "
1 parent 5e433c4 commit 7a72607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nf-core/fcsgx/rungx/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ process FCSGX_RUNGX {
3434
exit 1
3535
fi
3636
# Clean up shared memory on exit
37-
trap "rm -rf "${database}" EXIT
37+
trap "rm -rf ${database}" EXIT
3838
# Copy DB to RAM-disk when supplied. Otherwise, rungx is very slow.
3939
rclone copy ${gxdb} ${database}
4040

0 commit comments

Comments
 (0)