Skip to content
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

Merged
merged 25 commits into from
Dec 10, 2018
Merged

WIP Split sirius #46

merged 25 commits into from
Dec 10, 2018

Conversation

anupriyatripathi
Copy link
Collaborator

@anupriyatripathi anupriyatripathi commented Dec 7, 2018

This PR will allow splitting each processing step in Sirius to generate fingerprints. Fixes #33

@coveralls
Copy link

coveralls commented Dec 9, 2018

Pull Request Test Coverage Report for Build 54

  • 49 of 49 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+2.9%) to 98.718%

Totals Coverage Status
Change from base Build 45: 2.9%
Covered Lines: 149
Relevant Lines: 150

💛 - Coveralls

Copy link
Member

@ElDeveloper ElDeveloper left a 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!

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())))
Copy link
Member

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.

number of fragmentation trees to compute per feature
database: str
search formulas in given database
profile: str
Copy link
Member

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):
Copy link
Member

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.

@ElDeveloper ElDeveloper merged commit d5bcba4 into biocore:master Dec 10, 2018
@ElDeveloper
Copy link
Member

Thanks @anupriyatripathi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants