Skip to content
Snippets Groups Projects

Mnt/fixes

Merged Paul McCarthy requested to merge mnt/fixes into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
@@ -26,9 +26,10 @@ utils.run(cmd)
# For conda version, default_flobs.flobs is in new location
cmd = f'''sed -i 's,etc,data/feat5,g' {newFSF}'''
utils.run(cmd)
with open(newFSF, 'rt') as f:
contents = f.read()
with open(newFSF, 'wt') as f:
f.write(contents.replace('/etc/', '/data/feat5/'))
# run FEAT
utils.run("unset SGE_ROOT; feat {0}".format(op.join(outDir, "design.fsf")))
Loading