Skip to content
Snippets Groups Projects
Commit 97482fcc authored by tjc's avatar tjc
Browse files

fix for base view

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@11886 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 374f5eb5
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ public class JamView extends JPanel
else
readFromBam(start, end);
if(!checkBoxStackView.isSelected())
if(!checkBoxStackView.isSelected() || pixPerBase*3 >= ALIGNMENT_PIX_PER_BASE)
Collections.sort(readsInView, new SAMRecordComparator());
setCursor(cdone);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment