Skip to content

Commit

Permalink
add a bit more detail to the bioconda readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoslicki committed Mar 27, 2020
1 parent b8d6ded commit ae995c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/conda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ To properly be notified of such PR's and to be able to contribute to them, you w
1. Join the [Bioconda gitter lobby](https://gitter.im/bioconda/Lobby) and ask nicely to become a member.
2. Make sure that the yaml file lists you as a recipe maintainer.

This will allow you to add the tag `please review & merge` to request a review __after__ all tests are passing as indicated by the BiocondaBot.

# How to resolve a Bioconda PR issues.

Eg: [This PR](https://github.com/bioconda/bioconda-recipes/pull/21112) failed. Let's see what the issue might be.
Expand All @@ -28,9 +30,10 @@ $ cd bioconda-recipes/recipes/cmash
<edit the yaml file>
$ git commit -a # Make sure to add what changes you made and the PR issue number to the commit message
$ git push

```

Then wait for the BiocondaBot to run the continuous integration tests, and see what else might pop up.

# How to test build locally to make sure that you don't run into a Bioconda PR issue.

This is still a work in progress, have not been able to get anything to install properly, but this is how Bioconda is doing it on their back-end:
Expand Down

0 comments on commit ae995c2

Please sign in to comment.