Arcadia-Science / noveltree

NovelTree is a highly parallelized and computationally efficient phylogenomic workflow that infers gene families, gene family trees, species trees, and gene family evolutionary history.
GNU Affero General Public License v3.0
17 stars 3 forks source link

Ap/readme outputs #32

Closed austinhpatton closed 1 year ago

austinhpatton commented 1 year ago

Included a bunch of little changes to: 1) make the use of snake case more consistent across all publish directories and output filenames 2) clean up the publishdirs to remove extraneous, unwanted files or directories that are produced for internal purposes only or are persistent legacies of past versions 3) include a detailed description of the output directories and their contents. I imagine this is mostly just a draft, and can be tidied up, including referencing links to the github repositories of each software (where appropriate) for more detailed description of outputs, etc.

More still needs to be done with the readme (i.e. what is listed in the code cleanup PR, etc), but this is a start, and at least includes some cleanup of the outputs themselves.

github-actions[bot] commented 1 year ago

Python linting (black) is failing

To keep the code consistent with lots of contributors, we run automated code consistency checks. To fix this CI test, please run:

Once you push these changes the test should pass, and you can hide this comment :+1:

We highly recommend setting up Black in your code editor so that this formatting is done automatically on save. Ask about it on Slack for help!

Thanks again for your contribution!