Module compilation error - stuck at "'" #4405
-
Hi, I've following code in nextflow process:
When I run: I get error as:
The log file says:
I cannot seem to resolve it. I have used the code several times and worked fine. |
Beta Was this translation helpful? Give feedback.
Answered by
mribeirodantas
Oct 24, 2023
Replies: 1 comment 2 replies
-
@bentsherman @mribeirodantas Can you please help? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I deleted the multiple taggings and messages. Please, don't do this anymore.
You should escape the
\
after the 25 in your script block.\\
, should do the work.