Hello,
I have found the following name inconsistency causing the garmire_SNV_calling/deploy_star.py to fail:
Traceback (most recent call last):
File "garmire_SNV_calling/deploy_star.py", line 20, in <module>
from garmire_SNV_calling.config import OUTPUT_PATH
ImportError: cannot import name OUTPUT_PATH
Hello, I have found the following name inconsistency causing the
garmire_SNV_calling/deploy_star.py
to fail:I believe the issue is the difference between https://github.com/lanagarmire/SSrGE/blob/f05ac55f609e4d4618288b5d29c064f021ceffcb/garmire_SNV_calling/deploy_star.py#L20 and https://github.com/lanagarmire/SSrGE/blob/f05ac55f609e4d4618288b5d29c064f021ceffcb/garmire_SNV_calling/config.py#L109
Please have a look. Thank you