-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Try that * Get python path * Get python path * Get python path * That's not going to work * Compile scanfold with nuitka * Missing sed flag * Bundle rnastructure and viennarna * tar file * less verbose * i think thats everything * fix path * More fixes * Change multiprocessing method to work with nuitka * python2/python3 * Switch fork * Try using threads * Build macos for releases * Make run_me double clickable * Final tweaks * Switch submodule back
- Loading branch information
Nick Booher
authored
Feb 16, 2021
1 parent
612dff5
commit 059f451
Showing
6 changed files
with
119 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
export SCANFOLDRUNDIR=$(cd `dirname $(readlink $0 || echo $0)` && pwd) | ||
export SCANFOLDPYTHONINTERPRETER=$(which python) | ||
export SCANFOLDRUNSCRIPT=${SCANFOLDRUNDIR}/scanfold/run_scanfold.py | ||
export SCANFOLDISBUNDLED=TRUE | ||
#switch to this if fork doesn't work | ||
#export SCANFOLDMPUSETHREADS=TRUE | ||
export SCANFOLDMPMETHOD=fork | ||
cd "${SCANFOLDRUNDIR}" | ||
xattr -r -d com.apple.quarantine . >/dev/null 2>&1 | ||
open IGV.app |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters