Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
rm -rf ~/.nextflow/assets/eresearchqut/ontvisc

2. Compilation error

Code Block
ERROR ~ Script compilation error
- file : /home/gauthiem/code/github/troubleshooting/dev/ontvisc/main.nf
- cause: Unexpected input: '{' @ line 382, column 29.
   process MAPPING_BACK_TO_REF {
                               ^

1 error


 -- Check '.nextflow.log' file for details

This generally means there is a bug in the code included between the brackets for this process and it is unable to compile.

Check your code carefully for any typos.