Skip to content
Snippets Groups Projects

Mnt/fixes

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