Skip to content

Commit 5b5cc5d

Browse files
committed
move hyphy scripts and include them in setup.py
1 parent 4e9df39 commit 5b5cc5d

8 files changed

+458
-6
lines changed
File renamed without changes.

flea_pipeline/analysis_pipeline.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030

3131
pipeline_dir = os.path.join(globals_.data_dir, "analysis")
32-
hyphy_script_dir = os.path.abspath(os.path.join(globals_.script_dir, '../hyphy_scripts'))
32+
hyphy_script_dir = globals_.script_dir
3333

3434

3535
def hyphy_script(name):

0 commit comments

Comments
 (0)