:shell::bug: Replace incorrect variable name of $coverage with $coverages in bash autometa.sh workflow
Add tracking of autometa version in nextflow processes
The echo "TODO" > autometa.version.txt within the autometa nextflow processes have been replaced with the recently added autometa --version command. This is now being redirected to the retrieved process name as defined by
The coverages output is assigned the $coverages variable, but is called $coverage within the autometa-binning entrypoint. This has been updated to the appropriate variable ($coverages) as defined earlier in the script.
The autometa version is now emitted at the beginning of the autometa.sh workflow with autometa --version
PR checklist
[x] This comment contains a description of changes (with reason).
[x] Have you followed the pipeline conventions in the contribution docs
$coverage
with$coverages
in bash autometa.sh workflowAdd tracking of autometa version in nextflow processes
The
echo "TODO" > autometa.version.txt
within the autometa nextflow processes have been replaced with the recently addedautometa --version
command. This is now being redirected to the retrieved process name as defined byFix variable name bug in autometa bash workflow
$coverages
variable, but is called$coverage
within theautometa-binning
entrypoint. This has been updated to the appropriate variable ($coverages
) as defined earlier in the script.autometa.sh
workflow withautometa --version
PR checklist