| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d17f8ef commit b5425af
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -149,7 +149,7 @@ public void setCompoundSet(CompoundSet<C> compoundSet) { | |||
| 149 | 149 | public void setContents(String sequence) throws CompoundNotFoundException { | |
| 150 | 150 | // Horrendously inefficient - pretty much the way the old BJ did things. | |
| 151 | 151 | // TODO Should be optimised. | |
| 152 | - this.sequence = sequence; | ||
| 152 | + this.sequence = sequence.replaceAll(" ", ""); | ||
| 153 | 153 | this.parsedCompounds.clear(); | |
| 154 | 154 | for (int i = 0; i < sequence.length();) { | |
| 155 | 155 | String compoundStr = null; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments