You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Sort order was unspecified, and file sample7Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample8Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample5Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample6Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample3Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample1Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample2Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample4Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample7Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample8Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample5Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample6Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample3Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample1Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample2Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
ERROR: Sort order was unspecified, and file sample4Aligned.out_coverage_sorted.bed is not sorted lexicographically.
Please rerun with the -g option for a genome file.
See documentation for details.
...
The previous steps ran successfully. How can I fix this problem? Thank you very much.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: