I met a problem. I want to run the app CNVKit on DNAnexus in CLI. The command I want to execute is from the manual of CNVKit, which is cnvkit.py call Sample.cns -y -o Sample.call.cns
The name of cnvkit.py on DNAnexus is cnvkit_batch
So I tried: dx run cnvkit_batch call COt1049.cns -y -o COt1049.call.cns
But it does not work.
I have checked the help page for cnvkit_batch, it does not tell me how to specify the command "call".