Update main.nf to replace 'singularity exec' with 'singularity run' to avoid...
@@ -33,7 +33,7 @@ process checkDesignFile {
@@ -63,7 +63,7 @@ process downloadSRA {
@@ -89,7 +89,7 @@ process rawFastQC {
@@ -112,7 +112,7 @@ process rawMultiQC{
Update main.nf to replace 'singularity exec' with 'singularity run' to avoid overriding the entrypoints.