We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e433c4 commit 7a72607Copy full SHA for 7a72607
modules/nf-core/fcsgx/rungx/main.nf
@@ -34,7 +34,7 @@ process FCSGX_RUNGX {
34
exit 1
35
fi
36
# Clean up shared memory on exit
37
- trap "rm -rf "${database}" EXIT
+ trap "rm -rf ${database}" EXIT
38
# Copy DB to RAM-disk when supplied. Otherwise, rungx is very slow.
39
rclone copy ${gxdb} ${database}
40
0 commit comments