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
The bowtie log file gives me the following warning
Warning: Output file './references/reference_name' was specified without -S. This will not work in future Bowtie 2 versions. Please use -S instead.
It creates an additional file './references/reference_name', directly in the directory I specified with the --host_fasta_bowtie2index parameter.
Bowtie2 doesn't give a direct error, but I assume the rest of the command can't find the -S output. There are no reads written to the mapped.fastq.gz and unmapped.fastq.gz files, resulting in the rest of the pipeline to fail because there are no reads to analyse.
So it actually failed with Prodigal with the following error:
Warning: Output file './references/reference_name' was specified without -S. This will not work in future Bowtie 2 versions. Please use -S instead.
is a deprecation warning not an error...
But agreed it looks like the module is not handling this well with the find command as you've identified.
I want to strip out the local module and use the nf-core one which should+ be using a more recent version of bowtie2 and also more robust, but haven't had time yet. But we should indeed check the new module also handles -S as expeted!
Description of the bug
When I run nf-core/mag with the
The bowtie log file gives me the following warning
It creates an additional file './references/reference_name', directly in the directory I specified with the --host_fasta_bowtie2index parameter.
Bowtie2 doesn't give a direct error, but I assume the rest of the command can't find the -S output. There are no reads written to the mapped.fastq.gz and unmapped.fastq.gz files, resulting in the rest of the pipeline to fail because there are no reads to analyse.
So it actually failed with Prodigal with the following error:
It runs fine when I remove the --host_fasta_bowtie2index parameter.
Command used and terminal output
Relevant files
No response
System information
Nextflow version 24.04.4
nf-core/mag version 3.1.0
Singularity
The text was updated successfully, but these errors were encountered: