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
However on running of the container with the command: docker run -v $PWD/input:/bbx/mnt/input:ro -v $PWD/output:/bbx/mnt/output:rw -v $PWD/cache:/bbx/mnt/cache:rw philpalmer/binning-evaluation
I get the following error /opt/cami-evaluate-binning/evaluate-binning: line 300: $4: unbound variable
It seems as though while the binning and fasta files specified in biobox.yaml can be found some requried varaibles are not being passed to the script, specifically the prefix:
sorry for letting you wait, I just came back from vacation. Indeed, this biobox container represents an earlier (and hacked) version of measures used by CAMI. It should be all functional and correct. However, the measures where re-implemented in AMBER in an attempt to consolidate and join different methods. AMBER should also be easier to use with a single python interface, this earlier container is basically a collection of scripts put together.
outside of a shell function, which renders the container dysfunctional. You can try to check out an earlier revision or try AMBER instead. It is not likely that this repository will receive a fix soon. Sorry for any inconvenience!
Hi,
I am trying to benchmark a taxonomic binning pipeline.
I am first trying to get the binning-evaluation to work with 1st CAMI Challenge Dataset 1 CAMI_low. I have followed the simple instructions, having built the docker container philpalmer/binning-evaluation and created the relavant input, output and cache folders.
The input folder contains the following:
The contents of the biobox.yaml file are:
However on running of the container with the command:
docker run -v $PWD/input:/bbx/mnt/input:ro -v $PWD/output:/bbx/mnt/output:rw -v $PWD/cache:/bbx/mnt/cache:rw philpalmer/binning-evaluation
I get the following error
/opt/cami-evaluate-binning/evaluate-binning: line 300: $4: unbound variable
It seems as though while the binning and fasta files specified in biobox.yaml can be found some requried varaibles are not being passed to the script, specifically the prefix:
Any help would be much appreciated, many thanks in advance
The text was updated successfully, but these errors were encountered: