Hello,
I am writing a script for automatically running dindel commands. But it never works.
For example, whenever I use:
"input_file=/path/input_file.bam
dindel --bamFile $input_file"
it can go to the path and find the file, but can not open or read it. I'm pretty sure the method is correct, because it works fine on samtools.
Any idea regarding this?
Thanks a lot,
I am writing a script for automatically running dindel commands. But it never works.
For example, whenever I use:
"input_file=/path/input_file.bam
dindel --bamFile $input_file"
it can go to the path and find the file, but can not open or read it. I'm pretty sure the method is correct, because it works fine on samtools.
Any idea regarding this?
Thanks a lot,
Comment