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
[bam_sort] -m setting (0 bytes) is less than the minimum required (1M).
Trying to run with -m too small can lead to the creation of a very large number
of temporary files. This may make sort fail due to it exceeding limits on the
number of files it can have open at the same time.
Please check your -m parameter. It should be an integer followed by one of the
letters K (for kilobytes), M (megabytes) or G (gigabytes). You should ensure it
is at least the minimum above, and much higher if you are sorting a large file.
[main_samview] fail to read the header from "-".
[M::mm_idx_gen::0.098*0.98] collected minimizers
[M::mm_idx_gen::0.127*1.69] sorted minimizers
[WARNING] For a multi-part index, no @SQ lines will be outputted. Please use --split-prefix.
I can manually override and get the command to run as expected if I run:
Description of the bug
The workflow is failing at MINIMAP2_ALIGN with two errors:
--split-prefix
is specified-m 0M
which triggers this error:[bam_sort] -m setting (0 bytes) is less than the minimum required (1M).
Command used and terminal output
This gives the errors:
I can manually override and get the command to run as expected if I run:
I'm invoking the overall workflow with:
The small example test command provided in the docs works fine.
Any guidance?
Thanks,
dave
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: