Currently a full path is specified for an adapters file parameter in the "ILLUMINACLIP" step of Trimmomatic. Different parameters are separated by ':'. This causes a problem when launching Trimmomatic on Windows, as the adapters file path contains ':' (e.g. "D:\path\TruSeq3-PE.fa"):
Subtask {Trimmomatic tool} is failed: at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
Copy an adapters file to the corresponding workflow folder and specify a relative path to the file in the Trimmomatic command.
- relates to
-
UGENE-6167 Do not output Trimmomatic adapters to the workflow output folder
- Closed