JAL-1761 need to pass molecule type when generating superposition commands
[jalview.git] / src / jalview / ext / pymol / PymolCommands.java
index 652682a..ae91aa5 100644 (file)
@@ -106,7 +106,7 @@ public class PymolCommands extends StructureCommandsBase
 
   @Override
   public List<StructureCommandI> superposeStructures(AtomSpecModel refAtoms,
-          AtomSpecModel atomSpec)
+          AtomSpecModel atomSpec, boolean isNucleotide)
   {
     // https://pymolwiki.org/index.php/Super
     List<StructureCommandI> commands = new ArrayList<>();