Skip to content
Snippets Groups Projects

Prototype of new alignment configuration

Merged Florian Reiss requested to merge pyconf into master
Compare and Show latest version
5 files
+ 83
147
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -10,7 +10,7 @@
###############################################################################
import re
with open('splititertest/Iter2/alignlog_vp_halves_modules.txt') as f:
with open('splititertest/Iter1/alignlog_vp_halves_modules.txt') as f:
log = f.read()
result['alignlog'] = result.Quote(log)
Loading