RAM values for task.memory > 1000 GB get converted to TB, so for example 1300 GB gets converted to 1.3 TB. metaspades expects the memory parameter in GB and fails when given a non integer value.
metaspades.sh (and metaspades_hybrid.sh) could be fixed with the following code:
RAM values for task.memory > 1000 GB get converted to TB, so for example 1300 GB gets converted to 1.3 TB. metaspades expects the memory parameter in GB and fails when given a non integer value.
metaspades.sh (and metaspades_hybrid.sh) could be fixed with the following code: