hi everyone, I have a question: I run the following command in the samtools sorted and failed to created the output file:
$Samtools sort -n $Temp/$i.out/accepted_hits.bam -o $oDirectory/$i.out/accepted_hits_sorted.bam
and the error it's:
[sort_blocks] fail to create file /home/lgts/workspace/rnaseq/Output/KG-1_DM4h-6_6.out/accepted_hits_sorted.bam.0000.bam.
thanks you for your answers
In addition to the question of genomax, can you check your hard disk isn't full and the directory you are writing to does exist?
thank you for reply genomax and Wouterdecoster. I was checking my menory capacity and apparentely that's the problem. when I solve this, I tell them if I solved the problem.
thanks again
That does not sound correct. Memory should have no effect on your ability to write to a specific directory.