-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Split sirius #46
WIP Split sirius #46
Conversation
Pull Request Test Coverage Report for Build 54
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ready to be merged, just a couple of minor comments. Thanks @anupriyatripathi!
q2_chemistree/_fingerprint.py
Outdated
if java_flags is not None: | ||
# append the flags to any existing options | ||
os.environ['_JAVA_OPTIONS'] = initial_flags + ' ' + java_flags | ||
print(os.listdir(os.path.dirname(artifact.get_path()))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove this line.
q2_chemistree/_fingerprint.py
Outdated
number of fragmentation trees to compute per feature | ||
database: str | ||
search formulas in given database | ||
profile: str |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you might moving this line to be underneath ppm_max
.
def get_folder_name(self): | ||
return 'base-output' | ||
|
||
def get_path(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a short description to this method: Get the path to the directory where the outputs are saved
.
Thanks @anupriyatripathi |
This PR will allow splitting each processing step in Sirius to generate fingerprints. Fixes #33