Hi,
I have a bam files and I want to sort them. i used the following command
samtools sort control_1.bam -f control_1_sorted.bam
It produces temporary files and later when trying to merge them it throws an error "No such file or directory
[bam_merge_core] fail to open file control_1_sorted.bam.0000"
Please guide me to solve it.
I have a bam files and I want to sort them. i used the following command
samtools sort control_1.bam -f control_1_sorted.bam
It produces temporary files and later when trying to merge them it throws an error "No such file or directory
[bam_merge_core] fail to open file control_1_sorted.bam.0000"
Please guide me to solve it.
Comment