Open mhjiang97 opened 3 years ago
Did you sort your input bam files accordingly to the manual?
Convert and sort the resulted alignment files (please use the exact naming nomenclature as shown below). Here we show ctrl 1 sample as an example but users need to do this for all the samples: $ samtools view -bS ctrl1Aligned.out.sam > ctrl1Aligned.out.bam $ samtools sort -o ctrl1Aligned.out_sorted.bam -T ctrl1_temp ctrl1Aligned.out.bam $ samtools index ctrl1Aligned.out_sorted.bam $ rm *Aligned.out.bam
Hi, I got errors when running JUM_B.sh
what I ran:
the error:
The previous steps ran successfully. How can I fix this problem? Thank you very much.