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

Prep v0.1.0 by creating entrypoints and conda environments #6

Merged
merged 40 commits into from
May 7, 2024

Conversation

alexanian
Copy link
Member

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

What does this implement/fix? Explain your changes.

This is a major reorganization of the code to allow it to be packaged as a conda package called commec which includes three commands:

screen  Run Common Mechanism screening on an input FASTA.
flag    Parse all .screen files in a directory and create two CSVs file of flags raised
split   Split a multi-record FASTA file into individual files, one for each record

This involved rewriting some scripts (including a full Python rewrite of run_pipeline.sh, introducing a pyproject.toml and environment.yml and drafting a meta.yaml (which will eventually end up in https://github.com/bioconda/bioconda-recipes).

A few other, smaller changes:

  • Add standard header to files
  • Deleted unused files
  • Delete commented-out lines

@alexanian alexanian requested a review from nwheeler443 May 7, 2024 10:44
Copy link
Collaborator

@nwheeler443 nwheeler443 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy to approve this

@alexanian alexanian merged commit a6b5ee6 into main May 7, 2024
@alexanian alexanian deleted the packaging-and-entrypoints branch May 7, 2024 23:14
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.

2 participants