Skip to content
Snippets Groups Projects
Commit 171b3e88 authored by Matthew Webster's avatar Matthew Webster
Browse files

MNT: New path for flobs data

parent a2475ab6
No related branches found
No related tags found
1 merge request!48MNT: New path for flobs data
Pipeline #15677 skipped
...@@ -24,6 +24,12 @@ newFSF = op.join(outDir, "design.fsf") ...@@ -24,6 +24,12 @@ newFSF = op.join(outDir, "design.fsf")
cmd = "./cleanFSF.py {0} {1} {2} {3} {4} {5}".format(origFSF, newFSF, origDataDir, dataDir, outDir, origFSLDir) cmd = "./cleanFSF.py {0} {1} {2} {3} {4} {5}".format(origFSF, newFSF, origDataDir, dataDir, outDir, origFSLDir)
utils.run(cmd) 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)
# 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")))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment