git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5564b
)
JAL-1443 bug fix for loading pasted alignments from clipboard via the file loader
author
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Fri, 21 Aug 2015 10:27:19 +0000
(11:27 +0100)
committer
tcofoegbu
<tcnofoegbu@dundee.ac.uk>
Fri, 21 Aug 2015 10:27:19 +0000
(11:27 +0100)
src/jalview/io/FileLoader.java
patch
|
blob
|
history
diff --git
a/src/jalview/io/FileLoader.java
b/src/jalview/io/FileLoader.java
index
65f2a57
..
870d438
100755
(executable)
--- a/
src/jalview/io/FileLoader.java
+++ b/
src/jalview/io/FileLoader.java
@@
-337,7
+337,7
@@
public class FileLoader implements Runnable
}
}
- if ((al != null) && (al.getHeight() > 0))
+ if ((al != null) && (al.getHeight() > 0) && al.hasValidSequence())
{
// construct and register dataset sequences
for (SequenceI sq : al.getSequences())