You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using TrimGalore 0.6.4 and cutadapt 2.5. I was given the error shown as below:
Use of uninitialized value $major_version in numeric eq (==) at /group/bioinfo/apps/apps/TrimGalore-0.6.4/trim_galore line 615.
Use of uninitialized value $major_version in numeric gt (>) at /group/bioinfo/apps/apps/TrimGalore-0.6.4/trim_galore line 632.
Cutadapt major version was not 1 or higher. Simply too old...
[Thu Mar 26 13:55:48 2020]
Error in rule trimPE:
jobid: 0
output: output/trim_galore/3I0/, output/trim_galore/3I0.log, output/trim_galore/3I0/3I0_val_1.fq.gz, output/trim_galore/3I0/3I0_val_2.fq.gz
It seems that the reason is that cutadapt --version output the version information to STDERR instead of STDOUT for v2.5. I checked the latest version of TrimGalore:
Hi,
I'm using
TrimGalore 0.6.4
and cutadapt 2.5. I was given the error shown as below:It seems that the reason is that
cutadapt --version
output the version information to STDERR instead of STDOUT for v2.5. I checked the latest version of TrimGalore:TrimGalore/trim_galore
Line 2311 in beca802
Here we may need to use:
Thanks,
Shaojun
The text was updated successfully, but these errors were encountered: